File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "files": {
3- "SimpleKeychain/Info.plist": []
3+ "SimpleKeychain/Info.plist": [],
4+ "SimpleKeychain.podspec": []
45 },
56 "postbump": "bundle update",
67 "prefixVersion": false
Original file line number Diff line number Diff line change 1- version = `agvtool mvers -terse1` . strip
21Pod ::Spec . new do |s |
32 s . name = "SimpleKeychain"
4- s . version = version
3+ s . version = '0.12.4'
54 s . summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
65 s . description = <<-DESC
76 A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
Original file line number Diff line number Diff line change @@ -31,26 +31,29 @@ Bootstrap the development environment
3131fastlane ios test
3232```
3333Runs all the tests
34+ ### ios pod_lint
35+ ```
36+ fastlane ios pod_lint
37+ ```
38+ Cocoapods library lint
3439### ios ci
3540```
3641fastlane ios ci
3742```
3843Runs all the tests in a CI environment
39- ### ios pod_lint
44+ ### ios release_perform
4045```
41- fastlane ios pod_lint
46+ fastlane ios release_perform
4247```
43- Cocoapods library lint
44- ### ios release
48+ Performs the prepared release by creating a tag and pushing to remote
49+ ### ios release_publish
4550```
46- fastlane ios release
51+ fastlane ios release_publish
4752```
48- Releases the library to Cocoapods & Github Releases and updates README/CHANGELOG
49-
50- You need to specify the type of release with the ` bump ` parameter with the values [ major|minor|patch]
53+ Releases the library to CocoaPods trunk & Github Releases
5154
5255----
5356
54- This README.md is auto-generated and will be re-generated every time [ fastlane ] ( https://fastlane.tools ) is run.
57+ This README.md is auto-generated and will be re-generated every time [ _ fastlane _ ] ( https://fastlane.tools ) is run.
5558More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
5659The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments