Skip to content

Commit

Permalink
[ci skip] Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeadow authored and actions-user committed Apr 29, 2021
1 parent 5e11ebf commit fa95b38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DynamicWorkflow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicWorkflow'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Workflows that work, yo (blame Richard for this name)'
s.description = <<-DESC
iOS has a linear paradigm for navigation that doesn't support a lot of flexibility. This library attempts to create a dynamic way to define your workflows in code allowing for easy reording.
Expand Down
2 changes: 1 addition & 1 deletion Workflow/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0.28</string>
<string>2.0.1</string>
</dict>
</plist>
10 changes: 10 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ or alternatively using `brew install fastlane`
fastlane ios unit_test
```

### ios build_swiftpm
```
fastlane ios build_swiftpm
```

### ios cocoapods_liblint
```
fastlane ios cocoapods_liblint
```

### ios patch
```
fastlane ios patch
Expand Down

0 comments on commit fa95b38

Please sign in to comment.