Skip to content

Commit

Permalink
Update Xcode on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 23, 2020
1 parent 38a0165 commit 0e625ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions DTTableViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0e625ae

Please sign in to comment.