Skip to content

Commit

Permalink
Release version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed Aug 22, 2020
1 parent a309a57 commit 2f37028
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
## Improved
*

# 1.21.0

## New
* Drop Support for iOS 11

# 1.20.1

## Improved
Expand Down
4 changes: 2 additions & 2 deletions Cineaste.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 599;
CURRENT_PROJECT_VERSION = 634;
DEVELOPMENT_TEAM = 8BRH3DQ7CT;
INFOPLIST_FILE = Cineaste/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -1418,7 +1418,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 599;
CURRENT_PROJECT_VERSION = 634;
DEVELOPMENT_TEAM = 8BRH3DQ7CT;
INFOPLIST_FILE = Cineaste/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions Cineaste/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.21.0</string>
<key>CFBundleVersion</key>
<string>599</string>
<string>634</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions CineasteSnapshotTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.21.0</string>
<key>CFBundleVersion</key>
<string>599</string>
<string>634</string>
<key>NSPrincipalClass</key>
<string>CineasteSnapshotTests.XCTestObserver</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions CineasteTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.21.0</string>
<key>CFBundleVersion</key>
<string>599</string>
<string>634</string>
<key>NSPrincipalClass</key>
<string>CineasteTests.XCTestObserver</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions CineasteUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.21.0</string>
<key>CFBundleVersion</key>
<string>599</string>
<string>634</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Update version number in `Fastfile`
* Run `bundle exec fastlane release` which will automatically...
* set version and build number
* commit the changes
* commit the changes
* tag the commit with version number
* Push latest commit with tag to origin which will automatically...
* trigger GitHub Actions to create a GitHub release with changelog
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Test_Languages = [
'de-DE'
]

$version_number_to_set = '1.20.1'
$version_number_to_set = '1.21.0'
$build_number_to_set = number_of_commits.to_s
$ipaName = "#{ProjectName}-#{$version_number_to_set}-#{$build_number_to_set}"

Expand Down

0 comments on commit 2f37028

Please sign in to comment.