Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fix Xcode warning in generated Carthage project (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Jul 22, 2021
1 parent 1630424 commit 7f9b22a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions project-carthage-as-submodules.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Use this XcodeGen project spec when using ReadiumOPDS with Carthage as a submodule on Xcode 12.5+.
# See https://github.com/readium/r2-testapp-swift/issues/351#issuecomment-829250100
name: readium-opds
attributes:
LastUpgradeCheck: "1250"
options:
bundleIdPrefix: org.readium
targets:
Expand Down
2 changes: 2 additions & 0 deletions project-carthage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: readium-opds
attributes:
LastUpgradeCheck: "1250"
options:
bundleIdPrefix: org.readium
targets:
Expand Down
2 changes: 1 addition & 1 deletion readium-opds.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
B04DFBB165A9CFD29EA9FA30 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1250;
TargetAttributes = {
};
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 7f9b22a

Please sign in to comment.