Эх сурвалжийг харах

Merge pull request #62 from norio-nomura/update-pod-lib-lint

Update `pod lib lint`
Norio Nomura 4 жил өмнө
parent
commit
124efea17b

+ 2 - 2
.github/workflows/pod_lib_lint.yml

@@ -22,9 +22,9 @@ on:
 jobs:
   pod_lib_lint:
     name: pod lib lint
-    runs-on: macOS-10.14
+    runs-on: macOS-10.15
     env:
-      DEVELOPER_DIR: /Applications/Xcode_10.3.app
+      DEVELOPER_DIR: /Applications/Xcode_12.app
     steps:
       - uses: actions/checkout@v1
       - run: pod lib lint

+ 2 - 1
Base32.xcodeproj/Configs/Project.xcconfig

@@ -1,7 +1,7 @@
 PRODUCT_NAME = $(TARGET_NAME)
 SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator
 MACOSX_DEPLOYMENT_TARGET = 10.9
-IPHONEOS_DEPLOYMENT_TARGET = 8.0
+IPHONEOS_DEPLOYMENT_TARGET = 9.0
 TVOS_DEPLOYMENT_TARGET = 9.0
 WATCHOS_DEPLOYMENT_TARGET = 2.0
 DYLIB_INSTALL_NAME_BASE = @rpath
@@ -23,6 +23,7 @@ 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 CLANG_WARN_STRICT_PROTOTYPES = YES;
 CLANG_WARN_SUSPICIOUS_MOVE = YES;

+ 3 - 7
Base32.xcodeproj/xcshareddata/xcschemes/Base32.xcscheme

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Scheme
-   LastUpgradeVersion = "1020"
+   LastUpgradeVersion = "1200"
    version = "1.3">
    <BuildAction
       parallelizeBuildables = "YES"
@@ -26,8 +26,8 @@
       buildConfiguration = "Release"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
-      codeCoverageEnabled = "YES"
-      shouldUseLaunchSchemeArgsEnv = "YES">
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      codeCoverageEnabled = "YES">
       <Testables>
          <TestableReference
             skipped = "NO">
@@ -50,8 +50,6 @@
             </BuildableReference>
          </TestableReference>
       </Testables>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </TestAction>
    <LaunchAction
       buildConfiguration = "Debug"
@@ -72,8 +70,6 @@
             ReferencedContainer = "container:Base32.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </LaunchAction>
    <ProfileAction
       buildConfiguration = "Release"

+ 1 - 1
SwiftBase32.podspec

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
   s.author                    = { 'Norio Nomura' => 'norio.nomura@gmail.com' }
   s.source_files              = 'Sources/**/*.{h,c,swift}'
   s.pod_target_xcconfig       = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
-  s.ios.deployment_target     = '8.0'
+  s.ios.deployment_target     = '9.0'
   s.osx.deployment_target     = '10.9'
   s.tvos.deployment_target    = '9.0'
   s.watchos.deployment_target = '2.0'