From b18cdc11153efffb5a2a01dd65a8aa0c72ce7fa6 Mon Sep 17 00:00:00 2001 From: PAOLO MUSOLINO Date: Mon, 25 Sep 2017 20:13:32 +0200 Subject: [PATCH] Bump version + update for Xcode 9 --- PMAlertController.podspec | 2 +- PMAlertController.xcodeproj/project.pbxproj | 14 +++++++++++++- .../xcschemes/PMAlertController.xcscheme | 4 +++- .../xcschemes/PMAlertControllerSample.xcscheme | 4 +++- PMAlertController/Info.plist | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/PMAlertController.podspec b/PMAlertController.podspec index be95928..fb246d6 100644 --- a/PMAlertController.podspec +++ b/PMAlertController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMAlertController" - s.version = "2.1.3" + s.version = "3.0.0" s.summary = "PMAlertController is a great and customizable substitute to UIAlertController" s.description = <<-DESC PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy! diff --git a/PMAlertController.xcodeproj/project.pbxproj b/PMAlertController.xcodeproj/project.pbxproj index d8dbb16..9660d01 100755 --- a/PMAlertController.xcodeproj/project.pbxproj +++ b/PMAlertController.xcodeproj/project.pbxproj @@ -267,7 +267,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0730; - LastUpgradeCheck = 0820; + LastUpgradeCheck = 0900; ORGANIZATIONNAME = Codeido; TargetAttributes = { 453B4ED51CDE3F0A00BFB901 = { @@ -427,14 +427,20 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -475,14 +481,20 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; diff --git a/PMAlertController.xcodeproj/xcshareddata/xcschemes/PMAlertController.xcscheme b/PMAlertController.xcodeproj/xcshareddata/xcschemes/PMAlertController.xcscheme index 807a4b6..e17dbcc 100644 --- a/PMAlertController.xcodeproj/xcshareddata/xcschemes/PMAlertController.xcscheme +++ b/PMAlertController.xcodeproj/xcshareddata/xcschemes/PMAlertController.xcscheme @@ -1,6 +1,6 @@ @@ -36,6 +37,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/PMAlertController.xcodeproj/xcuserdata/pmusolino.xcuserdatad/xcschemes/PMAlertControllerSample.xcscheme b/PMAlertController.xcodeproj/xcuserdata/pmusolino.xcuserdatad/xcschemes/PMAlertControllerSample.xcscheme index 83466b9..79c9b4e 100644 --- a/PMAlertController.xcodeproj/xcuserdata/pmusolino.xcuserdatad/xcschemes/PMAlertControllerSample.xcscheme +++ b/PMAlertController.xcodeproj/xcuserdata/pmusolino.xcuserdatad/xcschemes/PMAlertControllerSample.xcscheme @@ -1,6 +1,6 @@ @@ -45,6 +46,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/PMAlertController/Info.plist b/PMAlertController/Info.plist index 4f8165e..a809dce 100644 --- a/PMAlertController/Info.plist +++ b/PMAlertController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.3 + 3.0.0 CFBundleSignature ???? CFBundleVersion