Skip to content

Commit

Permalink
Release/v1.2.0 (#21)
Browse files Browse the repository at this point in the history
* Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.1

Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.1.0...v8.2.1)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Support for IOS simulator builds

* Add Nerbank.GitVersioning

* Do not publish builds yet

* Don't install pre-installed software, skip ios

* Upgrade to .NET 8.0

* Also upgrade build to net8.0

* Turn iOS build back on, publish to play store

* iOS also use net8.0

* New signing cert

* Go to macos-13

* dotnet should be pre-installed

* Update action

* Remove comments

* Move CI publishing to closed testing

* Move commit height to behind beta marker

* Read certificate from secret

* Remove certificate file

* Use xcode 15

* Use four digits in version

* Change build pipeline to build public releases only

* Move version to 1.2.0

* Add versions to apple store upload

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
asbjorjo and dependabot[bot] authored Jan 13, 2024
1 parent 2209e6f commit d32424c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ jobs:
- name: Publish to App Store
env:
API_PRIVATE_KEYS_DIR: .
run: xcrun altool --upload-package PursuitTimer/bin/Release/net8.0-ios/ios-arm64/publish/PursuitTimer.ipa --type ios --apple-id 1630437751 --bundle-id me.velotimer.pursuittimer --apiKey ${{ secrets.APPSTORE_KEY_ID }} --apiIssuer ${{ secrets.APPSTORE_ISSUER_ID }}
#run: xcrun altool --upload-app -f PursuitTimer/bin/Release/net6.0-ios/ios-arm64/publish/PursuitTimer.ipa --type ios --apiKey ${{ secrets.APPSTORE_KEY_ID }} --apiIssuer ${{ secrets.APPSTORE_ISSUER_ID }}
run: xcrun altool --upload-package PursuitTimer/bin/Release/net8.0-ios/ios-arm64/publish/PursuitTimer.ipa --type ios --apple-id 1630437751 --bundle-id me.velotimer.pursuittimer --apiKey ${{ secrets.APPSTORE_KEY_ID }} --apiIssuer ${{ secrets.APPSTORE_ISSUER_ID }} --bundle-version {{ steps.nbgv.outputs.Version }} --bundle-short-version-string {{ steps.nbgv.outputs.SemVer2 }}

0 comments on commit d32424c

Please sign in to comment.