Skip to content

Commit 62864d2

Browse files
authored
Fix Xcode warning in generated Carthage project (#91)
1 parent 9dc72f3 commit 62864d2

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

opds/project-carthage-as-submodules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Use this XcodeGen project spec when using ReadiumOPDS with Carthage as a submodule on Xcode 12.5+.
22
# See https://github.com/readium/r2-testapp-swift/issues/351#issuecomment-829250100
33
name: readium-opds
4+
attributes:
5+
LastUpgradeCheck: "1250"
46
options:
57
bundleIdPrefix: org.readium
68
targets:

opds/project-carthage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: readium-opds
2+
attributes:
3+
LastUpgradeCheck: "1250"
24
options:
35
bundleIdPrefix: org.readium
46
targets:

opds/readium-opds.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
B04DFBB165A9CFD29EA9FA30 /* Project object */ = {
128128
isa = PBXProject;
129129
attributes = {
130-
LastUpgradeCheck = 1200;
130+
LastUpgradeCheck = 1250;
131131
TargetAttributes = {
132132
};
133133
};

opds/readium-opds.xcodeproj/xcshareddata/xcschemes/readium-opds.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 = "1200"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)