Skip to content

Commit e6c6435

Browse files
Pods update
Using ViroKit as static_lib got deprecated.
1 parent 168bedc commit e6c6435

File tree

8 files changed

+196
-13
lines changed

8 files changed

+196
-13
lines changed

ios/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ target 'myviroapp' do
1111
# to enable hermes on iOS, change `false` to `true` and then install pods
1212
:hermes_enabled => false
1313
)
14-
1514
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios/'
16-
pod 'ViroKit_static_lib', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/static_lib'
15+
pod 'ViroKit', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/'
1716

1817
target 'myviroappTests' do
1918
inherit! :complete

ios/Podfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ PODS:
270270
- React-cxxreact (= 0.65.1)
271271
- React-jsi (= 0.65.1)
272272
- React-perflogger (= 0.65.1)
273-
- ViroKit_static_lib (1.0)
273+
- ViroKit (1.0):
274+
- React
274275
- ViroReact (1.0):
275276
- React
276277
- Yoga (1.14.0)
@@ -305,7 +306,7 @@ DEPENDENCIES:
305306
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
306307
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
307308
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
308-
- "ViroKit_static_lib (from `../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/static_lib`)"
309+
- "ViroKit (from `../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/`)"
309310
- "ViroReact (from `../node_modules/@viro-community/react-viro/ios/`)"
310311
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
311312

@@ -369,8 +370,8 @@ EXTERNAL SOURCES:
369370
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
370371
ReactCommon:
371372
:path: "../node_modules/react-native/ReactCommon"
372-
ViroKit_static_lib:
373-
:path: "../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/static_lib"
373+
ViroKit:
374+
:path: "../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/"
374375
ViroReact:
375376
:path: "../node_modules/@viro-community/react-viro/ios/"
376377
Yoga:
@@ -406,10 +407,10 @@ SPEC CHECKSUMS:
406407
React-RCTVibration: 92d41c2442e5328cc4d342cd7f78e5876b68bae5
407408
React-runtimeexecutor: 85187f19dd9c47a7c102f9994f9d14e4dc2110de
408409
ReactCommon: eafed38eec7b591c31751bfa7494801618460459
409-
ViroKit_static_lib: 757b887d543c671838296e5ad32f75598067dcba
410+
ViroKit: 700d3d4ca086368d06224de1cbbc19781aea2094
410411
ViroReact: f4980e6b04918c4340637f9cbaae22a6bb7ea440
411412
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
412413

413-
PODFILE CHECKSUM: 204913f217b4533e42fc0e057927a41983baab53
414+
PODFILE CHECKSUM: e29e8d5f32318ace4c7f1fc71fd62e99dc6a1b3e
414415

415-
COCOAPODS: 1.11.0
416+
COCOAPODS: 1.11.2

ios/myviroapp.xcodeproj/project.pbxproj

Lines changed: 152 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1414
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
15+
B7C874B0C880FFE23D3DDD49 /* libPods-myviroapp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EDAAA2C9360F4FE53ABC5D91 /* libPods-myviroapp.a */; };
16+
D76EC9AAC504D945DA32D9DF /* libPods-myviroapp-myviroappTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 60D8DF7559FA34C33C075172 /* libPods-myviroapp-myviroappTests.a */; };
1517
/* End PBXBuildFile section */
1618

1719
/* Begin PBXContainerItemProxy section */
@@ -34,22 +36,30 @@
3436
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = myviroapp/Images.xcassets; sourceTree = "<group>"; };
3537
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = myviroapp/Info.plist; sourceTree = "<group>"; };
3638
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = myviroapp/main.m; sourceTree = "<group>"; };
39+
48A0565DE3D44B56ECD1F848 /* Pods-myviroapp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-myviroapp.debug.xcconfig"; path = "Target Support Files/Pods-myviroapp/Pods-myviroapp.debug.xcconfig"; sourceTree = "<group>"; };
40+
4DFD222EAE268ECC94A3CB53 /* Pods-myviroapp-myviroappTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-myviroapp-myviroappTests.release.xcconfig"; path = "Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests.release.xcconfig"; sourceTree = "<group>"; };
41+
60D8DF7559FA34C33C075172 /* libPods-myviroapp-myviroappTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-myviroapp-myviroappTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3742
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = myviroapp/LaunchScreen.storyboard; sourceTree = "<group>"; };
43+
866F8915E3A58656ABBC45C9 /* Pods-myviroapp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-myviroapp.release.xcconfig"; path = "Target Support Files/Pods-myviroapp/Pods-myviroapp.release.xcconfig"; sourceTree = "<group>"; };
3844
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
45+
EDAAA2C9360F4FE53ABC5D91 /* libPods-myviroapp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-myviroapp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
46+
F63F571D998311D83A5D13F4 /* Pods-myviroapp-myviroappTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-myviroapp-myviroappTests.debug.xcconfig"; path = "Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests.debug.xcconfig"; sourceTree = "<group>"; };
3947
/* End PBXFileReference section */
4048

