Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from e-oneg1n/update-swift-argument-parser
Browse files Browse the repository at this point in the history
Update swift-argument-parser
  • Loading branch information
albertodebortoli authored Nov 8, 2021
2 parents d887164 + b31add7 commit 48076e4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
bundler-cache: true
- name: Run pod install
run: bundle exec pod install --project-directory=Example
- name: Add SSH key
run: ssh-add - <<< "${{ secrets.SSH_KEY }}"
- name: Allow SSH fingerprinting
run: |
sudo defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "[email protected]:apple/swift-argument-parser.git",
"state": {
"branch": null,
"revision": "831ed5e860a70e745bc1337830af4786b2576881",
"version": "0.4.1"
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
"version": "0.5.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- JustTweak (7.0.0)
- JustTweak (7.0.1)

DEPENDENCIES:
- JustTweak (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
JustTweak: 61fed334d9bc9912207d225fe59dc031e2511e77
JustTweak: 08911211de0e2f75439ecd20528aff088ba2cfa0

PODFILE CHECKSUM: a68b671e421f174879203bb91286c82eecc0444f

Expand Down
2 changes: 1 addition & 1 deletion JustTweak.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JustTweak'
s.version = '7.0.0'
s.version = '7.0.1'
s.summary = 'A framework for feature flagging, locally and remotely configure and A/B test iOS apps.'
s.description = <<-DESC
JustTweak is a framework for feature flagging, locally and remotely configure and A/B test iOS apps.
Expand Down
Binary file not shown.
Binary file modified _TweakAccessorGenerator
Binary file not shown.

0 comments on commit 48076e4

Please sign in to comment.