Skip to content

Commit 5411bfc

Browse files
phimagee-marchand
authored andcommitted
Update Xcode project
1 parent f66bca9 commit 5411bfc

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# These are supported funding model platforms
22

33
github: phimage
4-
patreon: phimage
54
custom: https://www.paypal.com/paypalme2/ericphimage

CallbackURLKit.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
C4A8D5071C37D84A00DB3306 /* Project object */ = {
250250
isa = PBXProject;
251251
attributes = {
252-
LastUpgradeCheck = 1020;
252+
LastUpgradeCheck = 1240;
253253
ORGANIZATIONNAME = phimage;
254254
TargetAttributes = {
255255
C418B1D91C386C160097FDD9 = {
@@ -420,6 +420,7 @@
420420
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
421421
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
422422
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
423+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
423424
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
424425
CLANG_WARN_STRICT_PROTOTYPES = YES;
425426
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -445,7 +446,7 @@
445446
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
446447
GCC_WARN_UNUSED_FUNCTION = YES;
447448
GCC_WARN_UNUSED_VARIABLE = YES;
448-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
449+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
449450
MACOSX_DEPLOYMENT_TARGET = 10.14;
450451
MTL_ENABLE_DEBUG_INFO = YES;
451452
ONLY_ACTIVE_ARCH = YES;
@@ -481,6 +482,7 @@
481482
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
482483
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
483484
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
485+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
484486
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
485487
CLANG_WARN_STRICT_PROTOTYPES = YES;
486488
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -500,7 +502,7 @@
500502
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
501503
GCC_WARN_UNUSED_FUNCTION = YES;
502504
GCC_WARN_UNUSED_VARIABLE = YES;
503-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
505+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
504506
MACOSX_DEPLOYMENT_TARGET = 10.14;
505507
MTL_ENABLE_DEBUG_INFO = NO;
506508
SDKROOT = iphoneos;

CallbackURLKit.xcodeproj/xcshareddata/xcschemes/CallbackURLKit.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:CallbackURLKit.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

CallbackURLKit.xcodeproj/xcshareddata/xcschemes/CallbackURLKitOSX.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:CallbackURLKit.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

0 commit comments

Comments
 (0)