|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 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 */; }; |
11 | 12 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
12 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
13 | 14 | 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 */; }; |
14 | 16 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
15 | 17 | /* End PBXBuildFile section */ |
16 | 18 |
|
|
28 | 30 | 00E356EE1AD99517003FC87E /* FreeraspReactNativeExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FreeraspReactNativeExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | 31 | 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
30 | 32 | 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; }; |
31 | 35 | 13B07F961A680F5B00A75B9A /* FreeraspReactNativeExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FreeraspReactNativeExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 36 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = FreeraspReactNativeExample/AppDelegate.h; sourceTree = "<group>"; }; |
33 | 37 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = FreeraspReactNativeExample/AppDelegate.mm; sourceTree = "<group>"; }; |
34 | 38 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FreeraspReactNativeExample/Images.xcassets; sourceTree = "<group>"; }; |
35 | 39 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = FreeraspReactNativeExample/Info.plist; sourceTree = "<group>"; }; |
36 | 40 | 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>"; }; |
37 | 43 | 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>"; }; |
38 | 46 | 8C2BD8B529DF06E4000304E9 /* Talsec */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Talsec; path = ../../ios/Talsec; sourceTree = "<group>"; }; |
39 | 47 | 8C2BD8BB29DF0976000304E9 /* TalsecRuntime.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TalsecRuntime.xcframework; path = ../../ios/Talsec/TalsecRuntime.xcframework; sourceTree = "<group>"; }; |
40 | 48 | 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 | 57 | isa = PBXFrameworksBuildPhase; |
50 | 58 | buildActionMask = 2147483647; |
51 | 59 | files = ( |
| 60 | + 4ED36F23A824FA42AAF69DEA /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a in Frameworks */, |
52 | 61 | ); |
53 | 62 | runOnlyForDeploymentPostprocessing = 0; |
54 | 63 | }; |
55 | 64 | 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { |
56 | 65 | isa = PBXFrameworksBuildPhase; |
57 | 66 | buildActionMask = 2147483647; |
58 | 67 | files = ( |
| 68 | + 030014488BDA0448D18833AA /* libPods-FreeraspReactNativeExample.a in Frameworks */, |
59 | 69 | ); |
60 | 70 | runOnlyForDeploymentPostprocessing = 0; |
61 | 71 | }; |
|
102 | 112 | A44E69A2295DA98F000A719C /* TalsecRuntime.xcframework */, |
103 | 113 | A41E05172962B9FD00B363A8 /* TalsecRuntime.xcframework */, |
104 | 114 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
| 115 | + 8488310E7CEBAD4453B2B105 /* libPods-FreeraspReactNativeExample.a */, |
| 116 | + 09A90BCC7156013BB41680E2 /* libPods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.a */, |
105 | 117 | ); |
106 | 118 | name = Frameworks; |
107 | 119 | sourceTree = "<group>"; |
|
140 | 152 | BBD78D7AC51CEA395F1C20DB /* Pods */ = { |
141 | 153 | isa = PBXGroup; |
142 | 154 | 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 */, |
143 | 159 | ); |
144 | 160 | path = Pods; |
145 | 161 | sourceTree = "<group>"; |
|
151 | 167 | isa = PBXNativeTarget; |
152 | 168 | buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FreeraspReactNativeExampleTests" */; |
153 | 169 | buildPhases = ( |
| 170 | + A4BC7293855B5A05F4C72AC9 /* [CP] Check Pods Manifest.lock */, |
154 | 171 | 00E356EA1AD99517003FC87E /* Sources */, |
155 | 172 | 00E356EB1AD99517003FC87E /* Frameworks */, |
156 | 173 | 00E356EC1AD99517003FC87E /* Resources */, |
| 174 | + 995743924976FEBF7E02912B /* [CP] Embed Pods Frameworks */, |
| 175 | + E336F02480C5189A28C1E46B /* [CP] Copy Pods Resources */, |
157 | 176 | ); |
158 | 177 | buildRules = ( |
159 | 178 | ); |
|
169 | 188 | isa = PBXNativeTarget; |
170 | 189 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FreeraspReactNativeExample" */; |
171 | 190 | buildPhases = ( |
| 191 | + A46062B41DA6D2651EEB7340 /* [CP] Check Pods Manifest.lock */, |
172 | 192 | FD10A7F022414F080027D42C /* Start Packager */, |
173 | 193 | 13B07F871A680F5B00A75B9A /* Sources */, |
174 | 194 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
175 | 195 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
176 | 196 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
| 197 | + 98A5FD6C0A62A5C5AA93C483 /* [CP] Embed Pods Frameworks */, |
| 198 | + BE093CB94A51CDDBD748D259 /* [CP] Copy Pods Resources */, |
177 | 199 | ); |
178 | 200 | buildRules = ( |
179 | 201 | ); |
|
256 | 278 | shellPath = /bin/sh; |
257 | 279 | 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"; |
258 | 280 | }; |
| 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 | + }; |
259 | 393 | FD10A7F022414F080027D42C /* Start Packager */ = { |
260 | 394 | isa = PBXShellScriptBuildPhase; |
261 | 395 | buildActionMask = 2147483647; |
|
308 | 442 | /* Begin XCBuildConfiguration section */ |
309 | 443 | 00E356F61AD99517003FC87E /* Debug */ = { |
310 | 444 | isa = XCBuildConfiguration; |
| 445 | + baseConfigurationReference = 85E04B3D386AA8B417F2AAF3 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.debug.xcconfig */; |
311 | 446 | buildSettings = { |
312 | 447 | BUNDLE_LOADER = "$(TEST_HOST)"; |
313 | 448 | GCC_PREPROCESSOR_DEFINITIONS = ( |
|
334 | 469 | }; |
335 | 470 | 00E356F71AD99517003FC87E /* Release */ = { |
336 | 471 | isa = XCBuildConfiguration; |
| 472 | + baseConfigurationReference = 2DDE1F099A37D62A4850E520 /* Pods-FreeraspReactNativeExample-FreeraspReactNativeExampleTests.release.xcconfig */; |
337 | 473 | buildSettings = { |
338 | 474 | BUNDLE_LOADER = "$(TEST_HOST)"; |
339 | 475 | COPY_PHASE_STRIP = NO; |
|
357 | 493 | }; |
358 | 494 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
359 | 495 | isa = XCBuildConfiguration; |
| 496 | + baseConfigurationReference = 038937FFB95426BE2297B416 /* Pods-FreeraspReactNativeExample.debug.xcconfig */; |
360 | 497 | buildSettings = { |
361 | 498 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
362 | 499 | CLANG_ENABLE_MODULES = YES; |
|
382 | 519 | }; |
383 | 520 | 13B07F951A680F5B00A75B9A /* Release */ = { |
384 | 521 | isa = XCBuildConfiguration; |
| 522 | + baseConfigurationReference = 1BFFF7106D93FA70E5F83B56 /* Pods-FreeraspReactNativeExample.release.xcconfig */; |
385 | 523 | buildSettings = { |
386 | 524 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
387 | 525 | CLANG_ENABLE_MODULES = YES; |
|
0 commit comments