ios.plist.hbs 765 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDisplayName</key>
  6. <string>{{ display_name }}</string>
  7. <key>CFBundleExecutable</key>
  8. <string>{{ executable_name }}</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>{{ bundle_identifier }}</string>
  11. <key>CFBundleName</key>
  12. <string>{{ bundle_name }}</string>
  13. <key>CFBundleVersion</key>
  14. <string>0.1.0</string>
  15. <key>CFBundleShortVersionString</key>
  16. <string>0.1.0</string>
  17. <key>CFBundleDevelopmentRegion</key>
  18. <string>en_US</string>
  19. <key>UILaunchStoryboardName</key>
  20. <string></string>
  21. <key>LSRequiresIPhoneOS</key>
  22. <true/>
  23. </dict>
  24. </plist>