We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fab654 commit 2941b26Copy full SHA for 2941b26
ios/taroDemo.xcodeproj/project.pbxproj
@@ -492,6 +492,7 @@
492
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
493
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
494
PRODUCT_NAME = "$(TARGET_NAME)";
495
+ SWIFT_VERSION = 5.0;
496
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/taroDemo.app/taroDemo";
497
};
498
name = Debug;
@@ -517,6 +518,7 @@
517
518
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
519
520
521
522
523
524
name = Release;
0 commit comments