diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ec821..57b08a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Xcode 12 runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_12_beta.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer strategy: matrix: destination: ["test_ios14", "test_tvos14"] @@ -39,7 +39,7 @@ jobs: name: Lint podspec runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_12_beta.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 diff --git a/DTTableViewManager.xcodeproj/project.pbxproj b/DTTableViewManager.xcodeproj/project.pbxproj index ed25d37..af20fb1 100644 --- a/DTTableViewManager.xcodeproj/project.pbxproj +++ b/DTTableViewManager.xcodeproj/project.pbxproj @@ -1101,7 +1101,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; @@ -1157,7 +1156,6 @@ ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES;