Skip to content

Commit

Permalink
release: 0.9.3 (#177)
Browse files Browse the repository at this point in the history
* build: update Info.plist

* release: 0.9.3
  • Loading branch information
poppingmoon authored May 20, 2024
1 parent 6dccd92 commit a33d8d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
mkdir private_keys
echo $APP_STORE_CONNECT_PRIVATE_KEY > AuthKey_$APP_STORE_CONNECT_KEY_IDENTIFIER.p8
echo "$APP_STORE_CONNECT_PRIVATE_KEY" > AuthKey_$APP_STORE_CONNECT_KEY_IDENTIFIER.p8
- name: Create IPA
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 2 additions & 0 deletions macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>NSHumanReadableCopyright</key>
<string>$(PRODUCT_COPYRIGHT)</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: 'none'
version: 0.9.2+16
version: 0.9.3+17

environment:
sdk: '>=3.3.2 <4.0.0'
Expand Down

0 comments on commit a33d8d8

Please sign in to comment.