diff --git a/.gitignore b/.gitignore index 0826423..6eb9af8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ DerivedData *.ipa *.xcuserstate project.xcworkspace +ios/Pods/ # Android/IntelliJ # diff --git a/ios/Podfile.lock b/ios/Podfile.lock new file mode 100644 index 0000000..8c9bd99 --- /dev/null +++ b/ios/Podfile.lock @@ -0,0 +1,35 @@ +PODS: + - KeenClientTD (3.2.32) + - React (0.52.2): + - React/Core (= 0.52.2) + - React/Core (0.52.2): + - yoga (= 0.52.2.React) + - RNTreasureData (0.9.1): + - TreasureData-iOS-SDK + - TreasureData-iOS-SDK (0.1.24): + - KeenClientTD (= 3.2.32) + - yoga (0.52.2.React) + +DEPENDENCIES: + - React (from `../node_modules/react-native`) + - RNTreasureData (from `../node_modules/react-native-td`) + - yoga (from `../node_modules/react-native/ReactCommon/yoga/Yoga.podspec`) + +EXTERNAL SOURCES: + React: + :path: ../node_modules/react-native + RNTreasureData: + :path: ../node_modules/react-native-td + yoga: + :path: ../node_modules/react-native/ReactCommon/yoga/Yoga.podspec + +SPEC CHECKSUMS: + KeenClientTD: 66da83b01742f4983925391e70b5beecb4096bd1 + React: 43e97926f429d846050880666de1809e22dd5cc5 + RNTreasureData: c40d07b95e5f734c91ca1e6beb2576e5a9f2602d + TreasureData-iOS-SDK: e8b6d8cde3807c4ad600eb132227fb4eb20762bd + yoga: 55da126afc384965b96bff46652464373b330add + +PODFILE CHECKSUM: 73f59fc85f98f8332b34fd296d4529388e0cfb5f + +COCOAPODS: 1.4.0 diff --git a/ios/RNTreasureDataExample.xcodeproj/project.pbxproj b/ios/RNTreasureDataExample.xcodeproj/project.pbxproj index 80f3032..77a0de7 100644 --- a/ios/RNTreasureDataExample.xcodeproj/project.pbxproj +++ b/ios/RNTreasureDataExample.xcodeproj/project.pbxproj @@ -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 */; }; @@ -12,6 +13,7 @@ 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; 00E356F31AD99517003FC87E /* RNTreasureDataExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* RNTreasureDataExampleTests.m */; }; + 0853FD1B35F74C1987FF6F7D /* libRNTreasureData.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 60FC63BF712F4BB2A87CABB7 /* libRNTreasureData.a */; }; 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; @@ -21,6 +23,7 @@ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; + 2146F7119053397D23ED8C7E /* libPods-RNTreasureDataExample-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F1E6F4E658A0752B919BBBA0 /* libPods-RNTreasureDataExample-tvOS.a */; }; 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; @@ -33,10 +36,12 @@ 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; 2DCD954D1E0B4F2C00145EB5 /* RNTreasureDataExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* RNTreasureDataExampleTests.m */; }; + 2F1C8C8EB230F0C1C59B0C26 /* libPods-RNTreasureDataExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F9416C75EF70695EB1549599 /* libPods-RNTreasureDataExampleTests.a */; }; 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; - 0853FD1B35F74C1987FF6F7D /* libRNTreasureData.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 60FC63BF712F4BB2A87CABB7 /* libRNTreasureData.a */; }; + D0CD375C352542BE6C551766 /* libPods-RNTreasureDataExample-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 537BFF9B5CFEBFA0D18DDBC1 /* libPods-RNTreasureDataExample-tvOSTests.a */; }; + F37D57E35573C00BC46061CE /* libPods-RNTreasureDataExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 36C00A0228138F29FBA83F2D /* libPods-RNTreasureDataExample.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -257,6 +262,69 @@ remoteGlobalIDString = 358F4ED71D1E81A9004DF814; remoteInfo = RCTBlob; }; + FFD03897202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EBF21BDC1FC498900052F4D5; + remoteInfo = jsinspector; + }; + FFD03899202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5; + remoteInfo = "jsinspector-tvOS"; + }; + FFD0389B202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7; + remoteInfo = "third-party"; + }; + FFD0389D202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D383D3C1EBD27B6005632C8; + remoteInfo = "third-party-tvOS"; + }; + FFD0389F202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 139D7E881E25C6D100323FB7; + remoteInfo = "double-conversion"; + }; + FFD038A1202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D383D621EBD27B9005632C8; + remoteInfo = "double-conversion-tvOS"; + }; + FFD038A3202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F3131F5F2E4B0010BF04; + remoteInfo = privatedata; + }; + FFD038A5202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04; + remoteInfo = "privatedata-tvOS"; + }; + FFD038AA202038A4009F0AC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7FC33422172B43E4861E007E /* RNTreasureData.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RNTreasureData; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -269,6 +337,7 @@ 00E356EE1AD99517003FC87E /* RNTreasureDataExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RNTreasureDataExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 00E356F21AD99517003FC87E /* RNTreasureDataExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNTreasureDataExampleTests.m; sourceTree = ""; }; + 01D9D57DA88A8AE62817DE45 /* Pods-RNTreasureDataExample-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample-tvOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample-tvOSTests/Pods-RNTreasureDataExample-tvOSTests.debug.xcconfig"; sourceTree = ""; }; 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; 13B07F961A680F5B00A75B9A /* RNTreasureDataExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNTreasureDataExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -282,12 +351,23 @@ 2D02E47B1E0B4A5D006451C7 /* RNTreasureDataExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RNTreasureDataExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 2D02E4901E0B4A5D006451C7 /* RNTreasureDataExample-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RNTreasureDataExample-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 36C00A0228138F29FBA83F2D /* libPods-RNTreasureDataExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNTreasureDataExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4A725AB0D62A93D04C5CC353 /* Pods-RNTreasureDataExample-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample-tvOS/Pods-RNTreasureDataExample-tvOS.release.xcconfig"; sourceTree = ""; }; + 4B375A5C90FCED6B9C72B9AE /* Pods-RNTreasureDataExample-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample-tvOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample-tvOSTests/Pods-RNTreasureDataExample-tvOSTests.release.xcconfig"; sourceTree = ""; }; + 537BFF9B5CFEBFA0D18DDBC1 /* libPods-RNTreasureDataExample-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNTreasureDataExample-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; + 60FC63BF712F4BB2A87CABB7 /* libRNTreasureData.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNTreasureData.a; sourceTree = ""; }; + 68460C4D5D5FBC289C9267FF /* Pods-RNTreasureDataExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample/Pods-RNTreasureDataExample.debug.xcconfig"; sourceTree = ""; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; + 7FC33422172B43E4861E007E /* RNTreasureData.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNTreasureData.xcodeproj; path = "../node_modules/react-native-td/ios/RNTreasureData.xcodeproj"; sourceTree = ""; }; 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; + 8C1D13F37EC0FA1BC5CB684F /* Pods-RNTreasureDataExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExampleTests/Pods-RNTreasureDataExampleTests.release.xcconfig"; sourceTree = ""; }; + 8F92870E12E2878C93855D90 /* Pods-RNTreasureDataExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExampleTests/Pods-RNTreasureDataExampleTests.debug.xcconfig"; sourceTree = ""; }; ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; - 7FC33422172B43E4861E007E /* RNTreasureData.xcodeproj */ = {isa = PBXFileReference; name = "RNTreasureData.xcodeproj"; path = "../node_modules/react-native-td/ios/RNTreasureData.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 60FC63BF712F4BB2A87CABB7 /* libRNTreasureData.a */ = {isa = PBXFileReference; name = "libRNTreasureData.a"; path = "libRNTreasureData.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; + C20EC3D575AFD23A62A6066B /* Pods-RNTreasureDataExample-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample-tvOS/Pods-RNTreasureDataExample-tvOS.debug.xcconfig"; sourceTree = ""; }; + F1E6F4E658A0752B919BBBA0 /* libPods-RNTreasureDataExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNTreasureDataExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + F39744BCF5B55C63DE36464D /* Pods-RNTreasureDataExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTreasureDataExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNTreasureDataExample/Pods-RNTreasureDataExample.release.xcconfig"; sourceTree = ""; }; + F9416C75EF70695EB1549599 /* libPods-RNTreasureDataExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNTreasureDataExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -296,6 +376,7 @@ buildActionMask = 2147483647; files = ( 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, + 2F1C8C8EB230F0C1C59B0C26 /* libPods-RNTreasureDataExampleTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -317,6 +398,7 @@ 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, 0853FD1B35F74C1987FF6F7D /* libRNTreasureData.a in Frameworks */, + F37D57E35573C00BC46061CE /* libPods-RNTreasureDataExample.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -332,6 +414,7 @@ 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, + 2146F7119053397D23ED8C7E /* libPods-RNTreasureDataExample-tvOS.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -339,6 +422,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + D0CD375C352542BE6C551766 /* libPods-RNTreasureDataExample-tvOSTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -442,13 +526,21 @@ isa = PBXGroup; children = ( 146834041AC3E56700842450 /* libReact.a */, + 3DAD3EA31DF850E9000B6D8A /* libReact.a */, 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */, 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */, - 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */, + FFD03898202038A4009F0AC1 /* libjsinspector.a */, + FFD0389A202038A4009F0AC1 /* libjsinspector-tvOS.a */, + FFD0389C202038A4009F0AC1 /* libthird-party.a */, + FFD0389E202038A4009F0AC1 /* libthird-party.a */, + FFD038A0202038A4009F0AC1 /* libdouble-conversion.a */, + FFD038A2202038A4009F0AC1 /* libdouble-conversion.a */, + FFD038A4202038A4009F0AC1 /* libprivatedata.a */, + FFD038A6202038A4009F0AC1 /* libprivatedata-tvOS.a */, ); name = Products; sourceTree = ""; @@ -457,10 +549,29 @@ isa = PBXGroup; children = ( 2D16E6891FA4F8E400B85C8A /* libReact.a */, + 36C00A0228138F29FBA83F2D /* libPods-RNTreasureDataExample.a */, + F1E6F4E658A0752B919BBBA0 /* libPods-RNTreasureDataExample-tvOS.a */, + 537BFF9B5CFEBFA0D18DDBC1 /* libPods-RNTreasureDataExample-tvOSTests.a */, + F9416C75EF70695EB1549599 /* libPods-RNTreasureDataExampleTests.a */, ); name = Frameworks; sourceTree = ""; }; + 3998CC4221AA31BDF247FADA /* Pods */ = { + isa = PBXGroup; + children = ( + 68460C4D5D5FBC289C9267FF /* Pods-RNTreasureDataExample.debug.xcconfig */, + F39744BCF5B55C63DE36464D /* Pods-RNTreasureDataExample.release.xcconfig */, + C20EC3D575AFD23A62A6066B /* Pods-RNTreasureDataExample-tvOS.debug.xcconfig */, + 4A725AB0D62A93D04C5CC353 /* Pods-RNTreasureDataExample-tvOS.release.xcconfig */, + 01D9D57DA88A8AE62817DE45 /* Pods-RNTreasureDataExample-tvOSTests.debug.xcconfig */, + 4B375A5C90FCED6B9C72B9AE /* Pods-RNTreasureDataExample-tvOSTests.release.xcconfig */, + 8F92870E12E2878C93855D90 /* Pods-RNTreasureDataExampleTests.debug.xcconfig */, + 8C1D13F37EC0FA1BC5CB684F /* Pods-RNTreasureDataExampleTests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; 5E91572E1DD0AC6500FF2AA8 /* Products */ = { isa = PBXGroup; children = ( @@ -516,6 +627,8 @@ 00E356EF1AD99517003FC87E /* RNTreasureDataExampleTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, + 3998CC4221AA31BDF247FADA /* Pods */, + FFD03871202038A4009F0AC1 /* Recovered References */, ); indentWidth = 2; sourceTree = ""; @@ -542,6 +655,22 @@ name = Products; sourceTree = ""; }; + FFD03871202038A4009F0AC1 /* Recovered References */ = { + isa = PBXGroup; + children = ( + 60FC63BF712F4BB2A87CABB7 /* libRNTreasureData.a */, + ); + name = "Recovered References"; + sourceTree = ""; + }; + FFD038A7202038A4009F0AC1 /* Products */ = { + isa = PBXGroup; + children = ( + FFD038AB202038A4009F0AC1 /* libRNTreasureData.a */, + ); + name = Products; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -549,9 +678,12 @@ isa = PBXNativeTarget; buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "RNTreasureDataExampleTests" */; buildPhases = ( + 91191BFF5162318D969267C6 /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, + D3D498AF7D5BA8DB975F7F68 /* [CP] Embed Pods Frameworks */, + 01F46CB5F18358688057267F /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -567,10 +699,13 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNTreasureDataExample" */; buildPhases = ( + 4192C58F979278AF067F943E /* [CP] Check Pods Manifest.lock */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, + 8A92C15069459FB6FBB2ECC4 /* [CP] Embed Pods Frameworks */, + 7A682172CD5CBFE4937C02AA /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -585,10 +720,13 @@ isa = PBXNativeTarget; buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNTreasureDataExample-tvOS" */; buildPhases = ( + D3B2DD62E7BB74468F2BDF37 /* [CP] Check Pods Manifest.lock */, 2D02E4771E0B4A5D006451C7 /* Sources */, 2D02E4781E0B4A5D006451C7 /* Frameworks */, 2D02E4791E0B4A5D006451C7 /* Resources */, 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */, + 81301CDF0C3BC81C66555608 /* [CP] Embed Pods Frameworks */, + 3383937A8895700D8C71DDE5 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -603,9 +741,12 @@ isa = PBXNativeTarget; buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNTreasureDataExample-tvOSTests" */; buildPhases = ( + D723ADD5E93392BAE14E5729 /* [CP] Check Pods Manifest.lock */, 2D02E48C1E0B4A5D006451C7 /* Sources */, 2D02E48D1E0B4A5D006451C7 /* Frameworks */, 2D02E48E1E0B4A5D006451C7 /* Resources */, + E7E4155C99344EDF5AB7FA67 /* [CP] Embed Pods Frameworks */, + F48A6C8BF992F3EDCAAD1123 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -701,6 +842,10 @@ ProductGroup = 146834001AC3E56700842450 /* Products */; ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; }, + { + ProductGroup = FFD038A7202038A4009F0AC1 /* Products */; + ProjectRef = 7FC33422172B43E4861E007E /* RNTreasureData.xcodeproj */; + }, ); projectRoot = ""; targets = ( @@ -832,10 +977,10 @@ remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */ = { + 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; - path = "libReact-tvOS.a"; + path = libReact.a; remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -916,6 +1061,69 @@ remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + FFD03898202038A4009F0AC1 /* libjsinspector.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjsinspector.a; + remoteRef = FFD03897202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD0389A202038A4009F0AC1 /* libjsinspector-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libjsinspector-tvOS.a"; + remoteRef = FFD03899202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD0389C202038A4009F0AC1 /* libthird-party.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libthird-party.a"; + remoteRef = FFD0389B202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD0389E202038A4009F0AC1 /* libthird-party.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libthird-party.a"; + remoteRef = FFD0389D202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD038A0202038A4009F0AC1 /* libdouble-conversion.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libdouble-conversion.a"; + remoteRef = FFD0389F202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD038A2202038A4009F0AC1 /* libdouble-conversion.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libdouble-conversion.a"; + remoteRef = FFD038A1202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD038A4202038A4009F0AC1 /* libprivatedata.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libprivatedata.a; + remoteRef = FFD038A3202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD038A6202038A4009F0AC1 /* libprivatedata-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libprivatedata-tvOS.a"; + remoteRef = FFD038A5202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + FFD038AB202038A4009F0AC1 /* libRNTreasureData.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNTreasureData.a; + remoteRef = FFD038AA202038A4009F0AC1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ @@ -967,6 +1175,21 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; }; + 01F46CB5F18358688057267F /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExampleTests/Pods-RNTreasureDataExampleTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -981,6 +1204,183 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; }; + 3383937A8895700D8C71DDE5 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample-tvOS/Pods-RNTreasureDataExample-tvOS-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 4192C58F979278AF067F943E /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RNTreasureDataExample-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 7A682172CD5CBFE4937C02AA /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample/Pods-RNTreasureDataExample-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 81301CDF0C3BC81C66555608 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample-tvOS/Pods-RNTreasureDataExample-tvOS-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 8A92C15069459FB6FBB2ECC4 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample/Pods-RNTreasureDataExample-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 91191BFF5162318D969267C6 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RNTreasureDataExampleTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + D3B2DD62E7BB74468F2BDF37 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RNTreasureDataExample-tvOS-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + D3D498AF7D5BA8DB975F7F68 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExampleTests/Pods-RNTreasureDataExampleTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + D723ADD5E93392BAE14E5729 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RNTreasureDataExample-tvOSTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + E7E4155C99344EDF5AB7FA67 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample-tvOSTests/Pods-RNTreasureDataExample-tvOSTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + F48A6C8BF992F3EDCAAD1123 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNTreasureDataExample-tvOSTests/Pods-RNTreasureDataExample-tvOSTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -1048,63 +1448,70 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 8F92870E12E2878C93855D90 /* Pods-RNTreasureDataExampleTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = RNTreasureDataExampleTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNTreasureDataExample.app/RNTreasureDataExample"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Debug; }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 8C1D13F37EC0FA1BC5CB684F /* Pods-RNTreasureDataExampleTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = RNTreasureDataExampleTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNTreasureDataExample.app/RNTreasureDataExample"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Release; }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 68460C4D5D5FBC289C9267FF /* Pods-RNTreasureDataExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = RNTreasureDataExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1114,18 +1521,19 @@ ); PRODUCT_NAME = RNTreasureDataExample; VERSIONING_SYSTEM = "apple-generic"; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Debug; }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = F39744BCF5B55C63DE36464D /* Pods-RNTreasureDataExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = RNTreasureDataExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1135,15 +1543,12 @@ ); PRODUCT_NAME = RNTreasureDataExample; VERSIONING_SYSTEM = "apple-generic"; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Release; }; 2D02E4971E0B4A5E006451C7 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = C20EC3D575AFD23A62A6066B /* Pods-RNTreasureDataExample-tvOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1154,8 +1559,16 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = "RNTreasureDataExample-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -1165,19 +1578,12 @@ SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Debug; }; 2D02E4981E0B4A5E006451C7 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 4A725AB0D62A93D04C5CC353 /* Pods-RNTreasureDataExample-tvOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1188,8 +1594,16 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../node_modules/react-native-td/ios", + ); INFOPLIST_FILE = "RNTreasureDataExample-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -1199,19 +1613,12 @@ SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-td/ios", - ); }; name = Release; }; 2D02E4991E0B4A5E006451C7 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 01D9D57DA88A8AE62817DE45 /* Pods-RNTreasureDataExample-tvOSTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1223,20 +1630,21 @@ GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = "RNTreasureDataExample-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.RNTreasureDataExample-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNTreasureDataExample-tvOS.app/RNTreasureDataExample-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); }; name = Debug; }; 2D02E49A1E0B4A5E006451C7 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 4B375A5C90FCED6B9C72B9AE /* Pods-RNTreasureDataExample-tvOSTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1248,15 +1656,15 @@ GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = "RNTreasureDataExample-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.RNTreasureDataExample-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNTreasureDataExample-tvOS.app/RNTreasureDataExample-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); }; name = Release; }; diff --git a/ios/RNTreasureDataExample.xcworkspace/contents.xcworkspacedata b/ios/RNTreasureDataExample.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..68a29c7 --- /dev/null +++ b/ios/RNTreasureDataExample.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + +