Skip to content

Commit

Permalink
Change tvOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
acwright committed Jun 6, 2019
1 parent a525eae commit 669acb3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ xcuserdata/
/*.gcno

# End of https://www.gitignore.io/api/xcode

.DS_Store

.build
2 changes: 2 additions & 0 deletions JWT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 10.0;
};
name = Debug;
};
Expand Down Expand Up @@ -903,6 +904,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 10.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down
8 changes: 4 additions & 4 deletions JWT.xcodeproj/xcshareddata/xcschemes/JWTMobile.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C0722A8427F0082C922"
BuildableName = "JWTMobile.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTMobile"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -44,7 +44,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C0722A8427F0082C922"
BuildableName = "JWTMobile.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTMobile"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand All @@ -66,7 +66,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C0722A8427F0082C922"
BuildableName = "JWTMobile.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTMobile"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand All @@ -84,7 +84,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C0722A8427F0082C922"
BuildableName = "JWTMobile.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTMobile"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down
8 changes: 4 additions & 4 deletions JWT.xcodeproj/xcshareddata/xcschemes/JWTTV.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C2322A8428E0082C922"
BuildableName = "JWTTV.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTTV"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -44,7 +44,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C2322A8428E0082C922"
BuildableName = "JWTTV.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTTV"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand All @@ -66,7 +66,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C2322A8428E0082C922"
BuildableName = "JWTTV.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTTV"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand All @@ -84,7 +84,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C2322A8428E0082C922"
BuildableName = "JWTTV.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTTV"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down
6 changes: 3 additions & 3 deletions JWT.xcodeproj/xcshareddata/xcschemes/JWTWatch.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C3F22A842A20082C922"
BuildableName = "JWTWatch.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTWatch"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -47,7 +47,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C3F22A842A20082C922"
BuildableName = "JWTWatch.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTWatch"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand All @@ -65,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F0890C3F22A842A20082C922"
BuildableName = "JWTWatch.framework"
BuildableName = "JWT.framework"
BlueprintName = "JWTWatch"
ReferencedContainer = "container:JWT.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 669acb3

Please sign in to comment.