Skip to content

Commit

Permalink
[APP-1953] Xcode 12.5 support (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
moglistree authored Jul 27, 2021
1 parent 4aeee13 commit 3af918b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anchors:
- &test_output_folder test_output
- &default_executor
macos:
xcode: "12.4.0"
xcode: "12.5.0"

env:
global:
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
- run:
name: Install SwiftLint(<< parameters.version >>)
command: |
brew extract --version='<< parameters.version >>' swiftlint homebrew/cask
brew install swiftlint@<< parameters.version >>
curl -L -k -o /Users/distiller/Downloads/SwiftLint.pkg https://github.com/realm/SwiftLint/releases/download/<< parameters.version >>/SwiftLint.pkg
sudo installer -pkg /Users/distiller/Downloads/SwiftLint.pkg -target /
# Run SwiftLint.
- run:
name: Lint Codebase
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "iZettle/Flow" "1.9.0"
github "iZettle/Flow" "1.9.1"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "iZettle/Flow" "1.9.0"
github "iZettle/Flow" "1.9.1"
4 changes: 2 additions & 2 deletions Presentation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
INFOPLIST_FILE = Presentation/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.14.0;
MARKETING_VERSION = 1.14.1;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Presentation;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -500,7 +500,7 @@
INFOPLIST_FILE = Presentation/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.14.0;
MARKETING_VERSION = 1.14.1;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Presentation;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Presentation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.14.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion PresentationFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PresentationFramework"
s.version = "1.14.0"
s.version = "1.14.1"
s.module_name = "Presentation"
s.summary = "Driving presentations from model to result"
s.description = <<-DESC
Expand Down

0 comments on commit 3af918b

Please sign in to comment.