Skip to content

Commit a1eabc7

Browse files
committed
Merge branch 'develop' of github.com:readium/swift-toolkit into fix/v3
2 parents 30b4b4c + ac1f0ed commit a1eabc7

20 files changed

+379
-203
lines changed

TestApp/Integrations/Carthage/project+lcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets:
1515
TestApp:
1616
type: application
1717
platform: iOS
18-
deploymentTarget: "14.0"
18+
deploymentTarget: "18.0"
1919
sources:
2020
- path: Sources
2121
excludes:

TestApp/Integrations/Carthage/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets:
1515
TestApp:
1616
type: application
1717
platform: iOS
18-
deploymentTarget: "14.0"
18+
deploymentTarget: "18.0"
1919
sources:
2020
- path: Sources
2121
excludes:

TestApp/Integrations/CocoaPods/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '14.0'
1+
platform :ios, '18.0'
22

33
target 'TestApp' do
44
# Comment the next line if you don't want to use dynamic frameworks
@@ -23,7 +23,7 @@ end
2323
post_install do |installer|
2424
installer.pods_project.targets.each do |target|
2525
target.build_configurations.each do |config|
26-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
26+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '18.0'
2727
config.build_settings['ENABLE_BITCODE'] = 'NO'
2828
end
2929
end

TestApp/Integrations/CocoaPods/Podfile+lcp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '14.0'
1+
platform :ios, '18.0'
22

33
target 'TestApp' do
44
# Comment the next line if you don't want to use dynamic frameworks
@@ -26,7 +26,7 @@ end
2626
post_install do |installer|
2727
installer.pods_project.targets.each do |target|
2828
target.build_configurations.each do |config|
29-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
29+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '18.0'
3030
config.build_settings['ENABLE_BITCODE'] = 'NO'
3131
end
3232
end

TestApp/Integrations/CocoaPods/project+lcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targets:
55
TestApp:
66
type: application
77
platform: iOS
8-
deploymentTarget: "14.0"
8+
deploymentTarget: "18.0"
99
sources:
1010
- path: Sources
1111
excludes:

TestApp/Integrations/CocoaPods/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targets:
55
TestApp:
66
type: application
77
platform: iOS
8-
deploymentTarget: "14.0"
8+
deploymentTarget: "18.0"
99
sources:
1010
- path: Sources
1111
excludes:

TestApp/Integrations/Local/project+lcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ targets:
3131
TestApp:
3232
type: application
3333
platform: iOS
34-
deploymentTarget: "14.0"
34+
deploymentTarget: "18.0"
3535
sources:
3636
- path: Sources
3737
excludes:

TestApp/Integrations/Local/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ targets:
2929
TestApp:
3030
type: application
3131
platform: iOS
32-
deploymentTarget: "14.0"
32+
deploymentTarget: "18.0"
3333
sources:
3434
- path: Sources
3535
excludes:

TestApp/Integrations/SPM/project+lcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ targets:
2323
TestApp:
2424
type: application
2525
platform: iOS
26-
deploymentTarget: "14.0"
26+
deploymentTarget: "18.0"
2727
sources:
2828
- path: Sources
2929
excludes:

TestApp/Integrations/SPM/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ targets:
2121
TestApp:
2222
type: application
2323
platform: iOS
24-
deploymentTarget: "14.0"
24+
deploymentTarget: "18.0"
2525
sources:
2626
- path: Sources
2727
excludes:

0 commit comments

Comments
 (0)