Skip to content

Commit

Permalink
enable impeller for ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 23, 2024
1 parent ecae55a commit f2cf03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
artifact_name: release-ios
artifact_path: build/**/Eros-FE*.ipa
- target: ios
suffix: -impeller
suffix: -canvas
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-ios-impeller
artifact_name: release-ios-canvas
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-14
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:
# grep cronet_http pubspec.yaml
# git stash

- name: ios enable impeller
if: matrix.target == 'ios' && matrix.suffix == '-impeller'
- name: ios disable impeller
if: matrix.target == 'ios' && matrix.suffix == '-canvas'
run: |
sed -i '' '/FLTEnableImpeller/{N;d;}' ios/Runner/Info.plist
sed -i '' '/FLTEnableImpeller/{n; s/true/false/;}' ios/Runner/Info.plist
- name: Flutter pub get
run: |
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>FDMaximumConcurrentTasks</key>
<integer>5</integer>
<key>FLTEnableImpeller</key>
<false/>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: eros_fe
description: An unofficial e-hentai app

publish_to: 'none'
version: 1.6.0+540
version: 1.6.1+541

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

0 comments on commit f2cf03a

Please sign in to comment.