MCPlus_DEV copy-Info.plist 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>ko_KR</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>모바일 KIS 레몬</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLName</key>
  27. <string>com.dbs.mplus.severance</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>severance_dev_mcp</string>
  31. </array>
  32. </dict>
  33. </array>
  34. <key>CFBundleVersion</key>
  35. <string>1</string>
  36. <key>DomainName</key>
  37. <string>https://app.hyumc.com/</string>
  38. <key>Fabric</key>
  39. <dict>
  40. <key>APIKey</key>
  41. <string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
  42. <key>Kits</key>
  43. <array>
  44. <dict>
  45. <key>KitInfo</key>
  46. <dict/>
  47. <key>KitName</key>
  48. <string>Crashlytics</string>
  49. </dict>
  50. </array>
  51. </dict>
  52. <key>LSApplicationQueriesSchemes</key>
  53. <array>
  54. <string>igxp</string>
  55. </array>
  56. <key>LSRequiresIPhoneOS</key>
  57. <true/>
  58. <key>LockScreenUse</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>PACS_APP_SERVER_URL</key>
  68. <string>http://166.104.96.113:443/xwado</string>
  69. <key>TargetName</key>
  70. <string>$(TARGET_NAME)</string>
  71. <key>UIMainStoryboardFile</key>
  72. <string>Main</string>
  73. <key>UIRequiredDeviceCapabilities</key>
  74. <array>
  75. <string>armv7</string>
  76. </array>
  77. <key>UISupportedInterfaceOrientations</key>
  78. <array>
  79. <string>UIInterfaceOrientationPortrait</string>
  80. </array>
  81. <key>UIViewControllerBasedStatusBarAppearance</key>
  82. <false/>
  83. <key>View controller-based status bar appearance</key>
  84. <false/>
  85. </dict>
  86. </plist>