File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "files": {
3+ "JWTDecode/Info.plist": [],
4+ "README.md": ["~> {MAJOR}.{MINOR}"]
5+ },
6+ "postbump": "bundle update",
7+ "prefixVersion": false
8+ }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.6.1 </string >
18+ <string >0.1.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -55,13 +55,6 @@ platform :ios do
5555 test
5656 end
5757
58- desc "Releases the library to Cocoapods & Github Releases and updates README/CHANGELOG"
59- desc "You need to specify the type of release with the `bump` parameter with the values [major|minor|patch]"
60- lane :release_prepare do |options |
61- release_options = { repository : 'JWTDecode.swift' , xcodeproj : 'JWTDecode.xcodeproj' , target : 'JWTDecode-iOS' } . merge ( options )
62- prepare_release release_options
63- end
64-
6558 desc "Performs the prepared release by creating a tag and pusing to remote"
6659 lane :release_perform do
6760 perform_release target : 'JWTDecode-iOS'
@@ -72,4 +65,3 @@ platform :ios do
7265 publish_release repository : 'JWTDecode.swift'
7366 end
7467end
75-
You can’t perform that action at this time.
0 commit comments