Info.plist 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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>emptyapp</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.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>kakao0318752c8f3bb6903f850d59b7bb500b</string>
  31. </array>
  32. </dict>
  33. <dict>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>CFBundleURLSchemes</key>
  37. <array>
  38. <string>fb644056506000345</string>
  39. </array>
  40. </dict>
  41. <dict>
  42. <key>CFBundleTypeRole</key>
  43. <string>Editor</string>
  44. <key>CFBundleURLSchemes</key>
  45. <array>
  46. <string>com.googleusercontent.apps.946601090559-qtilhm3h4fss32ddnvddgnc65autjhqr</string>
  47. </array>
  48. </dict>
  49. <dict>
  50. <key>CFBundleTypeRole</key>
  51. <string>Editor</string>
  52. <key>CFBundleURLSchemes</key>
  53. <array>
  54. <string>naverorgseonsujoaemptyapp</string>
  55. </array>
  56. </dict>
  57. </array>
  58. <key>CFBundleVersion</key>
  59. <string>1</string>
  60. <key>FacebookAppID</key>
  61. <string>644056506000345</string>
  62. <key>FacebookDisplayName</key>
  63. <string>emptyapp</string>
  64. <key>KAKAO_APP_KEY</key>
  65. <string>0318752c8f3bb6903f850d59b7bb500b</string>
  66. <key>LSApplicationQueriesSchemes</key>
  67. <array>
  68. <string>kakao0318752c8f3bb6903f850d59b7bb500b</string>
  69. <string>kakaokompassauth</string>
  70. <string>storykompassauth</string>
  71. <string>kakaolink</string>
  72. <string>kakaotalk-5.9.7</string>
  73. <string>storylink</string>
  74. <string>fbapi</string>
  75. <string>fb-messenger-share-api</string>
  76. <string>fbauth2</string>
  77. <string>fbshareextension</string>
  78. <string>naversearchapp</string>
  79. <string>naversearchthirdlogin</string>
  80. </array>
  81. <key>LSRequiresIPhoneOS</key>
  82. <true/>
  83. <key>NSAppTransportSecurity</key>
  84. <dict>
  85. <key>NSAllowsArbitraryLoads</key>
  86. <true/>
  87. <key>NSExceptionDomains</key>
  88. <dict>
  89. <key>localhost</key>
  90. <dict>
  91. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  92. <true/>
  93. </dict>
  94. </dict>
  95. </dict>
  96. <key>NSLocationWhenInUseUsageDescription</key>
  97. <string></string>
  98. <key>UIAppFonts</key>
  99. <array>
  100. <string>AntDesign.ttf</string>
  101. <string>Entypo.ttf</string>
  102. <string>EvilIcons.ttf</string>
  103. <string>Feather.ttf</string>
  104. <string>FontAwesome.ttf</string>
  105. <string>FontAwesome5_Brands.ttf</string>
  106. <string>FontAwesome5_Regular.ttf</string>
  107. <string>FontAwesome5_Solid.ttf</string>
  108. <string>Fontisto.ttf</string>
  109. <string>Foundation.ttf</string>
  110. <string>Ionicons.ttf</string>
  111. <string>MaterialCommunityIcons.ttf</string>
  112. <string>MaterialIcons.ttf</string>
  113. <string>Octicons.ttf</string>
  114. <string>SimpleLineIcons.ttf</string>
  115. <string>Zocial.ttf</string>
  116. </array>
  117. <key>UILaunchStoryboardName</key>
  118. <string>LaunchScreen</string>
  119. <key>UIRequiredDeviceCapabilities</key>
  120. <array>
  121. <string>armv7</string>
  122. </array>
  123. <key>UISupportedInterfaceOrientations</key>
  124. <array>
  125. <string>UIInterfaceOrientationPortrait</string>
  126. <string>UIInterfaceOrientationLandscapeLeft</string>
  127. <string>UIInterfaceOrientationLandscapeRight</string>
  128. </array>
  129. <key>UIViewControllerBasedStatusBarAppearance</key>
  130. <false/>
  131. </dict>
  132. </plist>