Skip to content

Commit

Permalink
Fix pinterest error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jan 4, 2018
1 parent a666fd3 commit 96d358c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions ios/statiks.xcodeproj/project.pbxproj
Expand Up @@ -5,6 +5,7 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
Expand Down Expand Up @@ -33,13 +34,13 @@
2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; };
2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
2DCD954D1E0B4F2C00145EB5 /* statiksTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* statiksTests.m */; };
315E5EEB2E7940FA9CC03F35 /* din-regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 923267AB8BAB454A90823AA7 /* din-regular.ttf */; };
3FB8C9901FDD599F0046ED08 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FB8C98E1FDD597F0046ED08 /* libReactNativeNavigation.a */; };
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
7356D205EDDB4F09BE1EC406 /* din-medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A84C5C27B2FB4A639F6791CF /* din-medium.ttf */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
92C42A3782FC403697DC150C /* din-bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9C1E8CF3C1084CB1AC956CB1 /* din-bold.ttf */; };
7356D205EDDB4F09BE1EC406 /* din-medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A84C5C27B2FB4A639F6791CF /* din-medium.ttf */; };
315E5EEB2E7940FA9CC03F35 /* din-regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 923267AB8BAB454A90823AA7 /* din-regular.ttf */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -337,10 +338,10 @@
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
923267AB8BAB454A90823AA7 /* din-regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "din-regular.ttf"; path = "../src/assets/fonts/din-regular.ttf"; sourceTree = "<group>"; };
9C1E8CF3C1084CB1AC956CB1 /* din-bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "din-bold.ttf"; path = "../src/assets/fonts/din-bold.ttf"; sourceTree = "<group>"; };
A84C5C27B2FB4A639F6791CF /* din-medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "din-medium.ttf"; path = "../src/assets/fonts/din-medium.ttf"; sourceTree = "<group>"; };
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
9C1E8CF3C1084CB1AC956CB1 /* din-bold.ttf */ = {isa = PBXFileReference; name = "din-bold.ttf"; path = "../src/assets/fonts/din-bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
A84C5C27B2FB4A639F6791CF /* din-medium.ttf */ = {isa = PBXFileReference; name = "din-medium.ttf"; path = "../src/assets/fonts/din-medium.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
923267AB8BAB454A90823AA7 /* din-regular.ttf */ = {isa = PBXFileReference; name = "din-regular.ttf"; path = "../src/assets/fonts/din-regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion ios/statiks/Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>61</string>
<string>64</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 96d358c

Please sign in to comment.