create-turniza-app 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turniza-app",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "CLI scaffold for creating new Turniza monorepo apps (Flutter + Astro + Cloudflare Workers)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
- # Uncomment this line to define a global platform for your project
2
- # platform :ios, '13.0'
1
+ # Define a global platform for your project
2
+ platform :ios, '13.0'
3
3
 
4
4
  # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
  ENV['COCOAPODS_DISABLE_STATS'] = 'true'