Repositorio del curso CCOM4030 el semestre B91 del proyecto Trolley

Info.plist 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleVersion</key>
  20. <string>1</string>
  21. <key>LSRequiresIPhoneOS</key>
  22. <true/>
  23. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  24. <string>Se utilizara para su experiencia en la applicacion</string>
  25. <key>NSLocationWhenInUseUsageDescription</key>
  26. <string>Se utilizara para su experiencia en la applicacion</string>
  27. <key>UIApplicationSceneManifest</key>
  28. <dict>
  29. <key>UIApplicationSupportsMultipleScenes</key>
  30. <false/>
  31. <key>UISceneConfigurations</key>
  32. <dict>
  33. <key>UIWindowSceneSessionRoleApplication</key>
  34. <array>
  35. <dict>
  36. <key>UISceneConfigurationName</key>
  37. <string>Default Configuration</string>
  38. <key>UISceneDelegateClassName</key>
  39. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  40. <key>UISceneStoryboardFile</key>
  41. <string>Main</string>
  42. </dict>
  43. </array>
  44. </dict>
  45. </dict>
  46. <key>UILaunchStoryboardName</key>
  47. <string>LaunchScreen</string>
  48. <key>UIMainStoryboardFile</key>
  49. <string>Main</string>
  50. <key>UIRequiredDeviceCapabilities</key>
  51. <array>
  52. <string>armv7</string>
  53. </array>
  54. <key>UISupportedInterfaceOrientations</key>
  55. <array>
  56. <string>UIInterfaceOrientationPortrait</string>
  57. </array>
  58. <key>UISupportedInterfaceOrientations~ipad</key>
  59. <array>
  60. <string>UIInterfaceOrientationPortrait</string>
  61. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  62. <string>UIInterfaceOrientationLandscapeLeft</string>
  63. <string>UIInterfaceOrientationLandscapeRight</string>
  64. </array>
  65. </dict>
  66. </plist>