SignInSample-Info.plist 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>Sign-In Sample</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIcons</key>
  12. <dict>
  13. <key>CFBundlePrimaryIcon</key>
  14. <dict>
  15. <key>CFBundleIconFiles</key>
  16. <array>
  17. <string>Icon.png</string>
  18. <string>Icon-72.png</string>
  19. <string>Icon-144.png</string>
  20. <string>Icon@2x.png</string>
  21. </array>
  22. </dict>
  23. </dict>
  24. <key>CFBundleIdentifier</key>
  25. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  26. <key>CFBundleInfoDictionaryVersion</key>
  27. <string>6.0</string>
  28. <key>CFBundleName</key>
  29. <string>${PRODUCT_NAME}</string>
  30. <key>CFBundlePackageType</key>
  31. <string>APPL</string>
  32. <key>CFBundleShortVersionString</key>
  33. <string>1.0</string>
  34. <key>CFBundleURLTypes</key>
  35. <array>
  36. <dict>
  37. <key>CFBundleTypeRole</key>
  38. <string>Editor</string>
  39. <key>CFBundleURLName</key>
  40. <string>com.googleusercontent.apps.589453917038-qaoga89fitj2ukrsq27ko56fimmojac6</string>
  41. <key>CFBundleURLSchemes</key>
  42. <array>
  43. <string>com.googleusercontent.apps.589453917038-qaoga89fitj2ukrsq27ko56fimmojac6</string>
  44. </array>
  45. </dict>
  46. </array>
  47. <key>CFBundleVersion</key>
  48. <string>1.0</string>
  49. <key>LSRequiresIPhoneOS</key>
  50. <true/>
  51. <key>UILaunchStoryboardName</key>
  52. <string>LaunchScreen</string>
  53. <key>UIRequiredDeviceCapabilities</key>
  54. <array>
  55. <string>armv7</string>
  56. </array>
  57. <key>UISupportedInterfaceOrientations</key>
  58. <array>
  59. <string>UIInterfaceOrientationPortrait</string>
  60. <string>UIInterfaceOrientationLandscapeLeft</string>
  61. <string>UIInterfaceOrientationLandscapeRight</string>
  62. </array>
  63. <key>UISupportedInterfaceOrientations~ipad</key>
  64. <array>
  65. <string>UIInterfaceOrientationPortrait</string>
  66. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  67. <string>UIInterfaceOrientationLandscapeLeft</string>
  68. <string>UIInterfaceOrientationLandscapeRight</string>
  69. </array>
  70. <!-- Do not use this client ID in your own app, it will only work for this sample. -->
  71. <key>GIDClientID</key>
  72. <string>589453917038-qaoga89fitj2ukrsq27ko56fimmojac6.apps.googleusercontent.com</string>
  73. </dict>
  74. </plist>