From 53fbba2e970532a1a99be9a54d130e9bb08b7d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20L=C3=B8bger?= Date: Tue, 13 Mar 2018 23:04:22 +0100 Subject: [PATCH] Release 0.3.0 --- GitHubRelease.podspec | 9 +++++---- GitHubRelease.xcodeproj/project.pbxproj | 2 +- GitHubRelease/Info.plist | 2 +- Test.iOS/Info.plist | 2 +- Test.macOS/Info.plist | 2 +- Test.tvOS/Info.plist | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/GitHubRelease.podspec b/GitHubRelease.podspec index e8c213a..aa51df6 100644 --- a/GitHubRelease.podspec +++ b/GitHubRelease.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "GitHubRelease" - s.version = "0.1.0" + s.version = "0.3.0" s.summary = "Check your GitHub repo for new releases." # This description is used to generate tags and improve search results. @@ -24,6 +24,7 @@ Pod::Spec.new do |s| # * Try to keep it short, snappy and to the point. # * Write the description between the DESC delimiters below. # * Finally, don't worry about the indent, CocoaPods strips it! + s.description = <<-DESC Using GitHub to host your software? Want to check for new releases? @@ -64,14 +65,14 @@ Pod::Spec.new do |s| # the deployment target. You can optionally include the target after the platform. # - s.platform = :osx + # s.platform = :osx # s.platform = :ios, "5.0" # When using multiple platforms - # s.ios.deployment_target = "5.0" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.10" # s.watchos.deployment_target = "2.0" - # s.tvos.deployment_target = "9.0" + s.tvos.deployment_target = "9.0" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/GitHubRelease.xcodeproj/project.pbxproj b/GitHubRelease.xcodeproj/project.pbxproj index 0f776d0..fa75832 100644 --- a/GitHubRelease.xcodeproj/project.pbxproj +++ b/GitHubRelease.xcodeproj/project.pbxproj @@ -61,7 +61,7 @@ 6D9F5E54204F434200A984CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 6D9F5E67204F439B00A984CC /* GitHubReleaseChecker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GitHubReleaseChecker.h; sourceTree = ""; }; 6D9F5E68204F439B00A984CC /* GitHubReleaseChecker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GitHubReleaseChecker.m; sourceTree = ""; }; - 6D9F5E7E204F4E9900A984CC /* GitHubRelease.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GitHubRelease.podspec; sourceTree = ""; }; + 6D9F5E7E204F4E9900A984CC /* GitHubRelease.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = GitHubRelease.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 6D9F5E9E20571FC500A984CC /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; 6D9F5E9F20571FC500A984CC /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 6D9F5ECC2057240600A984CC /* Test.macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Test.macOS.app; sourceTree = BUILT_PRODUCTS_DIR; }; diff --git a/GitHubRelease/Info.plist b/GitHubRelease/Info.plist index 678261a..bda2bf1 100644 --- a/GitHubRelease/Info.plist +++ b/GitHubRelease/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Test.iOS/Info.plist b/Test.iOS/Info.plist index 24add4c..4c88060 100644 --- a/Test.iOS/Info.plist +++ b/Test.iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Test.macOS/Info.plist b/Test.macOS/Info.plist index 333a4bf..09fcaa9 100644 --- a/Test.macOS/Info.plist +++ b/Test.macOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/Test.tvOS/Info.plist b/Test.tvOS/Info.plist index 7986d24..c03184f 100644 --- a/Test.tvOS/Info.plist +++ b/Test.tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.0 + 0.3.0 CFBundleVersion 1 LSRequiresIPhoneOS