From f95c0fa338786913d0b31be6e35630f09b1ce6ff Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Wed, 29 Mar 2017 15:12:04 -0500 Subject: [PATCH 1/2] Update project settings --- GCCalendar.xcodeproj/project.pbxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GCCalendar.xcodeproj/project.pbxproj b/GCCalendar.xcodeproj/project.pbxproj index a0bfe7b..08c7bd7 100644 --- a/GCCalendar.xcodeproj/project.pbxproj +++ b/GCCalendar.xcodeproj/project.pbxproj @@ -158,7 +158,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0820; + LastUpgradeCheck = 0830; ORGANIZATIONNAME = "Gray Campbell"; TargetAttributes = { E29559AD1CA0CC5A00A5F429 = { @@ -302,7 +302,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -346,7 +346,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.2; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -361,7 +361,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -384,7 +384,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; From 1e09b51f6d77fd63de144b45e18da32d7b069c86 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Wed, 29 Mar 2017 15:14:20 -0500 Subject: [PATCH 2/2] Bump version number --- GCCalendar.podspec | 2 +- GCCalendar/Info.plist | 2 +- GCCalendarDemo.xcodeproj/project.pbxproj | 2 ++ GCCalendarDemo/Info.plist | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/GCCalendar.podspec b/GCCalendar.podspec index a96da13..d4a6535 100644 --- a/GCCalendar.podspec +++ b/GCCalendar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GCCalendar' - s.version = '2.0.1' + s.version = '2.1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A customizable calendar for iOS 9+ written in Swift.' s.description = <<-DESC diff --git a/GCCalendar/Info.plist b/GCCalendar/Info.plist index d3de8ee..dca568e 100644 --- a/GCCalendar/Info.plist +++ b/GCCalendar/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/GCCalendarDemo.xcodeproj/project.pbxproj b/GCCalendarDemo.xcodeproj/project.pbxproj index 9ca769a..7808613 100644 --- a/GCCalendarDemo.xcodeproj/project.pbxproj +++ b/GCCalendarDemo.xcodeproj/project.pbxproj @@ -274,6 +274,7 @@ DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = GCCalendarDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.graycampbell.GCCalendarDemo; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -289,6 +290,7 @@ DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = GCCalendarDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.graycampbell.GCCalendarDemo; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/GCCalendarDemo/Info.plist b/GCCalendarDemo/Info.plist index 6f460e0..b8e9529 100644 --- a/GCCalendarDemo/Info.plist +++ b/GCCalendarDemo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion