Skip to content

Commit

Permalink
release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 4, 2018
1 parent dd550cf commit d1bb6e6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions ios/GSYGithubAPP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,20 @@
remoteGlobalIDString = 11FA5C511C4A1296003AC2EE;
remoteInfo = LottieReactNative;
};
4B6746B920ECFF9300CB3C4A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = EBF21BDC1FC498900052F4D5;
remoteInfo = jsinspector;
};
4B6746BB20ECFF9300CB3C4A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5;
remoteInfo = "jsinspector-tvOS";
};
4B8F09371FC18CAF00ADA4AE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
Expand Down Expand Up @@ -669,6 +683,8 @@
3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
4B6746BA20ECFF9300CB3C4A /* libjsinspector.a */,
4B6746BC20ECFF9300CB3C4A /* libjsinspector-tvOS.a */,
4B027B291FDAD66800E3B0DB /* libthird-party.a */,
4B027B2B1FDAD66800E3B0DB /* libthird-party.a */,
4B027B2D1FDAD66800E3B0DB /* libdouble-conversion.a */,
Expand Down Expand Up @@ -1330,6 +1346,20 @@
remoteRef = 4B4FC95420BD787F00E114DE /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
4B6746BA20ECFF9300CB3C4A /* libjsinspector.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libjsinspector.a;
remoteRef = 4B6746B920ECFF9300CB3C4A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
4B6746BC20ECFF9300CB3C4A /* libjsinspector-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libjsinspector-tvOS.a";
remoteRef = 4B6746BB20ECFF9300CB3C4A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
4B8F09381FC18CAF00ADA4AE /* libRCTBlob-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down
4 changes: 2 additions & 2 deletions ios/GSYGithubAPP/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7</string>
<string>1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit d1bb6e6

Please # to comment.