mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	fix example
This commit is contained in:
		| @@ -7,29 +7,14 @@ | ||||
| 	objects = { | ||||
|  | ||||
| /* Begin PBXBuildFile section */ | ||||
| 		00E356F31AD99517003FC87E /* AwesomeProjectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* AwesomeProjectTests.m */; }; | ||||
| 		0C80B921A6F3F58F76C31292 /* libPods-AwesomeProject.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-AwesomeProject.a */; }; | ||||
| 		13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; | ||||
| 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; | ||||
| 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; | ||||
| 		7699B88040F8A987B510C191 /* libPods-AwesomeProject-AwesomeProjectTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-AwesomeProject-AwesomeProjectTests.a */; }; | ||||
| 		81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; | ||||
| /* End PBXBuildFile section */ | ||||
|  | ||||
| /* Begin PBXContainerItemProxy section */ | ||||
| 		00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { | ||||
| 			isa = PBXContainerItemProxy; | ||||
| 			containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; | ||||
| 			proxyType = 1; | ||||
| 			remoteGlobalIDString = 13B07F861A680F5B00A75B9A; | ||||
| 			remoteInfo = AwesomeProject; | ||||
| 		}; | ||||
| /* End PBXContainerItemProxy section */ | ||||
|  | ||||
| /* Begin PBXFileReference section */ | ||||
| 		00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AwesomeProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | ||||
| 		00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||||
| 		00E356F21AD99517003FC87E /* AwesomeProjectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AwesomeProjectTests.m; sourceTree = "<group>"; }; | ||||
| 		13B07F961A680F5B00A75B9A /* AwesomeProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AwesomeProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||||
| 		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = AwesomeProject/AppDelegate.h; sourceTree = "<group>"; }; | ||||
| 		13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = AwesomeProject/AppDelegate.mm; sourceTree = "<group>"; }; | ||||
| @@ -47,14 +32,6 @@ | ||||
| /* End PBXFileReference section */ | ||||
|  | ||||
| /* Begin PBXFrameworksBuildPhase section */ | ||||
| 		00E356EB1AD99517003FC87E /* Frameworks */ = { | ||||
| 			isa = PBXFrameworksBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 				7699B88040F8A987B510C191 /* libPods-AwesomeProject-AwesomeProjectTests.a in Frameworks */, | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 		}; | ||||
| 		13B07F8C1A680F5B00A75B9A /* Frameworks */ = { | ||||
| 			isa = PBXFrameworksBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -66,23 +43,6 @@ | ||||
| /* End PBXFrameworksBuildPhase section */ | ||||
|  | ||||
| /* Begin PBXGroup section */ | ||||
| 		00E356EF1AD99517003FC87E /* AwesomeProjectTests */ = { | ||||
| 			isa = PBXGroup; | ||||
| 			children = ( | ||||
| 				00E356F21AD99517003FC87E /* AwesomeProjectTests.m */, | ||||
| 				00E356F01AD99517003FC87E /* Supporting Files */, | ||||
| 			); | ||||
| 			path = AwesomeProjectTests; | ||||
| 			sourceTree = "<group>"; | ||||
| 		}; | ||||
| 		00E356F01AD99517003FC87E /* Supporting Files */ = { | ||||
| 			isa = PBXGroup; | ||||
| 			children = ( | ||||
| 				00E356F11AD99517003FC87E /* Info.plist */, | ||||
| 			); | ||||
| 			name = "Supporting Files"; | ||||
| 			sourceTree = "<group>"; | ||||
| 		}; | ||||
| 		13B07FAE1A68108700A75B9A /* AwesomeProject */ = { | ||||
| 			isa = PBXGroup; | ||||
| 			children = ( | ||||
| @@ -118,7 +78,6 @@ | ||||
| 			children = ( | ||||
| 				13B07FAE1A68108700A75B9A /* AwesomeProject */, | ||||
| 				832341AE1AAA6A7D00B99B32 /* Libraries */, | ||||
| 				00E356EF1AD99517003FC87E /* AwesomeProjectTests */, | ||||
| 				83CBBA001A601CBA00E9B192 /* Products */, | ||||
| 				2D16E6871FA4F8E400B85C8A /* Frameworks */, | ||||
| 				BBD78D7AC51CEA395F1C20DB /* Pods */, | ||||
| @@ -132,7 +91,6 @@ | ||||
| 			isa = PBXGroup; | ||||
| 			children = ( | ||||
| 				13B07F961A680F5B00A75B9A /* AwesomeProject.app */, | ||||
| 				00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */, | ||||
| 			); | ||||
| 			name = Products; | ||||
| 			sourceTree = "<group>"; | ||||
| @@ -151,27 +109,6 @@ | ||||
| /* End PBXGroup section */ | ||||
|  | ||||
| /* Begin PBXNativeTarget section */ | ||||
| 		00E356ED1AD99517003FC87E /* AwesomeProjectTests */ = { | ||||
| 			isa = PBXNativeTarget; | ||||
| 			buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AwesomeProjectTests" */; | ||||
| 			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 = AwesomeProjectTests; | ||||
| 			productName = AwesomeProjectTests; | ||||
| 			productReference = 00E356EE1AD99517003FC87E /* AwesomeProjectTests.xctest */; | ||||
| 			productType = "com.apple.product-type.bundle.unit-test"; | ||||
| 		}; | ||||
| 		13B07F861A680F5B00A75B9A /* AwesomeProject */ = { | ||||
| 			isa = PBXNativeTarget; | ||||
| 			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AwesomeProject" */; | ||||
| @@ -182,7 +119,6 @@ | ||||
| 				13B07F8C1A680F5B00A75B9A /* Frameworks */, | ||||
| 				13B07F8E1A680F5B00A75B9A /* Resources */, | ||||
| 				00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, | ||||
| 				00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, | ||||
| 				E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, | ||||
| 			); | ||||
| 			buildRules = ( | ||||
| @@ -202,10 +138,6 @@ | ||||
| 			attributes = { | ||||
| 				LastUpgradeCheck = 1210; | ||||
| 				TargetAttributes = { | ||||
| 					00E356ED1AD99517003FC87E = { | ||||
| 						CreatedOnToolsVersion = 6.2; | ||||
| 						TestTargetID = 13B07F861A680F5B00A75B9A; | ||||
| 					}; | ||||
| 					13B07F861A680F5B00A75B9A = { | ||||
| 						LastSwiftMigration = 1120; | ||||
| 					}; | ||||
| @@ -225,19 +157,11 @@ | ||||
| 			projectRoot = ""; | ||||
| 			targets = ( | ||||
| 				13B07F861A680F5B00A75B9A /* AwesomeProject */, | ||||
| 				00E356ED1AD99517003FC87E /* AwesomeProjectTests */, | ||||
| 			); | ||||
| 		}; | ||||
| /* End PBXProject section */ | ||||
|  | ||||
| /* Begin PBXResourcesBuildPhase section */ | ||||
| 		00E356EC1AD99517003FC87E /* Resources */ = { | ||||
| 			isa = PBXResourcesBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 		}; | ||||
| 		13B07F8E1A680F5B00A75B9A /* Resources */ = { | ||||
| 			isa = PBXResourcesBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -266,45 +190,6 @@ | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; | ||||
| 		}; | ||||
| 		00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 			); | ||||
| 			inputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject/Pods-AwesomeProject-frameworks-${CONFIGURATION}-input-files.xcfilelist", | ||||
| 			); | ||||
| 			name = "[CP] Embed Pods Frameworks"; | ||||
| 			outputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject/Pods-AwesomeProject-frameworks-${CONFIGURATION}-output-files.xcfilelist", | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject/Pods-AwesomeProject-frameworks.sh\"\n"; | ||||
| 			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-AwesomeProject-AwesomeProjectTests-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 */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -327,23 +212,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"; | ||||
| 			showEnvVarsInLog = 0; | ||||
| 		}; | ||||
| 		C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 			); | ||||
| 			inputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", | ||||
| 			); | ||||
| 			name = "[CP] Embed Pods Frameworks"; | ||||
| 			outputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-frameworks.sh\"\n"; | ||||
| 			showEnvVarsInLog = 0; | ||||
| 		}; | ||||
| 		E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -361,23 +229,6 @@ | ||||
| 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject/Pods-AwesomeProject-resources.sh\"\n"; | ||||
| 			showEnvVarsInLog = 0; | ||||
| 		}; | ||||
| 		F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 			); | ||||
| 			inputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-resources-${CONFIGURATION}-input-files.xcfilelist", | ||||
| 			); | ||||
| 			name = "[CP] Copy Pods Resources"; | ||||
| 			outputFileListPaths = ( | ||||
| 				"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-resources-${CONFIGURATION}-output-files.xcfilelist", | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 			shellPath = /bin/sh; | ||||
| 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AwesomeProject-AwesomeProjectTests/Pods-AwesomeProject-AwesomeProjectTests-resources.sh\"\n"; | ||||
| 			showEnvVarsInLog = 0; | ||||
| 		}; | ||||
| 		FD10A7F022414F080027D42C /* Start Packager */ = { | ||||
| 			isa = PBXShellScriptBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -400,14 +251,6 @@ | ||||
| /* End PBXShellScriptBuildPhase section */ | ||||
|  | ||||
| /* Begin PBXSourcesBuildPhase section */ | ||||
| 		00E356EA1AD99517003FC87E /* Sources */ = { | ||||
| 			isa = PBXSourcesBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| 			files = ( | ||||
| 				00E356F31AD99517003FC87E /* AwesomeProjectTests.m in Sources */, | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 		}; | ||||
| 		13B07F871A680F5B00A75B9A /* Sources */ = { | ||||
| 			isa = PBXSourcesBuildPhase; | ||||
| 			buildActionMask = 2147483647; | ||||
| @@ -419,66 +262,7 @@ | ||||
| 		}; | ||||
| /* End PBXSourcesBuildPhase section */ | ||||
|  | ||||
| /* Begin PBXTargetDependency section */ | ||||
| 		00E356F51AD99517003FC87E /* PBXTargetDependency */ = { | ||||
| 			isa = PBXTargetDependency; | ||||
| 			target = 13B07F861A680F5B00A75B9A /* AwesomeProject */; | ||||
| 			targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; | ||||
| 		}; | ||||
| /* End PBXTargetDependency section */ | ||||
|  | ||||
| /* Begin XCBuildConfiguration section */ | ||||
| 		00E356F61AD99517003FC87E /* Debug */ = { | ||||
| 			isa = XCBuildConfiguration; | ||||
| 			baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-AwesomeProject-AwesomeProjectTests.debug.xcconfig */; | ||||
| 			buildSettings = { | ||||
| 				BUNDLE_LOADER = "$(TEST_HOST)"; | ||||
| 				GCC_PREPROCESSOR_DEFINITIONS = ( | ||||
| 					"DEBUG=1", | ||||
| 					"$(inherited)", | ||||
| 				); | ||||
| 				INFOPLIST_FILE = AwesomeProjectTests/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 12.4; | ||||
| 				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)/AwesomeProject.app/AwesomeProject"; | ||||
| 			}; | ||||
| 			name = Debug; | ||||
| 		}; | ||||
| 		00E356F71AD99517003FC87E /* Release */ = { | ||||
| 			isa = XCBuildConfiguration; | ||||
| 			baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-AwesomeProject-AwesomeProjectTests.release.xcconfig */; | ||||
| 			buildSettings = { | ||||
| 				BUNDLE_LOADER = "$(TEST_HOST)"; | ||||
| 				COPY_PHASE_STRIP = NO; | ||||
| 				INFOPLIST_FILE = AwesomeProjectTests/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 12.4; | ||||
| 				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)/AwesomeProject.app/AwesomeProject"; | ||||
| 			}; | ||||
| 			name = Release; | ||||
| 		}; | ||||
| 		13B07F941A680F5B00A75B9A /* Debug */ = { | ||||
| 			isa = XCBuildConfiguration; | ||||
| 			baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-AwesomeProject.debug.xcconfig */; | ||||
| @@ -669,15 +453,6 @@ | ||||
| /* End XCBuildConfiguration section */ | ||||
|  | ||||
| /* Begin XCConfigurationList section */ | ||||
| 		00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AwesomeProjectTests" */ = { | ||||
| 			isa = XCConfigurationList; | ||||
| 			buildConfigurations = ( | ||||
| 				00E356F61AD99517003FC87E /* Debug */, | ||||
| 				00E356F71AD99517003FC87E /* Release */, | ||||
| 			); | ||||
| 			defaultConfigurationIsVisible = 0; | ||||
| 			defaultConfigurationName = Release; | ||||
| 		}; | ||||
| 		13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AwesomeProject" */ = { | ||||
| 			isa = XCConfigurationList; | ||||
| 			buildConfigurations = ( | ||||
|   | ||||
| @@ -1,66 +0,0 @@ | ||||
| #import <UIKit/UIKit.h> | ||||
| #import <XCTest/XCTest.h> | ||||
|  | ||||
| #import <React/RCTLog.h> | ||||
| #import <React/RCTRootView.h> | ||||
|  | ||||
| #define TIMEOUT_SECONDS 600 | ||||
| #define TEXT_TO_LOOK_FOR @"Welcome to React" | ||||
|  | ||||
| @interface AwesomeProjectTests : XCTestCase | ||||
|  | ||||
| @end | ||||
|  | ||||
| @implementation AwesomeProjectTests | ||||
|  | ||||
| - (BOOL)findSubviewInView:(UIView *)view matching:(BOOL (^)(UIView *view))test | ||||
| { | ||||
|   if (test(view)) { | ||||
|     return YES; | ||||
|   } | ||||
|   for (UIView *subview in [view subviews]) { | ||||
|     if ([self findSubviewInView:subview matching:test]) { | ||||
|       return YES; | ||||
|     } | ||||
|   } | ||||
|   return NO; | ||||
| } | ||||
|  | ||||
| - (void)testRendersWelcomeScreen | ||||
| { | ||||
|   UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; | ||||
|   NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; | ||||
|   BOOL foundElement = NO; | ||||
|  | ||||
|   __block NSString *redboxError = nil; | ||||
| #ifdef DEBUG | ||||
|   RCTSetLogFunction( | ||||
|       ^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { | ||||
|         if (level >= RCTLogLevelError) { | ||||
|           redboxError = message; | ||||
|         } | ||||
|       }); | ||||
| #endif | ||||
|  | ||||
|   while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { | ||||
|     [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; | ||||
|     [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; | ||||
|  | ||||
|     foundElement = [self findSubviewInView:vc.view | ||||
|                                   matching:^BOOL(UIView *view) { | ||||
|                                     if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { | ||||
|                                       return YES; | ||||
|                                     } | ||||
|                                     return NO; | ||||
|                                   }]; | ||||
|   } | ||||
|  | ||||
| #ifdef DEBUG | ||||
|   RCTSetLogFunction(RCTDefaultLogFunction); | ||||
| #endif | ||||
|  | ||||
|   XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); | ||||
|   XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); | ||||
| } | ||||
|  | ||||
| @end | ||||
| @@ -1,24 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||
| <plist version="1.0"> | ||||
| <dict> | ||||
| 	<key>CFBundleDevelopmentRegion</key> | ||||
| 	<string>en</string> | ||||
| 	<key>CFBundleExecutable</key> | ||||
| 	<string>$(EXECUTABLE_NAME)</string> | ||||
| 	<key>CFBundleIdentifier</key> | ||||
| 	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||||
| 	<key>CFBundleInfoDictionaryVersion</key> | ||||
| 	<string>6.0</string> | ||||
| 	<key>CFBundleName</key> | ||||
| 	<string>$(PRODUCT_NAME)</string> | ||||
| 	<key>CFBundlePackageType</key> | ||||
| 	<string>BNDL</string> | ||||
| 	<key>CFBundleShortVersionString</key> | ||||
| 	<string>1.0</string> | ||||
| 	<key>CFBundleSignature</key> | ||||
| 	<string>????</string> | ||||
| 	<key>CFBundleVersion</key> | ||||
| 	<string>1</string> | ||||
| </dict> | ||||
| </plist> | ||||
| @@ -18,16 +18,11 @@ target 'AwesomeProject' do | ||||
|     :production => production, | ||||
|     :hermes_enabled => flags[:hermes_enabled], | ||||
|     :fabric_enabled => flags[:fabric_enabled], | ||||
|     :flipper_configuration => FlipperConfiguration.enabled, | ||||
|     :flipper_configuration => false, | ||||
|     # An absolute path to your application root. | ||||
|     :app_path => "#{Pod::Config.instance.installation_root}/.." | ||||
|   ) | ||||
|  | ||||
|   target 'AwesomeProjectTests' do | ||||
|     inherit! :complete | ||||
|     # Pods for testing | ||||
|   end | ||||
|  | ||||
|   post_install do |installer| | ||||
|     react_native_post_install(installer) | ||||
|     __apply_Xcode_12_5_M1_post_install_workaround(installer) | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| PODS: | ||||
|   - boost (1.76.0) | ||||
|   - CocoaAsyncSocket (7.6.5) | ||||
|   - DoubleConversion (1.1.6) | ||||
|   - FBLazyVector (0.69.8) | ||||
|   - FBReactNativeSpec (0.69.8): | ||||
| @@ -10,71 +9,8 @@ PODS: | ||||
|     - React-Core (= 0.69.8) | ||||
|     - React-jsi (= 0.69.8) | ||||
|     - ReactCommon/turbomodule/core (= 0.69.8) | ||||
|   - Flipper (0.125.0): | ||||
|     - Flipper-Folly (~> 2.6) | ||||
|     - Flipper-RSocket (~> 1.4) | ||||
|   - Flipper-Boost-iOSX (1.76.0.1.11) | ||||
|   - Flipper-DoubleConversion (3.2.0.1) | ||||
|   - Flipper-Fmt (7.1.7) | ||||
|   - Flipper-Folly (2.6.10): | ||||
|     - Flipper-Boost-iOSX | ||||
|     - Flipper-DoubleConversion | ||||
|     - Flipper-Fmt (= 7.1.7) | ||||
|     - Flipper-Glog | ||||
|     - libevent (~> 2.1.12) | ||||
|     - OpenSSL-Universal (= 1.1.1100) | ||||
|   - Flipper-Glog (0.5.0.5) | ||||
|   - Flipper-PeerTalk (0.0.4) | ||||
|   - Flipper-RSocket (1.4.3): | ||||
|     - Flipper-Folly (~> 2.6) | ||||
|   - FlipperKit (0.125.0): | ||||
|     - FlipperKit/Core (= 0.125.0) | ||||
|   - FlipperKit/Core (0.125.0): | ||||
|     - Flipper (~> 0.125.0) | ||||
|     - FlipperKit/CppBridge | ||||
|     - FlipperKit/FBCxxFollyDynamicConvert | ||||
|     - FlipperKit/FBDefines | ||||
|     - FlipperKit/FKPortForwarding | ||||
|     - SocketRocket (~> 0.6.0) | ||||
|   - FlipperKit/CppBridge (0.125.0): | ||||
|     - Flipper (~> 0.125.0) | ||||
|   - FlipperKit/FBCxxFollyDynamicConvert (0.125.0): | ||||
|     - Flipper-Folly (~> 2.6) | ||||
|   - FlipperKit/FBDefines (0.125.0) | ||||
|   - FlipperKit/FKPortForwarding (0.125.0): | ||||
|     - CocoaAsyncSocket (~> 7.6) | ||||
|     - Flipper-PeerTalk (~> 0.0.4) | ||||
|   - FlipperKit/FlipperKitHighlightOverlay (0.125.0) | ||||
|   - FlipperKit/FlipperKitLayoutHelpers (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|     - FlipperKit/FlipperKitHighlightOverlay | ||||
|     - FlipperKit/FlipperKitLayoutTextSearchable | ||||
|   - FlipperKit/FlipperKitLayoutIOSDescriptors (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|     - FlipperKit/FlipperKitHighlightOverlay | ||||
|     - FlipperKit/FlipperKitLayoutHelpers | ||||
|     - YogaKit (~> 1.18) | ||||
|   - FlipperKit/FlipperKitLayoutPlugin (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|     - FlipperKit/FlipperKitHighlightOverlay | ||||
|     - FlipperKit/FlipperKitLayoutHelpers | ||||
|     - FlipperKit/FlipperKitLayoutIOSDescriptors | ||||
|     - FlipperKit/FlipperKitLayoutTextSearchable | ||||
|     - YogaKit (~> 1.18) | ||||
|   - FlipperKit/FlipperKitLayoutTextSearchable (0.125.0) | ||||
|   - FlipperKit/FlipperKitNetworkPlugin (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|   - FlipperKit/FlipperKitReactPlugin (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|   - FlipperKit/FlipperKitUserDefaultsPlugin (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|   - FlipperKit/SKIOSNetworkPlugin (0.125.0): | ||||
|     - FlipperKit/Core | ||||
|     - FlipperKit/FlipperKitNetworkPlugin | ||||
|   - fmt (6.2.1) | ||||
|   - glog (0.3.5) | ||||
|   - libevent (2.1.12) | ||||
|   - OpenSSL-Universal (1.1.1100) | ||||
|   - RCT-Folly (2021.06.28.00-v2): | ||||
|     - boost | ||||
|     - DoubleConversion | ||||
| @@ -286,17 +222,17 @@ PODS: | ||||
|     - glog | ||||
|   - react-native-safe-area-context (4.8.2): | ||||
|     - React-Core | ||||
|   - react-native-update (10.0.0-beta.1): | ||||
|   - react-native-update (10.7.1): | ||||
|     - React | ||||
|     - React-Core | ||||
|     - react-native-update/HDiffPatch (= 10.0.0-beta.1) | ||||
|     - react-native-update/RCTPushy (= 10.0.0-beta.1) | ||||
|     - react-native-update/HDiffPatch (= 10.7.1) | ||||
|     - react-native-update/RCTPushy (= 10.7.1) | ||||
|     - SSZipArchive | ||||
|   - react-native-update/HDiffPatch (10.0.0-beta.1): | ||||
|   - react-native-update/HDiffPatch (10.7.1): | ||||
|     - React | ||||
|     - React-Core | ||||
|     - SSZipArchive | ||||
|   - react-native-update/RCTPushy (10.0.0-beta.1): | ||||
|   - react-native-update/RCTPushy (10.7.1): | ||||
|     - React | ||||
|     - React-Core | ||||
|     - SSZipArchive | ||||
| @@ -368,40 +304,15 @@ PODS: | ||||
|     - React-perflogger (= 0.69.8) | ||||
|   - RNVectorIcons (10.0.3): | ||||
|     - React-Core | ||||
|   - SocketRocket (0.6.0) | ||||
|   - SSZipArchive (2.4.3) | ||||
|   - Yoga (1.14.0) | ||||
|   - YogaKit (1.18.1): | ||||
|     - Yoga (~> 1.14) | ||||
|  | ||||
| DEPENDENCIES: | ||||
|   - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) | ||||
|   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) | ||||
|   - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) | ||||
|   - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) | ||||
|   - Flipper (= 0.125.0) | ||||
|   - Flipper-Boost-iOSX (= 1.76.0.1.11) | ||||
|   - Flipper-DoubleConversion (= 3.2.0.1) | ||||
|   - Flipper-Fmt (= 7.1.7) | ||||
|   - Flipper-Folly (= 2.6.10) | ||||
|   - Flipper-Glog (= 0.5.0.5) | ||||
|   - Flipper-PeerTalk (= 0.0.4) | ||||
|   - Flipper-RSocket (= 1.4.3) | ||||
|   - FlipperKit (= 0.125.0) | ||||
|   - FlipperKit/Core (= 0.125.0) | ||||
|   - FlipperKit/CppBridge (= 0.125.0) | ||||
|   - FlipperKit/FBCxxFollyDynamicConvert (= 0.125.0) | ||||
|   - FlipperKit/FBDefines (= 0.125.0) | ||||
|   - FlipperKit/FKPortForwarding (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitHighlightOverlay (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitLayoutPlugin (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitNetworkPlugin (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitReactPlugin (= 0.125.0) | ||||
|   - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.125.0) | ||||
|   - FlipperKit/SKIOSNetworkPlugin (= 0.125.0) | ||||
|   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) | ||||
|   - OpenSSL-Universal (= 1.1.1100) | ||||
|   - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) | ||||
|   - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) | ||||
|   - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) | ||||
| @@ -410,7 +321,6 @@ DEPENDENCIES: | ||||
|   - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`) | ||||
|   - React-Codegen (from `build/generated/ios`) | ||||
|   - React-Core (from `../node_modules/react-native/`) | ||||
|   - React-Core/DevSupport (from `../node_modules/react-native/`) | ||||
|   - React-Core/RCTWebSocket (from `../node_modules/react-native/`) | ||||
|   - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) | ||||
|   - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) | ||||
| @@ -437,22 +347,8 @@ DEPENDENCIES: | ||||
|  | ||||
| SPEC REPOS: | ||||
|   trunk: | ||||
|     - CocoaAsyncSocket | ||||
|     - Flipper | ||||
|     - Flipper-Boost-iOSX | ||||
|     - Flipper-DoubleConversion | ||||
|     - Flipper-Fmt | ||||
|     - Flipper-Folly | ||||
|     - Flipper-Glog | ||||
|     - Flipper-PeerTalk | ||||
|     - Flipper-RSocket | ||||
|     - FlipperKit | ||||
|     - fmt | ||||
|     - libevent | ||||
|     - OpenSSL-Universal | ||||
|     - SocketRocket | ||||
|     - SSZipArchive | ||||
|     - YogaKit | ||||
|  | ||||
| EXTERNAL SOURCES: | ||||
|   boost: | ||||
| @@ -528,23 +424,11 @@ EXTERNAL SOURCES: | ||||
|  | ||||
| SPEC CHECKSUMS: | ||||
|   boost: a7c83b31436843459a1961bfd74b96033dc77234 | ||||
|   CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 | ||||
|   DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 | ||||
|   FBLazyVector: c7b6997d41fffaaaf4d18c82bc93885df731e2d0 | ||||
|   FBReactNativeSpec: b1217c558a3ae84c2057d9c2ddce88af21379a68 | ||||
|   Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0 | ||||
|   Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c | ||||
|   Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 | ||||
|   Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b | ||||
|   Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3 | ||||
|   Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446 | ||||
|   Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 | ||||
|   Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541 | ||||
|   FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 | ||||
|   fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 | ||||
|   glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a | ||||
|   libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 | ||||
|   OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c | ||||
|   RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a | ||||
|   RCTRequired: 344fd6fb3c669da87e91294be7ee0199bf35c701 | ||||
|   RCTTypeSafety: ca608cc1d3a81229632bc0c1136b698b9337c1d8 | ||||
| @@ -560,7 +444,7 @@ SPEC CHECKSUMS: | ||||
|   React-jsinspector: 0eda09e9cf22bbb5dbb1d23143b03a31acf37d67 | ||||
|   React-logger: 5997ab008583826c10ffe4e1ff990363e975639d | ||||
|   react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89 | ||||
|   react-native-update: 767449a2cf592387b9aecb97980ec0536d72c890 | ||||
|   react-native-update: 04844fca9567508fa79649e23e7209904d9d7a5a | ||||
|   React-perflogger: ad1416a715d86b32f456e5d0aed99c3b52f1de37 | ||||
|   React-RCTActionSheet: cbf7c6a953982562418ee72a1084ff7b9447b558 | ||||
|   React-RCTAnimation: 33df3e25824dd7313edec28dded2745542f9352b | ||||
| @@ -574,11 +458,9 @@ SPEC CHECKSUMS: | ||||
|   React-runtimeexecutor: 9df680f18497367bcf5c15b6b6406c0f2dfa2b6a | ||||
|   ReactCommon: c10f046f3ef8561e7c8e7e9b9dae2ecc9ffc48ef | ||||
|   RNVectorIcons: bc7ee28cadf39c77a49232a14738dfce690f66cd | ||||
|   SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 | ||||
|   SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef | ||||
|   Yoga: d3820731e0ca3a4933f061ad29defaf7726e3251 | ||||
|   YogaKit: f782866e155069a2cca2517aafea43200b01fd5a | ||||
|  | ||||
| PODFILE CHECKSUM: 618d17df10f335f1d113daac849a7997894646b2 | ||||
| PODFILE CHECKSUM: d91298a06dc138c1778443a87db930ad51725939 | ||||
|  | ||||
| COCOAPODS: 1.14.3 | ||||
| COCOAPODS: 1.15.2 | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| const path = require('path'); | ||||
| // const path = require('path'); | ||||
|  | ||||
| // const extraNodeModules = { | ||||
| //   react: path.resolve(__dirname, 'node_modules/react'), | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|     "react-native": "0.69.8", | ||||
|     "react-native-paper": "^5.12.1", | ||||
|     "react-native-safe-area-context": "^4.8.2", | ||||
|     "react-native-update": "^10.6.0-beta.0", | ||||
|     "react-native-update": "^10.7.1", | ||||
|     "react-native-vector-icons": "^10.0.3" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| /* eslint-disable react/no-unstable-nested-components */ | ||||
| /* eslint-disable react-native/no-inline-styles */ | ||||
| import React, {useState} from 'react'; | ||||
| import { | ||||
|   StyleSheet, | ||||
|   | ||||
| @@ -6231,10 +6231,10 @@ react-native-safe-area-context@^4.8.2: | ||||
|   resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz#e6b3d8acf3c6afcb4b5db03a97f9c37df7668f65" | ||||
|   integrity sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ== | ||||
|  | ||||
| react-native-update@^10.6.0-beta.0: | ||||
|   version "10.6.0-beta.0" | ||||
|   resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.6.0-beta.0.tgz#5414989a44f7bc94c97a8c29661c3fc4f43521d8" | ||||
|   integrity sha512-p/nTO/0qZhgxcmUXoiBkRvBa1yo3MocbJL4dMHboqOtK3TtUYhilP9O6fZQ9FBev4BjTyHBeXDjwT6eutw9gXg== | ||||
| react-native-update@^10.7.1: | ||||
|   version "10.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.7.1.tgz#f89075b69b4a397ce6d3457837018fb6cfabe0ab" | ||||
|   integrity sha512-Lru/8qunNjggvjzfe6uzWi4HWsFmNjtwdLXC3lD+1hWQpJ8ln5bwQlYoXyz0n8GwNJiS8Z/w8oPXVxs323ls3g== | ||||
|   dependencies: | ||||
|     nanoid "^3.3.3" | ||||
|  | ||||
|   | ||||
| @@ -14,11 +14,8 @@ | ||||
| 		249F2F64261C58C700A1E60E /* Lzma2Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F60261C58C700A1E60E /* Lzma2Dec.c */; }; | ||||
| 		249F2F65261C58C700A1E60E /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F62261C58C700A1E60E /* LzmaDec.c */; }; | ||||
| 		91C5F0031C76ECA90037E727 /* RCTPushy.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 91C5F0021C76ECA90037E727 /* RCTPushy.h */; }; | ||||
| 		91C5F0051C76ECA90037E727 /* RCTPushy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C5F0041C76ECA90037E727 /* RCTPushy.m */; }; | ||||
| 		9F1BCB1D1CAE5937000EF2CB /* RCTPushyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F1BCB1C1CAE5937000EF2CB /* RCTPushyManager.m */; }; | ||||
| 		9F1BCB461CAF6B3E000EF2CB /* bspatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F1BCB3B1CAF6B3E000EF2CB /* bspatch.c */; }; | ||||
| 		9F1BCB4F1CAF6B68000EF2CB /* BSDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F1BCB4E1CAF6B68000EF2CB /* BSDiff.m */; }; | ||||
| 		9F292F7D1C7C44290095945D /* RCTPushyDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F292F7C1C7C44290095945D /* RCTPushyDownloader.m */; }; | ||||
| 		9F394D7D1C7C25DC00C794C0 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D5B1C7C25DC00C794C0 /* aescrypt.c */; }; | ||||
| 		9F394D7E1C7C25DC00C794C0 /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D5C1C7C25DC00C794C0 /* aeskey.c */; }; | ||||
| 		9F394D7F1C7C25DC00C794C0 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D5E1C7C25DC00C794C0 /* aestab.c */; }; | ||||
| @@ -33,6 +30,9 @@ | ||||
| 		9F394D881C7C25DC00C794C0 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D761C7C25DC00C794C0 /* unzip.c */; }; | ||||
| 		9F394D891C7C25DC00C794C0 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D781C7C25DC00C794C0 /* zip.c */; }; | ||||
| 		9F394D8A1C7C25DC00C794C0 /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D7B1C7C25DC00C794C0 /* SSZipArchive.m */; }; | ||||
| 		A3FD91A62C3C01600022D27F /* RCTPushy.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A52C3C01600022D27F /* RCTPushy.mm */; }; | ||||
| 		A3FD91A82C3C01640022D27F /* RCTPushyDownloader.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */; }; | ||||
| 		A3FD91AA2C3C01680022D27F /* RCTPushyManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */; }; | ||||
| /* End PBXBuildFile section */ | ||||
|  | ||||
| /* Begin PBXCopyFilesBuildPhase section */ | ||||
| @@ -64,15 +64,12 @@ | ||||
| 		249F2F63261C58C700A1E60E /* LzmaDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LzmaDec.h; path = ../../../android/jni/lzma/C/LzmaDec.h; sourceTree = "<group>"; }; | ||||
| 		91C5EFFF1C76ECA90037E727 /* libRCTPushy.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTPushy.a; sourceTree = BUILT_PRODUCTS_DIR; }; | ||||
| 		91C5F0021C76ECA90037E727 /* RCTPushy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTPushy.h; sourceTree = "<group>"; }; | ||||
| 		91C5F0041C76ECA90037E727 /* RCTPushy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTPushy.m; sourceTree = "<group>"; }; | ||||
| 		9F1BCB1B1CAE5937000EF2CB /* RCTPushyManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPushyManager.h; sourceTree = "<group>"; }; | ||||
| 		9F1BCB1C1CAE5937000EF2CB /* RCTPushyManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPushyManager.m; sourceTree = "<group>"; }; | ||||
| 		9F1BCB3B1CAF6B3E000EF2CB /* bspatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bspatch.c; sourceTree = "<group>"; }; | ||||
| 		9F1BCB3C1CAF6B3E000EF2CB /* bspatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bspatch.h; sourceTree = "<group>"; }; | ||||
| 		9F1BCB4D1CAF6B68000EF2CB /* BSDiff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSDiff.h; sourceTree = "<group>"; }; | ||||
| 		9F1BCB4E1CAF6B68000EF2CB /* BSDiff.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BSDiff.m; sourceTree = "<group>"; }; | ||||
| 		9F292F7B1C7C44290095945D /* RCTPushyDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPushyDownloader.h; sourceTree = "<group>"; }; | ||||
| 		9F292F7C1C7C44290095945D /* RCTPushyDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPushyDownloader.m; sourceTree = "<group>"; }; | ||||
| 		9F394D591C7C25DC00C794C0 /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = "<group>"; }; | ||||
| 		9F394D5A1C7C25DC00C794C0 /* aes_via_ace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes_via_ace.h; sourceTree = "<group>"; }; | ||||
| 		9F394D5B1C7C25DC00C794C0 /* aescrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aescrypt.c; sourceTree = "<group>"; }; | ||||
| @@ -108,6 +105,9 @@ | ||||
| 		9F394D7A1C7C25DC00C794C0 /* SSZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSZipArchive.h; sourceTree = "<group>"; }; | ||||
| 		9F394D7B1C7C25DC00C794C0 /* SSZipArchive.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSZipArchive.m; sourceTree = "<group>"; }; | ||||
| 		9F394D7C1C7C25DC00C794C0 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipArchive.h; sourceTree = "<group>"; }; | ||||
| 		A3FD91A52C3C01600022D27F /* RCTPushy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushy.mm; sourceTree = "<group>"; }; | ||||
| 		A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushyDownloader.mm; sourceTree = "<group>"; }; | ||||
| 		A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushyManager.mm; sourceTree = "<group>"; }; | ||||
| /* End PBXFileReference section */ | ||||
|  | ||||
| /* Begin PBXFrameworksBuildPhase section */ | ||||
| @@ -172,11 +172,11 @@ | ||||
| 				9F1BCB381CAF6B3E000EF2CB /* BSDiff */, | ||||
| 				9F394D571C7C25DC00C794C0 /* SSZipArchive */, | ||||
| 				91C5F0021C76ECA90037E727 /* RCTPushy.h */, | ||||
| 				91C5F0041C76ECA90037E727 /* RCTPushy.m */, | ||||
| 				9F1BCB1B1CAE5937000EF2CB /* RCTPushyManager.h */, | ||||
| 				9F1BCB1C1CAE5937000EF2CB /* RCTPushyManager.m */, | ||||
| 				9F292F7B1C7C44290095945D /* RCTPushyDownloader.h */, | ||||
| 				9F292F7C1C7C44290095945D /* RCTPushyDownloader.m */, | ||||
| 				A3FD91A52C3C01600022D27F /* RCTPushy.mm */, | ||||
| 				A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */, | ||||
| 				A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */, | ||||
| 			); | ||||
| 			path = RCTPushy; | ||||
| 			sourceTree = "<group>"; | ||||
| @@ -321,25 +321,25 @@ | ||||
| 				9F394D821C7C25DC00C794C0 /* hmac.c in Sources */, | ||||
| 				9F394D881C7C25DC00C794C0 /* unzip.c in Sources */, | ||||
| 				249F2F65261C58C700A1E60E /* LzmaDec.c in Sources */, | ||||
| 				9F1BCB1D1CAE5937000EF2CB /* RCTPushyManager.m in Sources */, | ||||
| 				249F2F5E261C589D00A1E60E /* patch.c in Sources */, | ||||
| 				9F1BCB4F1CAF6B68000EF2CB /* BSDiff.m in Sources */, | ||||
| 				9F394D7E1C7C25DC00C794C0 /* aeskey.c in Sources */, | ||||
| 				9F394D7F1C7C25DC00C794C0 /* aestab.c in Sources */, | ||||
| 				9F394D7D1C7C25DC00C794C0 /* aescrypt.c in Sources */, | ||||
| 				9F394D801C7C25DC00C794C0 /* entropy.c in Sources */, | ||||
| 				9F292F7D1C7C44290095945D /* RCTPushyDownloader.m in Sources */, | ||||
| 				249F2F64261C58C700A1E60E /* Lzma2Dec.c in Sources */, | ||||
| 				249F2F55261C584900A1E60E /* hpatch.c in Sources */, | ||||
| 				9F394D831C7C25DC00C794C0 /* prng.c in Sources */, | ||||
| 				9F394D861C7C25DC00C794C0 /* ioapi.c in Sources */, | ||||
| 				A3FD91A82C3C01640022D27F /* RCTPushyDownloader.mm in Sources */, | ||||
| 				9F1BCB461CAF6B3E000EF2CB /* bspatch.c in Sources */, | ||||
| 				A3FD91A62C3C01600022D27F /* RCTPushy.mm in Sources */, | ||||
| 				9F394D8A1C7C25DC00C794C0 /* SSZipArchive.m in Sources */, | ||||
| 				249F2F50261C577300A1E60E /* HDiffPatch.m in Sources */, | ||||
| 				A3FD91AA2C3C01680022D27F /* RCTPushyManager.mm in Sources */, | ||||
| 				9F394D891C7C25DC00C794C0 /* zip.c in Sources */, | ||||
| 				9F394D841C7C25DC00C794C0 /* pwd2key.c in Sources */, | ||||
| 				249F2F59261C586900A1E60E /* file_for_patch.c in Sources */, | ||||
| 				91C5F0051C76ECA90037E727 /* RCTPushy.m in Sources */, | ||||
| 			); | ||||
| 			runOnlyForDeploymentPostprocessing = 0; | ||||
| 		}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm