Skip to content

Commit

Permalink
Merge pull request #187 from kosukesaigusa/fix/ios_build_setting
Browse files Browse the repository at this point in the history
fix: fix ios local debug build setting
  • Loading branch information
kosukesaigusa authored Sep 9, 2023
2 parents 7885639 + 997d466 commit 545e6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
# このファイルを Xcode が参照できるように ios ディレクトリに移動する
mv DartDefines.xcconfig ios/
# ios/Flutter/Release.xcconfig ファイルに追記する
echo "#include "DartDefines.xcconfig"" >> ios/Flutter/Release.xcconfig
- name: Decode and install provisioning profile
run: |
echo ${{ secrets.DEV_APPLE_DISTRIBUTION_PROVISIONING_PROFILE_BASE64_STRING }} | base64 --decode > profile.mobileprovision
Expand Down
1 change: 0 additions & 1 deletion packages/mottai_flutter_app/ios/Flutter/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
#include "DartDefines.xcconfig"
1 change: 0 additions & 1 deletion packages/mottai_flutter_app/ios/Flutter/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
#include "DartDefines.xcconfig"

0 comments on commit 545e6e2

Please sign in to comment.