Skip to content

Commit d80114b

Browse files
authored
Remove agvtool from podspec (#114)
1 parent dd0529c commit d80114b

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.shiprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": {
3-
"SimpleKeychain/Info.plist": []
3+
"SimpleKeychain/Info.plist": [],
4+
"SimpleKeychain.podspec": []
45
},
56
"postbump": "bundle update",
67
"prefixVersion": false

SimpleKeychain.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version = `agvtool mvers -terse1`.strip
21
Pod::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.

fastlane/README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,29 @@ Bootstrap the development environment
3131
fastlane ios test
3232
```
3333
Runs all the tests
34+
### ios pod_lint
35+
```
36+
fastlane ios pod_lint
37+
```
38+
Cocoapods library lint
3439
### ios ci
3540
```
3641
fastlane ios ci
3742
```
3843
Runs 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.
5558
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
5659
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 commit comments

Comments
 (0)