David PHAM-VAN

Update printing example

@@ -45,5 +45,3 @@ test/android @@ -45,5 +45,3 @@ test/android
45 test/ios 45 test/ios
46 46
47 ref 47 ref
48 -  
49 -printing/example/ios/Flutter/flutter_export_environment.sh  
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 ## 2.1.9 3 ## 2.1.9
4 4
5 - Add Markdown example 5 - Add Markdown example
  6 +- Update printing example
6 7
7 ## 2.1.8 8 ## 2.1.8
8 9
@@ -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>