diff --git a/.gitignore b/.gitignore
index 330302c..bf254db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,7 @@ xcuserdata/
/*.gcno
# End of https://www.gitignore.io/api/xcode
+
+.DS_Store
+
+.build
diff --git a/JWT.xcodeproj/project.pbxproj b/JWT.xcodeproj/project.pbxproj
index 1c3b010..27a94cb 100644
--- a/JWT.xcodeproj/project.pbxproj
+++ b/JWT.xcodeproj/project.pbxproj
@@ -876,6 +876,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
+ TVOS_DEPLOYMENT_TARGET = 10.0;
};
name = Debug;
};
@@ -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;
diff --git a/JWT.xcodeproj/xcshareddata/xcschemes/JWTMobile.xcscheme b/JWT.xcodeproj/xcshareddata/xcschemes/JWTMobile.xcscheme
index 3b6bf3f..11e5e49 100644
--- a/JWT.xcodeproj/xcshareddata/xcschemes/JWTMobile.xcscheme
+++ b/JWT.xcodeproj/xcshareddata/xcschemes/JWTMobile.xcscheme
@@ -15,7 +15,7 @@
@@ -44,7 +44,7 @@
@@ -66,7 +66,7 @@
@@ -84,7 +84,7 @@
diff --git a/JWT.xcodeproj/xcshareddata/xcschemes/JWTTV.xcscheme b/JWT.xcodeproj/xcshareddata/xcschemes/JWTTV.xcscheme
index 4472d0c..8125c48 100644
--- a/JWT.xcodeproj/xcshareddata/xcschemes/JWTTV.xcscheme
+++ b/JWT.xcodeproj/xcshareddata/xcschemes/JWTTV.xcscheme
@@ -15,7 +15,7 @@
@@ -44,7 +44,7 @@
@@ -66,7 +66,7 @@
@@ -84,7 +84,7 @@
diff --git a/JWT.xcodeproj/xcshareddata/xcschemes/JWTWatch.xcscheme b/JWT.xcodeproj/xcshareddata/xcschemes/JWTWatch.xcscheme
index d3844c7..0b6db93 100644
--- a/JWT.xcodeproj/xcshareddata/xcschemes/JWTWatch.xcscheme
+++ b/JWT.xcodeproj/xcshareddata/xcschemes/JWTWatch.xcscheme
@@ -15,7 +15,7 @@
@@ -47,7 +47,7 @@
@@ -65,7 +65,7 @@
diff --git a/Sources/Info.plist b/Sources/Info.plist
index ca5c74e..7f8325e 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.1
+ 1.0.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright