Skip to content

Commit b7a92e2

Browse files
committed
chore(example): update lockfile
1 parent 677ea9c commit b7a92e2

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed

example/ios/FreeraspReactNativeExample.xcodeproj/project.pbxproj

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* FreeraspReactNativeExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* FreeraspReactNativeExampleTests.m */; };
11+
030014488BDA0448D18833AA /* libPods-FreeraspReactNativeExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8488310E7CEBAD4453B2B105 /* libPods-FreeraspReactNativeExample.a */; };
1112
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1213
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1314
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15+
4ED36F23A824FA42AAF69DEA /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 09A90BCC7156013BB41680E2 /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a */; };
1416
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1517
/* End PBXBuildFile section */
1618

@@ -28,13 +30,19 @@
2830
00E356EE1AD99517003FC87E /* FreeraspReactNativeExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FreeraspReactNativeExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2931
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3032
00E356F21AD99517003FC87E /* FreeraspReactNativeExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FreeraspReactNativeExampleTests.m; sourceTree = "<group>"; };
33+
038937FFB95426BE2297B416 /* Pods-FreeraspReactNativeExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FreeraspReactNativeExample.debug.xcconfig"; path = "Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample.debug.xcconfig"; sourceTree = "<group>"; };
34+
09A90BCC7156013BB41680E2 /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3135
13B07F961A680F5B00A75B9A /* FreeraspReactNativeExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FreeraspReactNativeExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
3236
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = FreeraspReactNativeExample/AppDelegate.h; sourceTree = "<group>"; };
3337
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = FreeraspReactNativeExample/AppDelegate.mm; sourceTree = "<group>"; };
3438
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FreeraspReactNativeExample/Images.xcassets; sourceTree = "<group>"; };
3539
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = FreeraspReactNativeExample/Info.plist; sourceTree = "<group>"; };
3640
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FreeraspReactNativeExample/main.m; sourceTree = "<group>"; };
41+
1BFFF7106D93FA70E5F83B56 /* Pods-FreeraspReactNativeExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FreeraspReactNativeExample.release.xcconfig"; path = "Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample.release.xcconfig"; sourceTree = "<group>"; };
42+
2DDE1F099A37D62A4850E520 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig"; path = "Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig"; sourceTree = "<group>"; };
3743
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = FreeraspReactNativeExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
44+
8488310E7CEBAD4453B2B105 /* libPods-FreeraspReactNativeExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FreeraspReactNativeExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45+
85E04B3D386AA8B417F2AAF3 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
3846
8C2BD8B529DF06E4000304E9 /* Talsec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Talsec; path = ../../ios/Talsec; sourceTree = "<group>"; };
3947
8C2BD8BB29DF0976000304E9 /* TalsecRuntime.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TalsecRuntime.xcframework; path = ../../ios/Talsec/TalsecRuntime.xcframework; sourceTree = "<group>"; };
4048
A41E05172962B9FD00B363A8 /* TalsecRuntime.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TalsecRuntime.xcframework; path = "../../../../React/test2/someTestProject/node_modules/freerasp-react-native/ios/TalsecRuntime.xcframework"; sourceTree = "<group>"; };
@@ -49,13 +57,15 @@
4957
isa = PBXFrameworksBuildPhase;
5058
buildActionMask = 2147483647;
5159
files = (
60+
4ED36F23A824FA42AAF69DEA /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a in Frameworks */,
5261
);
5362
runOnlyForDeploymentPostprocessing = 0;
5463
};
5564
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
5665
isa = PBXFrameworksBuildPhase;
5766
buildActionMask = 2147483647;
5867
files = (
68+
030014488BDA0448D18833AA /* libPods-FreeraspReactNativeExample.a in Frameworks */,
5969
);
6070
runOnlyForDeploymentPostprocessing = 0;
6171
};
@@ -102,6 +112,8 @@
102112
A44E69A2295DA98F000A719C /* TalsecRuntime.xcframework */,
103113
A41E05172962B9FD00B363A8 /* TalsecRuntime.xcframework */,
104114
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
115+
8488310E7CEBAD4453B2B105 /* libPods-FreeraspReactNativeExample.a */,
116+
09A90BCC7156013BB41680E2 /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a */,
105117
);
106118
name = Frameworks;
107119
sourceTree = "<group>";
@@ -140,6 +152,10 @@
140152
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
141153
isa = PBXGroup;
142154
children = (
155+
038937FFB95426BE2297B416 /* Pods-FreeraspReactNativeExample.debug.xcconfig */,
156+
1BFFF7106D93FA70E5F83B56 /* Pods-FreeraspReactNativeExample.release.xcconfig */,
157+
85E04B3D386AA8B417F2AAF3 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig */,
158+
2DDE1F099A37D62A4850E520 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig */,
143159
);
144160
path = Pods;
145161
sourceTree = "<group>";
@@ -151,9 +167,12 @@
151167
isa = PBXNativeTarget;
152168
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FreeraspReactNativeExampleTests" */;
153169
buildPhases = (
170+
A4BC7293855B5A05F4C72AC9 /* [CP] Check Pods Manifest.lock */,
154171
00E356EA1AD99517003FC87E /* Sources */,
155172
00E356EB1AD99517003FC87E /* Frameworks */,
156173
00E356EC1AD99517003FC87E /* Resources */,
174+
995743924976FEBF7E02912B /* [CP] Embed Pods Frameworks */,
175+
E336F02480C5189A28C1E46B /* [CP] Copy Pods Resources */,
157176
);
158177
buildRules = (
159178
);
@@ -169,11 +188,14 @@
169188
isa = PBXNativeTarget;
170189
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FreeraspReactNativeExample" */;
171190
buildPhases = (
191+
A46062B41DA6D2651EEB7340 /* [CP] Check Pods Manifest.lock */,
172192
FD10A7F022414F080027D42C /* Start Packager */,
173193
13B07F871A680F5B00A75B9A /* Sources */,
174194
13B07F8C1A680F5B00A75B9A /* Frameworks */,
175195
13B07F8E1A680F5B00A75B9A /* Resources */,
176196
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
197+
98A5FD6C0A62A5C5AA93C483 /* [CP] Embed Pods Frameworks */,
198+
BE093CB94A51CDDBD748D259 /* [CP] Copy Pods Resources */,
177199
);
178200
buildRules = (
179201
);
@@ -256,6 +278,118 @@
256278
shellPath = /bin/sh;
257279
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";
258280
};
281+
98A5FD6C0A62A5C5AA93C483 /* [CP] Embed Pods Frameworks */ = {
282+
isa = PBXShellScriptBuildPhase;
283+
buildActionMask = 2147483647;
284+
files = (
285+
);
286+
inputFileListPaths = (
287+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
288+
);
289+
name = "[CP] Embed Pods Frameworks";
290+
outputFileListPaths = (
291+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
292+
);
293+
runOnlyForDeploymentPostprocessing = 0;
294+
shellPath = /bin/sh;
295+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-frameworks.sh\"\n";
296+
showEnvVarsInLog = 0;
297+
};
298+
995743924976FEBF7E02912B /* [CP] Embed Pods Frameworks */ = {
299+
isa = PBXShellScriptBuildPhase;
300+
buildActionMask = 2147483647;
301+
files = (
302+
);
303+
inputFileListPaths = (
304+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
305+
);
306+
name = "[CP] Embed Pods Frameworks";
307+
outputFileListPaths = (
308+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
309+
);
310+
runOnlyForDeploymentPostprocessing = 0;
311+
shellPath = /bin/sh;
312+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-frameworks.sh\"\n";
313+
showEnvVarsInLog = 0;
314+
};
315+
A46062B41DA6D2651EEB7340 /* [CP] Check Pods Manifest.lock */ = {
316+
isa = PBXShellScriptBuildPhase;
317+
buildActionMask = 2147483647;
318+
files = (
319+
);
320+
inputFileListPaths = (
321+
);
322+
inputPaths = (
323+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
324+
"${PODS_ROOT}/Manifest.lock",
325+
);
326+
name = "[CP] Check Pods Manifest.lock";
327+
outputFileListPaths = (
328+
);
329+
outputPaths = (
330+
"$(DERIVED_FILE_DIR)/Pods-FreeraspReactNativeExample-checkManifestLockResult.txt",
331+
);
332+
runOnlyForDeploymentPostprocessing = 0;
333+
shellPath = /bin/sh;
334+
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";
335+
showEnvVarsInLog = 0;
336+
};
337+
A4BC7293855B5A05F4C72AC9 /* [CP] Check Pods Manifest.lock */ = {
338+
isa = PBXShellScriptBuildPhase;
339+
buildActionMask = 2147483647;
340+
files = (
341+
);
342+
inputFileListPaths = (
343+
);
344+
inputPaths = (
345+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
346+
"${PODS_ROOT}/Manifest.lock",
347+
);
348+
name = "[CP] Check Pods Manifest.lock";
349+
outputFileListPaths = (
350+
);
351+
outputPaths = (
352+
"$(DERIVED_FILE_DIR)/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-checkManifestLockResult.txt",
353+
);
354+
runOnlyForDeploymentPostprocessing = 0;
355+
shellPath = /bin/sh;
356+
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";
357+
showEnvVarsInLog = 0;
358+
};
359+
BE093CB94A51CDDBD748D259 /* [CP] Copy Pods Resources */ = {
360+
isa = PBXShellScriptBuildPhase;
361+
buildActionMask = 2147483647;
362+
files = (
363+
);
364+
inputFileListPaths = (
365+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-resources-${CONFIGURATION}-input-files.xcfilelist",
366+
);
367+
name = "[CP] Copy Pods Resources";
368+
outputFileListPaths = (
369+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-resources-${CONFIGURATION}-output-files.xcfilelist",
370+
);
371+
runOnlyForDeploymentPostprocessing = 0;
372+
shellPath = /bin/sh;
373+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample/Pods-FreeraspReactNativeExample-resources.sh\"\n";
374+
showEnvVarsInLog = 0;
375+
};
376+
E336F02480C5189A28C1E46B /* [CP] Copy Pods Resources */ = {
377+
isa = PBXShellScriptBuildPhase;
378+
buildActionMask = 2147483647;
379+
files = (
380+
);
381+
inputFileListPaths = (
382+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
383+
);
384+
name = "[CP] Copy Pods Resources";
385+
outputFileListPaths = (
386+
"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
387+
);
388+
runOnlyForDeploymentPostprocessing = 0;
389+
shellPath = /bin/sh;
390+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests/Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests-resources.sh\"\n";
391+
showEnvVarsInLog = 0;
392+
};
259393
FD10A7F022414F080027D42C /* Start Packager */ = {
260394
isa = PBXShellScriptBuildPhase;
261395
buildActionMask = 2147483647;
@@ -308,6 +442,7 @@
308442
/* Begin XCBuildConfiguration section */
309443
00E356F61AD99517003FC87E /* Debug */ = {
310444
isa = XCBuildConfiguration;
445+
baseConfigurationReference = 85E04B3D386AA8B417F2AAF3 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig */;
311446
buildSettings = {
312447
BUNDLE_LOADER = "$(TEST_HOST)";
313448
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -334,6 +469,7 @@
334469
};
335470
00E356F71AD99517003FC87E /* Release */ = {
336471
isa = XCBuildConfiguration;
472+
baseConfigurationReference = 2DDE1F099A37D62A4850E520 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig */;
337473
buildSettings = {
338474
BUNDLE_LOADER = "$(TEST_HOST)";
339475
COPY_PHASE_STRIP = NO;
@@ -357,6 +493,7 @@
357493
};
358494
13B07F941A680F5B00A75B9A /* Debug */ = {
359495
isa = XCBuildConfiguration;
496+
baseConfigurationReference = 038937FFB95426BE2297B416 /* Pods-FreeraspReactNativeExample.debug.xcconfig */;
360497
buildSettings = {
361498
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
362499
CLANG_ENABLE_MODULES = YES;
@@ -382,6 +519,7 @@
382519
};
383520
13B07F951A680F5B00A75B9A /* Release */ = {
384521
isa = XCBuildConfiguration;
522+
baseConfigurationReference = 1BFFF7106D93FA70E5F83B56 /* Pods-FreeraspReactNativeExample.release.xcconfig */;
385523
buildSettings = {
386524
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
387525
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)