Skip to content

Commit b13c0b2

Browse files
authored
feat: update to react native 0.65.1 (#217)
1 parent eacd45e commit b13c0b2

File tree

9 files changed

+171
-25
lines changed

9 files changed

+171
-25
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ npx react-native init MyApp --template react-native-template-typescript
3131

3232
### Usage with older versions of React Native
3333

34-
#### e.g. `react-native@0.63.x`
34+
#### e.g. `react-native@0.64.x`
3535

3636
```sh
37-
npx react-native init MyApp --template react-native-template-typescript@6.5.*
37+
npx react-native init MyApp --template react-native-template-typescript@6.6.*
3838
```
3939

4040
See the below table to find out which version of the template to use.
@@ -43,6 +43,7 @@ See the below table to find out which version of the template to use.
4343

4444
| React Native | Template |
4545
| ------------ | -------- |
46+
| 0.65 | 6.7.\* |
4647
| 0.64 | 6.6.\* |
4748
| 0.63 | 6.5.\* |
4849
| 0.62 | 6.4.\* |
File renamed without changes.

template/android/app/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ android {
125125

126126
compileSdkVersion rootProject.ext.compileSdkVersion
127127

128-
compileOptions {
129-
sourceCompatibility JavaVersion.VERSION_1_8
130-
targetCompatibility JavaVersion.VERSION_1_8
131-
}
132-
133128
defaultConfig {
134129
applicationId "com.helloworld"
135130
minSdkVersion rootProject.ext.minSdkVersion
@@ -215,7 +210,7 @@ dependencies {
215210
// Run this once to be able to run the application with BUCK
216211
// puts all compile dependencies into folder libs for BUCK to use
217212
task copyDownloadableDepsToLibs(type: Copy) {
218-
from configurations.compile
213+
from configurations.implementation
219214
into 'libs'
220215
}
221216

template/android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "29.0.3"
5+
buildToolsVersion = "30.0.2"
66
minSdkVersion = 21
7-
compileSdkVersion = 29
8-
targetSdkVersion = 29
7+
compileSdkVersion = 30
8+
targetSdkVersion = 30
99
ndkVersion = "20.1.5948944"
1010
}
1111
repositories {
1212
google()
13-
jcenter()
13+
mavenCentral()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.1.0")
16+
classpath("com.android.tools.build:gradle:4.2.1")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}
2020
}
2121

2222
allprojects {
2323
repositories {
24+
mavenCentral()
2425
mavenLocal()
2526
maven {
2627
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
@@ -32,7 +33,6 @@ allprojects {
3233
}
3334

3435
google()
35-
jcenter()
3636
maven { url 'https://www.jitpack.io' }
3737
}
3838
}

template/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
# Version of flipper SDK to use with React Native
28-
FLIPPER_VERSION=0.75.1
28+
FLIPPER_VERSION=0.93.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

template/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 153 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14+
6172F2D35A4C3AA820D92908 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */; };
15+
7EF68E3733C33B6898317E18 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */; };
1416
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1517
/* End PBXBuildFile section */
1618

@@ -34,7 +36,13 @@
3436
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
3537
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
3638
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
39+
1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.release.xcconfig"; sourceTree = "<group>"; };
40+
6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
41+
6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; sourceTree = "<group>"; };
3742
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
43+
ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-HelloWorldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
44+
C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; };
45+
D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; };
3846
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3947
/* End PBXFileReference section */
4048

@@ -43,13 +51,15 @@
4351
isa = PBXFrameworksBuildPhase;
4452
buildActionMask = 2147483647;
4553
files = (
54+
7EF68E3733C33B6898317E18 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */,
4655
);
4756
runOnlyForDeploymentPostprocessing = 0;
4857
};
4958
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
5059
isa = PBXFrameworksBuildPhase;
5160
buildActionMask = 2147483647;
5261
files = (
62+
6172F2D35A4C3AA820D92908 /* libPods-HelloWorld.a in Frameworks */,
5363
);
5464
runOnlyForDeploymentPostprocessing = 0;
5565
};
@@ -90,6 +100,8 @@
90100
isa = PBXGroup;
91101
children = (
92102
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
103+
6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */,
104+
ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */,
93105
);
94106
name = Frameworks;
95107
sourceTree = "<group>";
@@ -109,6 +121,7 @@
109121
00E356EF1AD99517003FC87E /* HelloWorldTests */,
110122
83CBBA001A601CBA00E9B192 /* Products */,
111123
2D16E6871FA4F8E400B85C8A /* Frameworks */,
124+
E233CBF5F47BEE60B243DCF8 /* Pods */,
112125
);
113126
indentWidth = 2;
114127
sourceTree = "<group>";
@@ -124,16 +137,31 @@
124137
name = Products;
125138
sourceTree = "<group>";
126139
};
140+
E233CBF5F47BEE60B243DCF8 /* Pods */ = {
141+
isa = PBXGroup;
142+
children = (
143+
C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */,
144+
D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */,
145+
6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */,
146+
1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */,
147+
);
148+
name = Pods;
149+
path = Pods;
150+
sourceTree = "<group>";
151+
};
127152
/* End PBXGroup section */
128153

