Showing
6 changed files
with
4 additions
and
4 deletions
@@ -60,6 +60,7 @@ | @@ -60,6 +60,7 @@ | ||
60 | **/ios/Flutter/app.flx | 60 | **/ios/Flutter/app.flx |
61 | **/ios/Flutter/app.zip | 61 | **/ios/Flutter/app.zip |
62 | **/ios/Flutter/flutter_assets/ | 62 | **/ios/Flutter/flutter_assets/ |
63 | +**/ios/Flutter/flutter_export_environment.sh | ||
63 | **/ios/ServiceDefinitions.json | 64 | **/ios/ServiceDefinitions.json |
64 | **/ios/Runner/GeneratedPluginRegistrant.* | 65 | **/ios/Runner/GeneratedPluginRegistrant.* |
65 | **/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings | 66 | **/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
4 | <dict> | 4 | <dict> |
5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | - <string>en</string> | 6 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
7 | <key>CFBundleExecutable</key> | 7 | <key>CFBundleExecutable</key> |
8 | <string>App</string> | 8 | <string>App</string> |
9 | <key>CFBundleIdentifier</key> | 9 | <key>CFBundleIdentifier</key> |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
4 | <dict> | 4 | <dict> |
5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | - <string>en</string> | 6 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
7 | <key>CFBundleExecutable</key> | 7 | <key>CFBundleExecutable</key> |
8 | <string>$(EXECUTABLE_NAME)</string> | 8 | <string>$(EXECUTABLE_NAME)</string> |
9 | <key>CFBundleIdentifier</key> | 9 | <key>CFBundleIdentifier</key> |
-
Please register or login to post a comment