4149
/* Begin PBXFrameworksBuildPhase section */
4250
00E356EB1AD99517003FC87E /* Frameworks */ = {
4351
isa = PBXFrameworksBuildPhase;
4452
buildActionMask = 2147483647;
4553
files = (
54+
D76EC9AAC504D945DA32D9DF /* libPods-myviroapp-myviroappTests.a in Frameworks */,
4655
);
4756
runOnlyForDeploymentPostprocessing = 0;
4857
};
4958
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
5059
isa = PBXFrameworksBuildPhase;
5160
buildActionMask = 2147483647;
5261
files = (
62+
B7C874B0C880FFE23D3DDD49 /* libPods-myviroapp.a in Frameworks */,
5363
);
5464
runOnlyForDeploymentPostprocessing = 0;
5565
};
@@ -90,10 +100,23 @@
90100
isa = PBXGroup;
91101
children = (
92102
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
103+
EDAAA2C9360F4FE53ABC5D91 /* libPods-myviroapp.a */,
104+
60D8DF7559FA34C33C075172 /* libPods-myviroapp-myviroappTests.a */,
93105
);
94106
name = Frameworks;
95107
sourceTree = "<group>";
96108
};
109+
39151F339D5A4A305A34497A /* Pods */ = {
110+
isa = PBXGroup;
111+
children = (
112+
48A0565DE3D44B56ECD1F848 /* Pods-myviroapp.debug.xcconfig */,
113+
866F8915E3A58656ABBC45C9 /* Pods-myviroapp.release.xcconfig */,
114+
F63F571D998311D83A5D13F4 /* Pods-myviroapp-myviroappTests.debug.xcconfig */,
115+
4DFD222EAE268ECC94A3CB53 /* Pods-myviroapp-myviroappTests.release.xcconfig */,
116+
);
117+
path = Pods;
118+
sourceTree = "<group>";
119+
};
97120
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
98121
isa = PBXGroup;
99122
children = (
@@ -109,6 +132,7 @@
109132
00E356EF1AD99517003FC87E /* myviroappTests */,
110133
83CBBA001A601CBA00E9B192 /* Products */,
111134
2D16E6871FA4F8E400B85C8A /* Frameworks */,
135+
39151F339D5A4A305A34497A /* Pods */,
112136
);
113137
indentWidth = 2;
114138
sourceTree = "<group>";
@@ -131,9 +155,12 @@
131155
isa = PBXNativeTarget;
132156
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "myviroappTests" */;
133157
buildPhases = (
158+
D95A1FB53C00CFFEB53B1346 /* [CP] Check Pods Manifest.lock */,
134159
00E356EA1AD99517003FC87E /* Sources */,
135160
00E356EB1AD99517003FC87E /* Frameworks */,
136161
00E356EC1AD99517003FC87E /* Resources */,
162+
DE2561F3693D6D96E51998C0 /* [CP] Embed Pods Frameworks */,
163+
C734A251405F1BF65E117C7C /* [CP] Copy Pods Resources */,
137164
);
138165
buildRules = (
139166
);
@@ -149,11 +176,14 @@
149176
isa = PBXNativeTarget;
150177
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "myviroapp" */;
151178
buildPhases = (
179+
007C5A09EE085A993C05F611 /* [CP] Check Pods Manifest.lock */,
152180
FD10A7F022414F080027D42C /* Start Packager */,
153181
13B07F871A680F5B00A75B9A /* Sources */,
154182
13B07F8C1A680F5B00A75B9A /* Frameworks */,
155183
13B07F8E1A680F5B00A75B9A /* Resources */,
156184
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
185+
FC6887DC60693A36BEA6A116 /* [CP] Embed Pods Frameworks */,
186+
D544412F64260A91336E8DB3 /* [CP] Copy Pods Resources */,
157187
);
158188
buildRules = (
159189
);
@@ -220,6 +250,28 @@
220250
/* End PBXResourcesBuildPhase section */
221251

