Skip to content

Commit

Permalink
v1.6 (#179)
Browse files Browse the repository at this point in the history
* iOS - manifest | remove iPAD support (for now)

* android CD | update versioning

* workflow - dev deploy | reduce BUILD_VERSION
  • Loading branch information
bricefriha authored Jan 26, 2025
1 parent eb747a8 commit 96ebffc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
uses: managedcode/MAUIAppVersion@v1
with:
csproj: ${{ inputs.project-file }}
version: ${{ github.run_number }} # to keep value unique
version: ${{ inputs.build-version }}.${{ github.run_number }}00
displayVersion: ${{ inputs.build-version }}.${{ github.run_number }} ${{ inputs.generation }}
ApplicationVersion: ${{ inputs.build-version }}.${{ github.run_number }}
printFile: true # optional
- name: Setup Keystore File
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ['develop']
env:
BUILD_VERSION: '1.6'
BUILD_VERSION: '1.5'
DOTNET_VERSION: 9.0.x
XCODE_VERSION: 16.2
DOTNET_VERSION_TARGETS: net9.0
Expand Down
2 changes: 0 additions & 2 deletions App/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
Expand Down Expand Up @@ -44,6 +43,5 @@
<array>
<string>fetch</string>
</array>

</dict>
</plist>

0 comments on commit 96ebffc

Please sign in to comment.