Skip to content

Commit

Permalink
Update examples to build with Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 28, 2021
1 parent c01e7d9 commit 1f152df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Specs.yml
Expand Up @@ -51,11 +51,11 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1.1
if: ${{ matrix.task == 'EXAMPLES' }}
with:
xcode-version: 11.3.1
xcode-version: 12.1

- name: Run Tests
run: bundle exec rake spec:all
env:
env:
COCOAPODS_CI_TASKS: ${{ matrix.task }}

on:
Expand All @@ -64,7 +64,7 @@ on:
- "master"
- "*-stable"
pull_request:
branches:
branches:
- master
- "*-stable"

Expand Up @@ -46,7 +46,6 @@
A8A706EB2A5031760E4C935B /* Pods-Vendored Framework Example.debug.xcconfig */,
57D9D0A9E402C4C20EF1132A /* Pods-Vendored Framework Example.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -131,6 +130,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -335,6 +335,7 @@
baseConfigurationReference = A8A706EB2A5031760E4C935B /* Pods-Vendored Framework Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EXCLUDED_ARCHS = arm64;
INFOPLIST_FILE = "Vendored Framework Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.Vendored-Framework-Example";
Expand All @@ -348,6 +349,7 @@
baseConfigurationReference = 57D9D0A9E402C4C20EF1132A /* Pods-Vendored Framework Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EXCLUDED_ARCHS = arm64;
INFOPLIST_FILE = "Vendored Framework Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.Vendored-Framework-Example";
Expand Down

0 comments on commit 1f152df

Please sign in to comment.