Skip to content

Commit

Permalink
chore: Update the pods and pinned SwiftFormat [skip ci] (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
royjit authored Apr 14, 2023
1 parent 05654e8 commit 49eb767
Show file tree
Hide file tree
Showing 21 changed files with 164 additions and 92 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1

defaults: &defaults
macos:
xcode: '13.2.1'
xcode: '14.2.0'
working_directory: ~/aws-appsync-realtime-client-ios
environment:
BUNDLE_PATH: vendor/bundle
Expand Down Expand Up @@ -47,8 +47,8 @@ commands:
steps:
- restore_cache:
keys:
- v1-gems-{{ checksum "~/aws-appsync-realtime-client-ios/Gemfile.lock" }}
- v1-gems-
- app-{{ .Environment.CACHE_VERSION }}-gems-{{ checksum "~/aws-appsync-realtime-client-ios/Gemfile.lock" }}
- app-{{ .Environment.CACHE_VERSION }}-gems-

check_bundle:
steps:
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
- restore_gems
- run:
name: Bundle install
command: bundle check --path $BUNDLE_PATH || bundle install --path $BUNDLE_PATH
command: bundle config set --local path 'vendor/bundle' && bundle install
environment:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
- save_cache:
key: v1-gems-{{ checksum "~/aws-appsync-realtime-client-ios/Gemfile.lock" }}
key: app-{{ .Environment.CACHE_VERSION }}-gems-{{ checksum "~/aws-appsync-realtime-client-ios/Gemfile.lock" }}
paths:
- vendor/bundle
build_test_appsync_realtime_client:
Expand Down
2 changes: 1 addition & 1 deletion CircleciScripts/pre_start_simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ -z $test_device_id ]] ; then
echo "Runtime: '${runtime}'"

# Get the last alphabetical device (probably something in the iPhone X family, as of 2019-05-31)
devicetype=$( xcrun simctl list devicetypes iPhone | sort | tail -1 | sed 's/.*(//' | sed 's/).*//' | tr -d '[:space:]' )
devicetype=$( xcrun simctl list devicetypes "iPhone " | sort | tail -1 | sed 's/.*(//' | sed 's/).*//' | tr -d '[:space:]' )
echo "Device type: '${devicetype}'"

test_device_id=$( xcrun simctl create "circleci-test-device" "${devicetype}" "${runtime}" | tr -d '[:space:]' )
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform :ios, '9.0'

def include_build_tools!
pod 'SwiftFormat/CLI'
pod 'SwiftFormat/CLI', "~> 0.49.0"
pod 'SwiftLint'
end

Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Starscream (4.0.4)
- SwiftFormat/CLI (0.48.17)
- SwiftLint (0.45.0)
- SwiftFormat/CLI (0.49.18)
- SwiftLint (0.51.0)

DEPENDENCIES:
- Starscream (~> 4.0.4)
- SwiftFormat/CLI
- SwiftFormat/CLI (~> 0.49.0)
- SwiftLint

SPEC REPOS:
Expand All @@ -16,9 +16,9 @@ SPEC REPOS:

SPEC CHECKSUMS:
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
SwiftFormat: 0a9044eb365d74d4a0a2cefa5fe44a4cbef382a7
SwiftLint: e5c7f1fba68eccfc51509d5b2ce1699f5502e0c7
SwiftFormat: 2402d29b26746f169cce5454d5af88314cbb2e35
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5

PODFILE CHECKSUM: faccccbac411bb105d282d128939114db76875b9
PODFILE CHECKSUM: e76cd9f1f864d5985d232c1d82fa76bd06a050bf

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
14 changes: 7 additions & 7 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 47 additions & 48 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Pods/SwiftFormat/CommandLineTool/swiftformat
Binary file not shown.
Loading

0 comments on commit 49eb767

Please sign in to comment.