Skip to content

Commit

Permalink
Upgrade project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yvbeek committed Aug 13, 2022
1 parent 03ffbf8 commit e8dddcf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleVersion</key>
<string>30</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
12 changes: 7 additions & 5 deletions Telegraph.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -697,12 +697,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 825A71A71ECD28710043AC8D /* Build configuration list for PBXNativeTarget "Telegraph iOS" */;
buildPhases = (
825A719F1ECD28710043AC8D /* Headers */,
825A719D1ECD28710043AC8D /* Sources */,
825A719E1ECD28710043AC8D /* Frameworks */,
825A719F1ECD28710043AC8D /* Headers */,
825A71A01ECD28710043AC8D /* Resources */,
8246E0601FB26D8C0006A6C5 /* [SwiftLint] Analyze Source */,
8247321423E6242700A9BAFA /* Embed Frameworks */,
8246E0601FB26D8C0006A6C5 /* [SwiftLint] Analyze Source */,
);
buildRules = (
);
Expand All @@ -721,9 +721,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 825A71B41ECD28CE0043AC8D /* Build configuration list for PBXNativeTarget "Telegraph tvOS" */;
buildPhases = (
825A71AC1ECD28CE0043AC8D /* Headers */,
825A71AA1ECD28CE0043AC8D /* Sources */,
825A71AB1ECD28CE0043AC8D /* Frameworks */,
825A71AC1ECD28CE0043AC8D /* Headers */,
825A71AD1ECD28CE0043AC8D /* Resources */,
8246E0611FB26DBF0006A6C5 /* [SwiftLint] Analyze Source */,
);
Expand All @@ -744,9 +744,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 825A71C11ECD29020043AC8D /* Build configuration list for PBXNativeTarget "Telegraph macOS" */;
buildPhases = (
825A71B91ECD29020043AC8D /* Headers */,
825A71B71ECD29020043AC8D /* Sources */,
825A71B81ECD29020043AC8D /* Frameworks */,
825A71B91ECD29020043AC8D /* Headers */,
825A71BA1ECD29020043AC8D /* Resources */,
8246E0621FB26DD60006A6C5 /* [SwiftLint] Analyze Source */,
);
Expand Down Expand Up @@ -792,7 +792,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 1240;
LastUpgradeCheck = 1340;
ORGANIZATIONNAME = Building42;
TargetAttributes = {
8253CA131E498EBA0078D520 = {
Expand Down Expand Up @@ -1452,6 +1452,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -1513,6 +1514,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
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 = "1240"
LastUpgradeVersion = "1340"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
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 = "1240"
LastUpgradeVersion = "1340"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
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 = "1240"
LastUpgradeVersion = "1340"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit e8dddcf

Please sign in to comment.