129154
/* Begin PBXNativeTarget section */
130155
00E356ED1AD99517003FC87E /* HelloWorldTests */ = {
131156
isa = PBXNativeTarget;
132157
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */;
133158
buildPhases = (
159+
A130D646172E58E1D159D8F2 /* [CP] Check Pods Manifest.lock */,
134160
00E356EA1AD99517003FC87E /* Sources */,
135161
00E356EB1AD99517003FC87E /* Frameworks */,
136162
00E356EC1AD99517003FC87E /* Resources */,
163+
077E01280D4B4AD18B2E1770 /* [CP] Embed Pods Frameworks */,
164+
4E62BDF20514810D028A5FBF /* [CP] Copy Pods Resources */,
137165
);
138166
buildRules = (
139167
);
@@ -149,11 +177,14 @@
149177
isa = PBXNativeTarget;
150178
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */;
151179
buildPhases = (
180+
3E482C27206C4DEF2FE45063 /* [CP] Check Pods Manifest.lock */,
152181
FD10A7F022414F080027D42C /* Start Packager */,
153182
13B07F871A680F5B00A75B9A /* Sources */,
154183
13B07F8C1A680F5B00A75B9A /* Frameworks */,
155184
13B07F8E1A680F5B00A75B9A /* Resources */,
156185
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
186+
C8AC78B0264D0F9F6F6D630E /* [CP] Embed Pods Frameworks */,
187+
ADC9DDC32298B72B3CF5DC8E /* [CP] Copy Pods Resources */,
157188
);
158189
buildRules = (
159190
);
@@ -234,6 +265,118 @@
234265
shellPath = /bin/sh;
235266
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
236267
};
268+
077E01280D4B4AD18B2E1770 /* [CP] Embed Pods Frameworks */ = {
269+
isa = PBXShellScriptBuildPhase;
270+
buildActionMask = 2147483647;
271+
files = (
272+
);
273+
inputFileListPaths = (
274+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
275+
);
276+
name = "[CP] Embed Pods Frameworks";
277+
outputFileListPaths = (
278+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
279+
);
280+
runOnlyForDeploymentPostprocessing = 0;
281+
shellPath = /bin/sh;
282+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks.sh\"\n";
283+
showEnvVarsInLog = 0;
284+
};
285+
3E482C27206C4DEF2FE45063 /* [CP] Check Pods Manifest.lock */ = {
286+
isa = PBXShellScriptBuildPhase;
287+
buildActionMask = 2147483647;
288+
files = (
289+
);
290+
inputFileListPaths = (
291+
);
292+
inputPaths = (
293+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
294+
"${PODS_ROOT}/Manifest.lock",
295+
);
296+
name = "[CP] Check Pods Manifest.lock";
297+
outputFileListPaths = (
298+
);
299+
outputPaths = (
300+
"$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt",
301+
);
302+
runOnlyForDeploymentPostprocessing = 0;
303+
shellPath = /bin/sh;
304+
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";
305+
showEnvVarsInLog = 0;
306+
};
307+
4E62BDF20514810D028A5FBF /* [CP] Copy Pods Resources */ = {
308+
isa = PBXShellScriptBuildPhase;
309+
buildActionMask = 2147483647;
310+
files = (
311+
);
312+
inputFileListPaths = (
313+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-input-files.xcfilelist",
314+
);
315+
name = "[CP] Copy Pods Resources";
316+
outputFileListPaths = (
317+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-output-files.xcfilelist",
318+
);
319+
runOnlyForDeploymentPostprocessing = 0;
320+
shellPath = /bin/sh;
321+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh\"\n";
322+
showEnvVarsInLog = 0;
323+
};
324+
A130D646172E58E1D159D8F2 /* [CP] Check Pods Manifest.lock */ = {
325+
isa = PBXShellScriptBuildPhase;
326+
buildActionMask = 2147483647;
327+
files = (
328+
);
329+
inputFileListPaths = (
330+
);
331+
inputPaths = (
332+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
333+
"${PODS_ROOT}/Manifest.lock",
334+
);
335+
name = "[CP] Check Pods Manifest.lock";
336+
outputFileListPaths = (
337+
);
338+
outputPaths = (
339+
"$(DERIVED_FILE_DIR)/Pods-HelloWorld-HelloWorldTests-checkManifestLockResult.txt",
340+
);
341+
runOnlyForDeploymentPostprocessing = 0;
342+
shellPath = /bin/sh;
343+
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";
344+
showEnvVarsInLog = 0;
345+
};
346+
ADC9DDC32298B72B3CF5DC8E /* [CP] Copy Pods Resources */ = {
347+
isa = PBXShellScriptBuildPhase;
348+
buildActionMask = 2147483647;
349+
files = (
350+
);
351+
inputFileListPaths = (
352+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-input-files.xcfilelist",
353+
);
354+
name = "[CP] Copy Pods Resources";
355+
outputFileListPaths = (
356+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-output-files.xcfilelist",
357+
);
358+
runOnlyForDeploymentPostprocessing = 0;
359+
shellPath = /bin/sh;
360+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n";
361+
showEnvVarsInLog = 0;
362+
};
363+
C8AC78B0264D0F9F6F6D630E /* [CP] Embed Pods Frameworks */ = {
364+
isa = PBXShellScriptBuildPhase;
365+
buildActionMask = 2147483647;
366+
files = (
367+
);
368+
inputFileListPaths = (
369+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-input-files.xcfilelist",
370+
);
371+
name = "[CP] Embed Pods Frameworks";
372+
outputFileListPaths = (
373+
"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-output-files.xcfilelist",
374+
);
375+
runOnlyForDeploymentPostprocessing = 0;
376+
shellPath = /bin/sh;
377+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n";
378+
showEnvVarsInLog = 0;
379+
};
237380
FD10A7F022414F080027D42C /* Start Packager */ = {
238381
isa = PBXShellScriptBuildPhase;
239382
buildActionMask = 2147483647;
@@ -286,14 +429,15 @@
286429
/* Begin XCBuildConfiguration section */
287430
00E356F61AD99517003FC87E /* Debug */ = {
288431
isa = XCBuildConfiguration;
432+
baseConfigurationReference = 6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */;
289433
buildSettings = {
290434
BUNDLE_LOADER = "$(TEST_HOST)";
291435
GCC_PREPROCESSOR_DEFINITIONS = (
292436
"DEBUG=1",
293437
"$(inherited)",
294438
);
295439
INFOPLIST_FILE = HelloWorldTests/Info.plist;
296-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
440+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
297441
LD_RUNPATH_SEARCH_PATHS = (
298442
"$(inherited)",
299443
"@executable_path/Frameworks",
@@ -312,11 +456,12 @@
312456
};
313457
00E356F71AD99517003FC87E /* Release */ = {
314458
isa = XCBuildConfiguration;
459+
baseConfigurationReference = 1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */;
315460
buildSettings = {
316461
BUNDLE_LOADER = "$(TEST_HOST)";
317462
COPY_PHASE_STRIP = NO;
318463
INFOPLIST_FILE = HelloWorldTests/Info.plist;
319-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
464+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
320465
LD_RUNPATH_SEARCH_PATHS = (
321466
"$(inherited)",
322467
"@executable_path/Frameworks",
@@ -335,6 +480,7 @@
335480
};
336481
13B07F941A680F5B00A75B9A /* Debug */ = {
337482
isa = XCBuildConfiguration;
483+
baseConfigurationReference = C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */;
338484
buildSettings = {
339485
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
340486
CLANG_ENABLE_MODULES = YES;
@@ -360,6 +506,7 @@
360506
};
361507
13B07F951A680F5B00A75B9A /* Release */ = {
362508
isa = XCBuildConfiguration;
509+
baseConfigurationReference = D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */;
363510
buildSettings = {
364511
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
365512
CLANG_ENABLE_MODULES = YES;
@@ -414,6 +561,7 @@
414561
COPY_PHASE_STRIP = NO;
415562
ENABLE_STRICT_OBJC_MSGSEND = YES;
416563
ENABLE_TESTABILITY = YES;
564+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
417565
GCC_C_LANGUAGE_STANDARD = gnu99;
418566
GCC_DYNAMIC_NO_PIC = NO;
419567
GCC_NO_COMMON_BLOCKS = YES;
@@ -429,7 +577,7 @@
429577
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
430578
GCC_WARN_UNUSED_FUNCTION = YES;
431579
GCC_WARN_UNUSED_VARIABLE = YES;
432-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
580+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
433581
LD_RUNPATH_SEARCH_PATHS = (
434582
/usr/lib/swift,
435583
"$(inherited)",
@@ -478,6 +626,7 @@
478626
COPY_PHASE_STRIP = YES;
479627
ENABLE_NS_ASSERTIONS = NO;
480628
ENABLE_STRICT_OBJC_MSGSEND = YES;
629+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
481630
GCC_C_LANGUAGE_STANDARD = gnu99;
482631
GCC_NO_COMMON_BLOCKS = YES;
483632
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -486,7 +635,7 @@
486635
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
487636
GCC_WARN_UNUSED_FUNCTION = YES;
488637
GCC_WARN_UNUSED_VARIABLE = YES;
489-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
638+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
490639
LD_RUNPATH_SEARCH_PATHS = (
491640
/usr/lib/swift,
492641
"$(inherited)",

0 commit comments

Comments
 (0)