Skip to content

Commit 53ccbc3

Browse files
author
Eric Wu
committed
修复Xcode12 报错问题
1 parent 8244c94 commit 53ccbc3

File tree

11 files changed

+319
-264
lines changed

11 files changed

+319
-264
lines changed

Example/CRBoostSwift.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
isa = PBXProject;
145145
attributes = {
146146
LastSwiftUpdateCheck = 0830;
147-
LastUpgradeCheck = 1130;
147+
LastUpgradeCheck = 1210;
148148
ORGANIZATIONNAME = CocoaPods;
149149
TargetAttributes = {
150150
607FACCF1AFB9204008FA782 = {
@@ -283,6 +283,7 @@
283283
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
284284
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
285285
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
286+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
286287
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
287288
CLANG_WARN_STRICT_PROTOTYPES = YES;
288289
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -308,7 +309,7 @@
308309
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
309310
GCC_WARN_UNUSED_FUNCTION = YES;
310311
GCC_WARN_UNUSED_VARIABLE = YES;
311-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
312+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
312313
MTL_ENABLE_DEBUG_INFO = YES;
313314
ONLY_ACTIVE_ARCH = YES;
314315
SDKROOT = iphoneos;
@@ -338,6 +339,7 @@
338339
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
339340
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
340341
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
342+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
341343
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
342344
CLANG_WARN_STRICT_PROTOTYPES = YES;
343345
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -356,7 +358,7 @@
356358
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
357359
GCC_WARN_UNUSED_FUNCTION = YES;
358360
GCC_WARN_UNUSED_VARIABLE = YES;
359-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
361+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
360362
MTL_ENABLE_DEBUG_INFO = NO;
361363
SDKROOT = iphoneos;
362364
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/CRBoostSwift.xcodeproj/xcshareddata/xcschemes/CRBoostSwift-Example.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1210"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9'
1+
platform :ios, '12.0'
22
use_frameworks!
33

44
target 'CRBoostSwift_Example' do

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ EXTERNAL SOURCES:
1111
SPEC CHECKSUMS:
1212
CRBoostSwift: fb794a4d62feacaf2ac26b0ab8860ed99b8ce9cb
1313

14-
PODFILE CHECKSUM: 31f8a7f6cd6c64a007709b2d505a8413d2c5448c
14+
PODFILE CHECKSUM: ebfc6892f66966e16f7838b1a3a345ea379a0874
1515

16-
COCOAPODS: 1.7.5
16+
COCOAPODS: 1.10.0

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 224 additions & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/CRBoostSwift/CRBoostSwift.debug.xcconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/CRBoostSwift/CRBoostSwift.release.xcconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-CRBoostSwift_Example/Pods-CRBoostSwift_Example-frameworks.sh

Lines changed: 54 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-CRBoostSwift_Example/Pods-CRBoostSwift_Example.debug.xcconfig

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)