Skip to content

Commit 6085d5c

Browse files
committed
IOS-639 Xcode 15 upgrade, drop iOS 11 support
Fix deprecations from dropping iOS 11.
1 parent 945ce63 commit 6085d5c

File tree

18 files changed

+73
-36
lines changed

18 files changed

+73
-36
lines changed

Axis-iOS

NYPLAEToolkit

RDServices.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/dp/public\"",
538538
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/xml/uft/public\"",
539539
);
540-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
540+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
541541
ONLY_ACTIVE_ARCH = YES;
542542
SDKROOT = iphoneos;
543543
STRIP_INSTALLED_PRODUCT = NO;
@@ -590,7 +590,7 @@
590590
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/dp/public\"",
591591
"\"$(NYPLADEPT_ADOBE_SDK)/DRM_Connector_Prerelease/xml/uft/public\"",
592592
);
593-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
593+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
594594
SDKROOT = iphoneos;
595595
STRIP_INSTALLED_PRODUCT = NO;
596596
VALIDATE_PRODUCT = YES;

RDServices.xcodeproj/xcshareddata/xcschemes/RDServices.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 = "1430"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Simplified.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4936,7 +4936,7 @@
49364936
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
49374937
GCC_WARN_UNUSED_FUNCTION = YES;
49384938
GCC_WARN_UNUSED_VARIABLE = YES;
4939-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
4939+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
49404940
ONLY_ACTIVE_ARCH = YES;
49414941
OTHER_LDFLAGS = (
49424942
"$(inherited)",
@@ -4991,7 +4991,7 @@
49914991
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
49924992
GCC_WARN_UNUSED_FUNCTION = YES;
49934993
GCC_WARN_UNUSED_VARIABLE = YES;
4994-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
4994+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
49954995
OTHER_LDFLAGS = (
49964996
"$(inherited)",
49974997
"-ObjC",
@@ -5037,7 +5037,7 @@
50375037
MARKETING_VERSION = 3.9.5;
50385038
OTHER_LDFLAGS = (
50395039
"$(inherited)",
5040-
"-ld64",
5040+
"-ld_classic",
50415041
);
50425042
PRODUCT_BUNDLE_IDENTIFIER = org.nypl.labs.SimplyE;
50435043
PROVISIONING_PROFILE = "2e185b6c-271e-4b02-a05e-860b8c3831f6";
@@ -5090,7 +5090,7 @@
50905090
MARKETING_VERSION = 3.9.5;
50915091
OTHER_LDFLAGS = (
50925092
"$(inherited)",
5093-
"-ld64",
5093+
"-ld_classic",
50945094
);
50955095
PRODUCT_BUNDLE_IDENTIFIER = org.nypl.labs.SimplyE;
50965096
PROVISIONING_PROFILE = "b3d9154d-70e1-48d6-a0c5-869431277a5c";

Simplified.xcodeproj/xcshareddata/xcschemes/Open eBooks.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 = "1430"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Simplified.xcodeproj/xcshareddata/xcschemes/SimplyE-R2dev.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 = "1430"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Simplified.xcodeproj/xcshareddata/xcschemes/SimplyE-noDRM.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 = "1430"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)