Info.plist 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>6</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>6</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>NFCReaderUsageDescription</key>
  61. <string>NFC 스캔을 위하여 권한이 필요합니다</string>
  62. <key>NSAppTransportSecurity</key>
  63. <dict>
  64. <key>NSAllowsArbitraryLoads</key>
  65. <true/>
  66. <key>NSAllowsArbitraryLoadsInWebContent</key>
  67. <true/>
  68. </dict>
  69. <key>NFCReaderUsageDescription</key>
  70. <string>NFC 스캔을 위하여 권한이 필요합니다</string>
  71. <key>NSPhotoLibraryUsageDescription</key>
  72. <string>바코드 스캔을 위하여 권한이 필요합니다</string>
  73. <key>NSCameraUsageDescription</key>
  74. <string>바코드 스캔을 위하여 권한이 필요합니다</string>
  75. <key>PACS_APP_SERVER_URL</key>
  76. <string>http://166.104.96.113:443/xwado</string>
  77. <key>TargetName</key>
  78. <string>$(TARGET_NAME)</string>
  79. <key>UIFileSharingEnabled</key>
  80. <true/>
  81. <key>UIMainStoryboardFile</key>
  82. <string>Main</string>
  83. <key>UIRequiredDeviceCapabilities</key>
  84. <array>
  85. <string>armv7</string>
  86. </array>
  87. <key>UISupportedInterfaceOrientations</key>
  88. <array>
  89. <string>UIInterfaceOrientationPortrait</string>
  90. </array>
  91. <key>UIViewControllerBasedStatusBarAppearance</key>
  92. <false/>
  93. <key>View controller-based status bar appearance</key>
  94. <false/>
  95. </dict>
  96. </plist>