MCPlus_Guri-Info.plist 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>DomainName</key>
  6. <string>https://guriapp.hyumc.com/</string>
  7. <key>PACS_APP_SERVER_URL</key>
  8. <string>http://166.104.99.140:8000/xwado</string>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>en</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>한양대구리진료</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>$(PRODUCT_NAME)</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>1</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleTypeRole</key>
  29. <string>Editor</string>
  30. <key>CFBundleURLName</key>
  31. <string>com.dbs.mplus.hanyang</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>hanyang_mcp</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleVersion</key>
  39. <string>1</string>
  40. <key>Fabric</key>
  41. <dict>
  42. <key>APIKey</key>
  43. <string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
  44. <key>Kits</key>
  45. <array>
  46. <dict>
  47. <key>KitInfo</key>
  48. <dict/>
  49. <key>KitName</key>
  50. <string>Crashlytics</string>
  51. </dict>
  52. </array>
  53. </dict>
  54. <key>LSApplicationQueriesSchemes</key>
  55. <array>
  56. <string>igxp</string>
  57. </array>
  58. <key>LSRequiresIPhoneOS</key>
  59. <true/>
  60. <key>NSAppTransportSecurity</key>
  61. <dict>
  62. <key>NSAllowsArbitraryLoads</key>
  63. <true/>
  64. <key>NSAllowsArbitraryLoadsInWebContent</key>
  65. <true/>
  66. </dict>
  67. <key>TargetName</key>
  68. <string>$(TARGET_NAME)</string>
  69. <key>UIMainStoryboardFile</key>
  70. <string>Main</string>
  71. <key>UIRequiredDeviceCapabilities</key>
  72. <array>
  73. <string>armv7</string>
  74. </array>
  75. <key>UISupportedInterfaceOrientations</key>
  76. <array>
  77. <string>UIInterfaceOrientationPortrait</string>
  78. </array>
  79. <key>UIViewControllerBasedStatusBarAppearance</key>
  80. <false/>
  81. </dict>
  82. </plist>