diff --git a/.swift-version b/.swift-version index 5186d07..819e07a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +5.0 diff --git a/CellAnimator.podspec b/CellAnimator.podspec index 294807b..17ec2a2 100644 --- a/CellAnimator.podspec +++ b/CellAnimator.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/warchimede/CellAnimator.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/warchimede' - s.platform = :ios, '8.0' + s.platform = :ios, '12.0' s.requires_arc = true s.source_files = "CellAnimator/CellAnimator.swift" diff --git a/CellAnimator.xcodeproj/project.pbxproj b/CellAnimator.xcodeproj/project.pbxproj index 6ed3207..8eda745 100644 --- a/CellAnimator.xcodeproj/project.pbxproj +++ b/CellAnimator.xcodeproj/project.pbxproj @@ -93,17 +93,18 @@ 5C3917291BA4B56000515C54 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0920; + LastUpgradeCheck = 1250; ORGANIZATIONNAME = "William Archimède"; TargetAttributes = { 5C3917301BA4B56000515C54 = { CreatedOnToolsVersion = 7.0; + LastSwiftMigration = 1250; }; }; }; buildConfigurationList = 5C39172C1BA4B56000515C54 /* Build configuration list for PBXProject "CellAnimator" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, @@ -177,14 +178,17 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -209,7 +213,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -230,14 +234,17 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -256,7 +263,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -273,7 +280,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = wa.CellAnimator; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -285,7 +292,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = wa.CellAnimator; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 5.0; }; name = Release; }; diff --git a/CellAnimator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/CellAnimator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/CellAnimator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/CellAnimator.xcodeproj/project.xcworkspace/xcuserdata/naruchan.xcuserdatad/UserInterfaceState.xcuserstate b/CellAnimator.xcodeproj/project.xcworkspace/xcuserdata/naruchan.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..9451bb8 Binary files /dev/null and b/CellAnimator.xcodeproj/project.xcworkspace/xcuserdata/naruchan.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CellAnimator.xcodeproj/xcshareddata/xcschemes/CellAnimator.xcscheme b/CellAnimator.xcodeproj/xcshareddata/xcschemes/CellAnimator.xcscheme index b1ca2e7..bf00054 100644 --- a/CellAnimator.xcodeproj/xcshareddata/xcschemes/CellAnimator.xcscheme +++ b/CellAnimator.xcodeproj/xcshareddata/xcschemes/CellAnimator.xcscheme @@ -1,6 +1,6 @@ - - - - + + - - - + + + - + + + @@ -13,10 +16,9 @@ - + - - + diff --git a/CellAnimator/Base.lproj/Main.storyboard b/CellAnimator/Base.lproj/Main.storyboard index 37fd8c4..e64c166 100644 --- a/CellAnimator/Base.lproj/Main.storyboard +++ b/CellAnimator/Base.lproj/Main.storyboard @@ -1,11 +1,9 @@ - - - - + + - + @@ -14,22 +12,22 @@ - + - + - + @@ -53,7 +51,7 @@ - + @@ -66,4 +64,9 @@ + + + + +