|
|
|
@@ -7,57 +7,28 @@
|
|
|
|
objects = {
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
00E356F31AD99517003FC87E /* TestsExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* TestsExampleTests.m */; };
|
|
|
|
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-TestsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */; };
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-TestsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */; };
|
|
|
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
|
|
|
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
|
|
|
|
|
|
4DBD2015D535E20EC6C39D82 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */; };
|
|
|
|
4DBD2015D535E20EC6C39D82 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */; };
|
|
|
|
7699B88040F8A987B510C191 /* libPods-TestsExample-TestsExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-TestsExample-TestsExampleTests.a */; };
|
|
|
|
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
|
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
|
|
|
|
|
|
|
|
isa = PBXContainerItemProxy;
|
|
|
|
|
|
|
|
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
|
|
|
|
|
|
proxyType = 1;
|
|
|
|
|
|
|
|
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
|
|
|
|
|
|
|
remoteInfo = TestsExample;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
00E356EE1AD99517003FC87E /* TestsExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestsExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
|
|
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
00E356F21AD99517003FC87E /* TestsExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestsExampleTests.m; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
13B07F961A680F5B00A75B9A /* TestsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
13B07F961A680F5B00A75B9A /* TestsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = TestsExample/AppDelegate.h; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = TestsExample/AppDelegate.mm; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = TestsExample/Images.xcassets; sourceTree = "<group>"; };
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = TestsExample/Images.xcassets; sourceTree = "<group>"; };
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = TestsExample/Info.plist; sourceTree = "<group>"; };
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = TestsExample/Info.plist; sourceTree = "<group>"; };
|
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = TestsExample/main.m; sourceTree = "<group>"; };
|
|
|
|
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = TestsExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
|
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = RnDiffApp/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-TestsExample-TestsExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-TestsExample-TestsExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample.debug.xcconfig"; path = "Target Support Files/Pods-TestsExample/Pods-TestsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample.debug.xcconfig"; path = "Target Support Files/Pods-TestsExample/Pods-TestsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-TestsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample.release.xcconfig"; path = "Target Support Files/Pods-TestsExample/Pods-TestsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-TestsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample.release.xcconfig"; path = "Target Support Files/Pods-TestsExample/Pods-TestsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-TestsExample-TestsExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample-TestsExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-TestsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-TestsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
|
|
|
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = TestsExample/AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = TestsExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = TestsExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-TestsExample-TestsExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TestsExample-TestsExampleTests.release.xcconfig"; path = "Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = TestsExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
|
8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = TestsExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
00E356EB1AD99517003FC87E /* Frameworks */ = {
|
|
|
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
7699B88040F8A987B510C191 /* libPods-TestsExample-TestsExampleTests.a in Frameworks */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
|
|
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
@@ -69,32 +40,13 @@
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
00E356EF1AD99517003FC87E /* TestsExampleTests */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
00E356F21AD99517003FC87E /* TestsExampleTests.m */,
|
|
|
|
|
|
|
|
00E356F01AD99517003FC87E /* Supporting Files */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = TestsExampleTests;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
00E356F01AD99517003FC87E /* Supporting Files */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
00E356F11AD99517003FC87E /* Info.plist */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "Supporting Files";
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07FAE1A68108700A75B9A /* TestsExample */ = {
|
|
|
|
13B07FAE1A68108700A75B9A /* TestsExample */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
|
|
|
|
|
|
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
|
|
|
|
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
|
|
|
|
|
|
761780EC2CA45674006654EE /* AppDelegate.swift */,
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
|
|
|
13B07FB71A68108700A75B9A /* main.m */,
|
|
|
|
|
|
|
|
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
|
|
|
|
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
|
|
|
|
8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */,
|
|
|
|
8F64AB81A41BFF4FD17652F1 /* PrivacyInfo.xcprivacy */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
@@ -106,7 +58,6 @@
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */,
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-TestsExample.a */,
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-TestsExample-TestsExampleTests.a */,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
name = Frameworks;
|
|
|
|
name = Frameworks;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@@ -123,7 +74,6 @@
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
13B07FAE1A68108700A75B9A /* TestsExample */,
|
|
|
|
13B07FAE1A68108700A75B9A /* TestsExample */,
|
|
|
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
|
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
|
|
00E356EF1AD99517003FC87E /* TestsExampleTests */,
|
|
|
|
|
|
|
|
83CBBA001A601CBA00E9B192 /* Products */,
|
|
|
|
83CBBA001A601CBA00E9B192 /* Products */,
|
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
|
|
BBD78D7AC51CEA395F1C20DB /* Pods */,
|
|
|
|
BBD78D7AC51CEA395F1C20DB /* Pods */,
|
|
|
|
@@ -137,7 +87,6 @@
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
13B07F961A680F5B00A75B9A /* TestsExample.app */,
|
|
|
|
13B07F961A680F5B00A75B9A /* TestsExample.app */,
|
|
|
|
00E356EE1AD99517003FC87E /* TestsExampleTests.xctest */,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@@ -147,8 +96,6 @@
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */,
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */,
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-TestsExample.release.xcconfig */,
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-TestsExample.release.xcconfig */,
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-TestsExample-TestsExampleTests.debug.xcconfig */,
|
|
|
|
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-TestsExample-TestsExampleTests.release.xcconfig */,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Pods;
|
|
|
|
path = Pods;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@@ -156,27 +103,6 @@
|
|
|
|
/* End PBXGroup section */
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
00E356ED1AD99517003FC87E /* TestsExampleTests */ = {
|
|
|
|
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
|
|
|
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "TestsExampleTests" */;
|
|
|
|
|
|
|
|
buildPhases = (
|
|
|
|
|
|
|
|
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
|
|
|
|
|
|
|
|
00E356EA1AD99517003FC87E /* Sources */,
|
|
|
|
|
|
|
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
|
|
|
|
|
|
|
00E356EC1AD99517003FC87E /* Resources */,
|
|
|
|
|
|
|
|
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
|
|
|
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
buildRules = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
dependencies = (
|
|
|
|
|
|
|
|
00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = TestsExampleTests;
|
|
|
|
|
|
|
|
productName = TestsExampleTests;
|
|
|
|
|
|
|
|
productReference = 00E356EE1AD99517003FC87E /* TestsExampleTests.xctest */;
|
|
|
|
|
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F861A680F5B00A75B9A /* TestsExample */ = {
|
|
|
|
13B07F861A680F5B00A75B9A /* TestsExample */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "TestsExample" */;
|
|
|
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "TestsExample" */;
|
|
|
|
@@ -206,10 +132,6 @@
|
|
|
|
attributes = {
|
|
|
|
attributes = {
|
|
|
|
LastUpgradeCheck = 1210;
|
|
|
|
LastUpgradeCheck = 1210;
|
|
|
|
TargetAttributes = {
|
|
|
|
TargetAttributes = {
|
|
|
|
00E356ED1AD99517003FC87E = {
|
|
|
|
|
|
|
|
CreatedOnToolsVersion = 6.2;
|
|
|
|
|
|
|
|
TestTargetID = 13B07F861A680F5B00A75B9A;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F861A680F5B00A75B9A = {
|
|
|
|
13B07F861A680F5B00A75B9A = {
|
|
|
|
LastSwiftMigration = 1120;
|
|
|
|
LastSwiftMigration = 1120;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -229,19 +151,11 @@
|
|
|
|
projectRoot = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
targets = (
|
|
|
|
13B07F861A680F5B00A75B9A /* TestsExample */,
|
|
|
|
13B07F861A680F5B00A75B9A /* TestsExample */,
|
|
|
|
00E356ED1AD99517003FC87E /* TestsExampleTests */,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
00E356EC1AD99517003FC87E /* Resources */ = {
|
|
|
|
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
|
|
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
@@ -288,28 +202,6 @@
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample/Pods-TestsExample-frameworks.sh\"\n";
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample/Pods-TestsExample-frameworks.sh\"\n";
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
|
|
|
|
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
"$(DERIVED_FILE_DIR)/Pods-TestsExample-TestsExampleTests-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;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
@@ -332,23 +224,6 @@
|
|
|
|
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";
|
|
|
|
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;
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-frameworks.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
|
|
|
|
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
@@ -366,105 +241,20 @@
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample/Pods-TestsExample-resources.sh\"\n";
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample/Pods-TestsExample-resources.sh\"\n";
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestsExample-TestsExampleTests/Pods-TestsExample-TestsExampleTests-resources.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
00E356EA1AD99517003FC87E /* Sources */ = {
|
|
|
|
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
00E356F31AD99517003FC87E /* TestsExampleTests.m in Sources */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
|
|
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
|
|
|
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */,
|
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */,
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
|
|
|
|
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
|
|
|
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
|
|
|
|
target = 13B07F861A680F5B00A75B9A /* TestsExample */;
|
|
|
|
|
|
|
|
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
00E356F61AD99517003FC87E /* Debug */ = {
|
|
|
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
|
|
|
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-TestsExample-TestsExampleTests.debug.xcconfig */;
|
|
|
|
|
|
|
|
buildSettings = {
|
|
|
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
|
|
|
|
"DEBUG=1",
|
|
|
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
INFOPLIST_FILE = TestsExampleTests/Info.plist;
|
|
|
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
|
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
|
|
|
|
"-ObjC",
|
|
|
|
|
|
|
|
"-lc++",
|
|
|
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestsExample.app/TestsExample";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
name = Debug;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
00E356F71AD99517003FC87E /* Release */ = {
|
|
|
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
|
|
|
baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-TestsExample-TestsExampleTests.release.xcconfig */;
|
|
|
|
|
|
|
|
buildSettings = {
|
|
|
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
|
|
|
|
INFOPLIST_FILE = TestsExampleTests/Info.plist;
|
|
|
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
|
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
|
|
|
|
"@loader_path/Frameworks",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
|
|
|
|
"-ObjC",
|
|
|
|
|
|
|
|
"-lc++",
|
|
|
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestsExample.app/TestsExample";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
name = Release;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
|
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */;
|
|
|
|
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-TestsExample.debug.xcconfig */;
|
|
|
|
@@ -670,15 +460,6 @@
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "TestsExampleTests" */ = {
|
|
|
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
|
|
|
00E356F61AD99517003FC87E /* Debug */,
|
|
|
|
|
|
|
|
00E356F71AD99517003FC87E /* Release */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "TestsExample" */ = {
|
|
|
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "TestsExample" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
buildConfigurations = (
|
|
|
|
|