Info.plist 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>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>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleURLTypes</key>
  20. <array>
  21. <dict>
  22. <key>CFBundleTypeRole</key>
  23. <string>Editor</string>
  24. <key>CFBundleURLName</key>
  25. <string>com.google.AppInvitesSample.dev</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>com.google.AppInvitesSample.dev</string>
  29. </array>
  30. </dict>
  31. <dict>
  32. <key>CFBundleTypeRole</key>
  33. <string>Editor</string>
  34. <key>CFBundleURLName</key>
  35. <string>com.googleusercontent.apps.680335767023-ha6vvpa8efm1a22k0j0618oj75arcrpf</string>
  36. <key>CFBundleURLSchemes</key>
  37. <array>
  38. <string>com.googleusercontent.apps.680335767023-ha6vvpa8efm1a22k0j0618oj75arcrpf</string>
  39. </array>
  40. </dict>
  41. <dict>
  42. <key>CFBundleTypeRole</key>
  43. <string>Editor</string>
  44. <key>CFBundleURLName</key>
  45. <string>com.googleusercontent.apps.680335767023-vo30b1d91inmnnsrmvi7l8eb3304mdtq</string>
  46. <key>CFBundleURLSchemes</key>
  47. <array>
  48. <string>com.googleusercontent.apps.680335767023-vo30b1d91inmnnsrmvi7l8eb3304mdtq</string>
  49. </array>
  50. </dict>
  51. <dict>
  52. <key>CFBundleTypeRole</key>
  53. <string>Editor</string>
  54. <key>CFBundleURLName</key>
  55. <string>gindeeplinkurl</string>
  56. <key>CFBundleURLSchemes</key>
  57. <array>
  58. <string>gindeeplinkurl</string>
  59. </array>
  60. </dict>
  61. <dict>
  62. <key>CFBundleTypeRole</key>
  63. <string>Editor</string>
  64. <key>CFBundleURLName</key>
  65. <string>com.google.AppInvitesSample.enterprise</string>
  66. <key>CFBundleURLSchemes</key>
  67. <array>
  68. <string>com.google.AppInvitesSample.enterprise</string>
  69. </array>
  70. </dict>
  71. </array>
  72. <key>CFBundleVersion</key>
  73. <string>1</string>
  74. <key>FirebaseDynamicLinksCustomDomains</key>
  75. <array>
  76. <string>https://mydomain.com</string>
  77. <string>https://mydomain2.com</string>
  78. <string>https://google.com</string>
  79. <string>https://google.com</string>
  80. <string>google</string>
  81. <string>mydomain.com</string>
  82. <string>https://mydomain</string>
  83. <string>https://mydomain3.com</string>
  84. <string>https://google.com/one</string>
  85. <string>https://custom.com/one/two</string>
  86. <string>https://custom1.com/one/</string>
  87. </array>
  88. <key>LSRequiresIPhoneOS</key>
  89. <true/>
  90. <key>UILaunchStoryboardName</key>
  91. <string>LaunchScreen</string>
  92. <key>UIRequiredDeviceCapabilities</key>
  93. <array>
  94. <string>armv7</string>
  95. </array>
  96. <key>UISupportedInterfaceOrientations</key>
  97. <array>
  98. <string>UIInterfaceOrientationPortrait</string>
  99. <string>UIInterfaceOrientationLandscapeLeft</string>
  100. <string>UIInterfaceOrientationLandscapeRight</string>
  101. </array>
  102. </dict>
  103. </plist>