222252
/* Begin PBXShellScriptBuildPhase section */
253+
007C5A09EE085A993C05F611 /* [CP] Check Pods Manifest.lock */ = {
254+
isa = PBXShellScriptBuildPhase;
255+
buildActionMask = 2147483647;
256+
files = (
257+
);
258+
inputFileListPaths = (
259+
);
260+
inputPaths = (
261+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
262+
"${PODS_ROOT}/Manifest.lock",
263+
);
264+
name = "[CP] Check Pods Manifest.lock";
265+
outputFileListPaths = (
266+
);
267+
outputPaths = (
268+
"$(DERIVED_FILE_DIR)/Pods-myviroapp-checkManifestLockResult.txt",
269+
);
270+
runOnlyForDeploymentPostprocessing = 0;
271+
shellPath = /bin/sh;
272+
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";
273+
showEnvVarsInLog = 0;
274+
};
223275
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
224276
isa = PBXShellScriptBuildPhase;
225277
buildActionMask = 2147483647;
@@ -234,6 +286,96 @@
234286
shellPath = /bin/sh;
235287
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
236288
};
289+
C734A251405F1BF65E117C7C /* [CP] Copy Pods Resources */ = {
290+
isa = PBXShellScriptBuildPhase;
291+
buildActionMask = 2147483647;
292+
files = (
293+
);
294+
inputFileListPaths = (
295+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-resources-${CONFIGURATION}-input-files.xcfilelist",
296+
);
297+
name = "[CP] Copy Pods Resources";
298+
outputFileListPaths = (
299+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-resources-${CONFIGURATION}-output-files.xcfilelist",
300+
);
301+
runOnlyForDeploymentPostprocessing = 0;
302+
shellPath = /bin/sh;
303+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-resources.sh\"\n";
304+
showEnvVarsInLog = 0;
305+
};
306+
D544412F64260A91336E8DB3 /* [CP] Copy Pods Resources */ = {
307+
isa = PBXShellScriptBuildPhase;
308+
buildActionMask = 2147483647;
309+
files = (
310+
);
311+
inputFileListPaths = (
312+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-resources-${CONFIGURATION}-input-files.xcfilelist",
313+
);
314+
name = "[CP] Copy Pods Resources";
315+
outputFileListPaths = (
316+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-resources-${CONFIGURATION}-output-files.xcfilelist",
317+
);
318+
runOnlyForDeploymentPostprocessing = 0;
319+
shellPath = /bin/sh;
320+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-resources.sh\"\n";
321+
showEnvVarsInLog = 0;
322+
};
323+
D95A1FB53C00CFFEB53B1346 /* [CP] Check Pods Manifest.lock */ = {
324+
isa = PBXShellScriptBuildPhase;
325+
buildActionMask = 2147483647;
326+
files = (
327+
);
328+
inputFileListPaths = (
329+
);
330+
inputPaths = (
331+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
332+
"${PODS_ROOT}/Manifest.lock",
333+
);
334+
name = "[CP] Check Pods Manifest.lock";
335+
outputFileListPaths = (
336+
);
337+
outputPaths = (
338+
"$(DERIVED_FILE_DIR)/Pods-myviroapp-myviroappTests-checkManifestLockResult.txt",
339+
);
340+
runOnlyForDeploymentPostprocessing = 0;
341+
shellPath = /bin/sh;
342+
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";
343+
showEnvVarsInLog = 0;
344+
};
345+
DE2561F3693D6D96E51998C0 /* [CP] Embed Pods Frameworks */ = {
346+
isa = PBXShellScriptBuildPhase;
347+
buildActionMask = 2147483647;
348+
files = (
349+
);
350+
inputFileListPaths = (
351+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
352+
);
353+
name = "[CP] Embed Pods Frameworks";
354+
outputFileListPaths = (
355+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
356+
);
357+
runOnlyForDeploymentPostprocessing = 0;
358+
shellPath = /bin/sh;
359+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-myviroapp-myviroappTests/Pods-myviroapp-myviroappTests-frameworks.sh\"\n";
360+
showEnvVarsInLog = 0;
361+
};
362+
FC6887DC60693A36BEA6A116 /* [CP] Embed Pods Frameworks */ = {
363+
isa = PBXShellScriptBuildPhase;
364+
buildActionMask = 2147483647;
365+
files = (
366+
);
367+
inputFileListPaths = (
368+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
369+
);
370+
name = "[CP] Embed Pods Frameworks";
371+
outputFileListPaths = (
372+
"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
373+
);
374+
runOnlyForDeploymentPostprocessing = 0;
375+
shellPath = /bin/sh;
376+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-myviroapp/Pods-myviroapp-frameworks.sh\"\n";
377+
showEnvVarsInLog = 0;
378+
};
237379
FD10A7F022414F080027D42C /* Start Packager */ = {
238380
isa = PBXShellScriptBuildPhase;
239381
buildActionMask = 2147483647;
@@ -286,6 +428,7 @@
286428
/* Begin XCBuildConfiguration section */
287429
00E356F61AD99517003FC87E /* Debug */ = {
288430
isa = XCBuildConfiguration;
431+
baseConfigurationReference = F63F571D998311D83A5D13F4 /* Pods-myviroapp-myviroappTests.debug.xcconfig */;
289432
buildSettings = {
290433
BUNDLE_LOADER = "$(TEST_HOST)";
291434
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -312,6 +455,7 @@
312455
};
313456
00E356F71AD99517003FC87E /* Release */ = {
314457
isa = XCBuildConfiguration;
458+
baseConfigurationReference = 4DFD222EAE268ECC94A3CB53 /* Pods-myviroapp-myviroappTests.release.xcconfig */;
315459
buildSettings = {
316460
BUNDLE_LOADER = "$(TEST_HOST)";
317461
COPY_PHASE_STRIP = NO;
@@ -335,10 +479,12 @@
335479
};
336480
13B07F941A680F5B00A75B9A /* Debug */ = {
337481
isa = XCBuildConfiguration;
482+
baseConfigurationReference = 48A0565DE3D44B56ECD1F848 /* Pods-myviroapp.debug.xcconfig */;
338483
buildSettings = {
339484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
340485
CLANG_ENABLE_MODULES = YES;
341486
CURRENT_PROJECT_VERSION = 1;
487+
DEVELOPMENT_TEAM = K9FMHQ779Z;
342488
ENABLE_BITCODE = NO;
343489
INFOPLIST_FILE = myviroapp/Info.plist;
344490
LD_RUNPATH_SEARCH_PATHS = (
@@ -350,7 +496,7 @@
350496
"-ObjC",
351497
"-lc++",
352498
);
353-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
499+
PRODUCT_BUNDLE_IDENTIFIER = com.eduardodorantes.starterkit;
354500
PRODUCT_NAME = myviroapp;
355501
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
356502
SWIFT_VERSION = 5.0;
@@ -360,10 +506,12 @@
360506
};
361507
13B07F951A680F5B00A75B9A /* Release */ = {
362508
isa = XCBuildConfiguration;
509+
baseConfigurationReference = 866F8915E3A58656ABBC45C9 /* Pods-myviroapp.release.xcconfig */;
363510
buildSettings = {
364511
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
365512
CLANG_ENABLE_MODULES = YES;
366513
CURRENT_PROJECT_VERSION = 1;
514+
DEVELOPMENT_TEAM = K9FMHQ779Z;
367515
INFOPLIST_FILE = myviroapp/Info.plist;
368516
LD_RUNPATH_SEARCH_PATHS = (
369517
"$(inherited)",
@@ -374,7 +522,7 @@
374522
"-ObjC",
375523
"-lc++",
376524
);
377-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
525+
PRODUCT_BUNDLE_IDENTIFIER = com.eduardodorantes.starterkit;
378526
PRODUCT_NAME = myviroapp;
379527
SWIFT_VERSION = 5.0;
380528
VERSIONING_SYSTEM = "apple-generic";
@@ -414,6 +562,7 @@
414562
COPY_PHASE_STRIP = NO;
415563
ENABLE_STRICT_OBJC_MSGSEND = YES;
416564
ENABLE_TESTABILITY = YES;
565+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
417566
GCC_C_LANGUAGE_STANDARD = gnu99;
418567
GCC_DYNAMIC_NO_PIC = NO;
419568
GCC_NO_COMMON_BLOCKS = YES;
@@ -478,6 +627,7 @@
478627
COPY_PHASE_STRIP = YES;
479628
ENABLE_NS_ASSERTIONS = NO;
480629
ENABLE_STRICT_OBJC_MSGSEND = YES;
630+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
481631
GCC_C_LANGUAGE_STANDARD = gnu99;
482632
GCC_NO_COMMON_BLOCKS = YES;
483633
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

ios/myviroapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

ios/myviroapp.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)