project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 9474F1C1282F2AA700CDE4DD /* ntfyApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1C0282F2AA700CDE4DD /* ntfyApp.swift */; };
  10. 9474F1C3282F2AA700CDE4DD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1C2282F2AA700CDE4DD /* ContentView.swift */; };
  11. 9474F1C5282F2AA800CDE4DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */; };
  12. 9474F1C8282F2AA800CDE4DD /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXFileReference section */
  15. 9474F1BD282F2AA700CDE4DD /* ntfy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ntfy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  16. 9474F1C0282F2AA700CDE4DD /* ntfyApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ntfyApp.swift; sourceTree = "<group>"; };
  17. 9474F1C2282F2AA700CDE4DD /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  18. 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  19. 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  20. /* End PBXFileReference section */
  21. /* Begin PBXFrameworksBuildPhase section */
  22. 9474F1BA282F2AA700CDE4DD /* Frameworks */ = {
  23. isa = PBXFrameworksBuildPhase;
  24. buildActionMask = 2147483647;
  25. files = (
  26. );
  27. runOnlyForDeploymentPostprocessing = 0;
  28. };
  29. /* End PBXFrameworksBuildPhase section */
  30. /* Begin PBXGroup section */
  31. 9474F1B4282F2AA700CDE4DD = {
  32. isa = PBXGroup;
  33. children = (
  34. 9474F1BF282F2AA700CDE4DD /* ntfy */,
  35. 9474F1BE282F2AA700CDE4DD /* Products */,
  36. );
  37. sourceTree = "<group>";
  38. };
  39. 9474F1BE282F2AA700CDE4DD /* Products */ = {
  40. isa = PBXGroup;
  41. children = (
  42. 9474F1BD282F2AA700CDE4DD /* ntfy.app */,
  43. );
  44. name = Products;
  45. sourceTree = "<group>";
  46. };
  47. 9474F1BF282F2AA700CDE4DD /* ntfy */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 9474F1C0282F2AA700CDE4DD /* ntfyApp.swift */,
  51. 9474F1C2282F2AA700CDE4DD /* ContentView.swift */,
  52. 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */,
  53. 9474F1C6282F2AA800CDE4DD /* Preview Content */,
  54. );
  55. path = ntfy;
  56. sourceTree = "<group>";
  57. };
  58. 9474F1C6282F2AA800CDE4DD /* Preview Content */ = {
  59. isa = PBXGroup;
  60. children = (
  61. 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */,
  62. );
  63. path = "Preview Content";
  64. sourceTree = "<group>";
  65. };
  66. /* End PBXGroup section */
  67. /* Begin PBXNativeTarget section */
  68. 9474F1BC282F2AA700CDE4DD /* ntfy */ = {
  69. isa = PBXNativeTarget;
  70. buildConfigurationList = 9474F1CB282F2AA800CDE4DD /* Build configuration list for PBXNativeTarget "ntfy" */;
  71. buildPhases = (
  72. 9474F1B9282F2AA700CDE4DD /* Sources */,
  73. 9474F1BA282F2AA700CDE4DD /* Frameworks */,
  74. 9474F1BB282F2AA700CDE4DD /* Resources */,
  75. );
  76. buildRules = (
  77. );
  78. dependencies = (
  79. );
  80. name = ntfy;
  81. productName = ntfy;
  82. productReference = 9474F1BD282F2AA700CDE4DD /* ntfy.app */;
  83. productType = "com.apple.product-type.application";
  84. };
  85. /* End PBXNativeTarget section */
  86. /* Begin PBXProject section */
  87. 9474F1B5282F2AA700CDE4DD /* Project object */ = {
  88. isa = PBXProject;
  89. attributes = {
  90. BuildIndependentTargetsInParallel = 1;
  91. LastSwiftUpdateCheck = 1330;
  92. LastUpgradeCheck = 1330;
  93. TargetAttributes = {
  94. 9474F1BC282F2AA700CDE4DD = {
  95. CreatedOnToolsVersion = 13.3.1;
  96. };
  97. };
  98. };
  99. buildConfigurationList = 9474F1B8282F2AA700CDE4DD /* Build configuration list for PBXProject "ntfy" */;
  100. compatibilityVersion = "Xcode 13.0";
  101. developmentRegion = en;
  102. hasScannedForEncodings = 0;
  103. knownRegions = (
  104. en,
  105. Base,
  106. );
  107. mainGroup = 9474F1B4282F2AA700CDE4DD;
  108. productRefGroup = 9474F1BE282F2AA700CDE4DD /* Products */;
  109. projectDirPath = "";
  110. projectRoot = "";
  111. targets = (
  112. 9474F1BC282F2AA700CDE4DD /* ntfy */,
  113. );
  114. };
  115. /* End PBXProject section */
  116. /* Begin PBXResourcesBuildPhase section */
  117. 9474F1BB282F2AA700CDE4DD /* Resources */ = {
  118. isa = PBXResourcesBuildPhase;
  119. buildActionMask = 2147483647;
  120. files = (
  121. 9474F1C8282F2AA800CDE4DD /* Preview Assets.xcassets in Resources */,
  122. 9474F1C5282F2AA800CDE4DD /* Assets.xcassets in Resources */,
  123. );
  124. runOnlyForDeploymentPostprocessing = 0;
  125. };
  126. /* End PBXResourcesBuildPhase section */
  127. /* Begin PBXSourcesBuildPhase section */
  128. 9474F1B9282F2AA700CDE4DD /* Sources */ = {
  129. isa = PBXSourcesBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. 9474F1C3282F2AA700CDE4DD /* ContentView.swift in Sources */,
  133. 9474F1C1282F2AA700CDE4DD /* ntfyApp.swift in Sources */,
  134. );
  135. runOnlyForDeploymentPostprocessing = 0;
  136. };
  137. /* End PBXSourcesBuildPhase section */
  138. /* Begin XCBuildConfiguration section */
  139. 9474F1C9282F2AA800CDE4DD /* Debug */ = {
  140. isa = XCBuildConfiguration;
  141. buildSettings = {
  142. ALWAYS_SEARCH_USER_PATHS = NO;
  143. CLANG_ANALYZER_NONNULL = YES;
  144. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  145. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  146. CLANG_ENABLE_MODULES = YES;
  147. CLANG_ENABLE_OBJC_ARC = YES;
  148. CLANG_ENABLE_OBJC_WEAK = YES;
  149. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  150. CLANG_WARN_BOOL_CONVERSION = YES;
  151. CLANG_WARN_COMMA = YES;
  152. CLANG_WARN_CONSTANT_CONVERSION = YES;
  153. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  154. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  155. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  156. CLANG_WARN_EMPTY_BODY = YES;
  157. CLANG_WARN_ENUM_CONVERSION = YES;
  158. CLANG_WARN_INFINITE_RECURSION = YES;
  159. CLANG_WARN_INT_CONVERSION = YES;
  160. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  161. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  162. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  163. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  164. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  165. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  166. CLANG_WARN_STRICT_PROTOTYPES = YES;
  167. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  168. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  169. CLANG_WARN_UNREACHABLE_CODE = YES;
  170. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  171. COPY_PHASE_STRIP = NO;
  172. DEBUG_INFORMATION_FORMAT = dwarf;
  173. ENABLE_STRICT_OBJC_MSGSEND = YES;
  174. ENABLE_TESTABILITY = YES;
  175. GCC_C_LANGUAGE_STANDARD = gnu11;
  176. GCC_DYNAMIC_NO_PIC = NO;
  177. GCC_NO_COMMON_BLOCKS = YES;
  178. GCC_OPTIMIZATION_LEVEL = 0;
  179. GCC_PREPROCESSOR_DEFINITIONS = (
  180. "DEBUG=1",
  181. "$(inherited)",
  182. );
  183. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  184. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  185. GCC_WARN_UNDECLARED_SELECTOR = YES;
  186. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  187. GCC_WARN_UNUSED_FUNCTION = YES;
  188. GCC_WARN_UNUSED_VARIABLE = YES;
  189. IPHONEOS_DEPLOYMENT_TARGET = 15.4;
  190. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  191. MTL_FAST_MATH = YES;
  192. ONLY_ACTIVE_ARCH = YES;
  193. SDKROOT = iphoneos;
  194. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  195. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  196. };
  197. name = Debug;
  198. };
  199. 9474F1CA282F2AA800CDE4DD /* Release */ = {
  200. isa = XCBuildConfiguration;
  201. buildSettings = {
  202. ALWAYS_SEARCH_USER_PATHS = NO;
  203. CLANG_ANALYZER_NONNULL = YES;
  204. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  205. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  206. CLANG_ENABLE_MODULES = YES;
  207. CLANG_ENABLE_OBJC_ARC = YES;
  208. CLANG_ENABLE_OBJC_WEAK = YES;
  209. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  210. CLANG_WARN_BOOL_CONVERSION = YES;
  211. CLANG_WARN_COMMA = YES;
  212. CLANG_WARN_CONSTANT_CONVERSION = YES;
  213. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  214. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  215. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  216. CLANG_WARN_EMPTY_BODY = YES;
  217. CLANG_WARN_ENUM_CONVERSION = YES;
  218. CLANG_WARN_INFINITE_RECURSION = YES;
  219. CLANG_WARN_INT_CONVERSION = YES;
  220. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  221. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  222. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  223. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  224. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  225. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  226. CLANG_WARN_STRICT_PROTOTYPES = YES;
  227. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  228. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  229. CLANG_WARN_UNREACHABLE_CODE = YES;
  230. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  231. COPY_PHASE_STRIP = NO;
  232. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  233. ENABLE_NS_ASSERTIONS = NO;
  234. ENABLE_STRICT_OBJC_MSGSEND = YES;
  235. GCC_C_LANGUAGE_STANDARD = gnu11;
  236. GCC_NO_COMMON_BLOCKS = YES;
  237. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  238. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  239. GCC_WARN_UNDECLARED_SELECTOR = YES;
  240. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  241. GCC_WARN_UNUSED_FUNCTION = YES;
  242. GCC_WARN_UNUSED_VARIABLE = YES;
  243. IPHONEOS_DEPLOYMENT_TARGET = 15.4;
  244. MTL_ENABLE_DEBUG_INFO = NO;
  245. MTL_FAST_MATH = YES;
  246. SDKROOT = iphoneos;
  247. SWIFT_COMPILATION_MODE = wholemodule;
  248. SWIFT_OPTIMIZATION_LEVEL = "-O";
  249. VALIDATE_PRODUCT = YES;
  250. };
  251. name = Release;
  252. };
  253. 9474F1CC282F2AA800CDE4DD /* Debug */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  257. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  258. CODE_SIGN_STYLE = Automatic;
  259. CURRENT_PROJECT_VERSION = 1;
  260. DEVELOPMENT_ASSET_PATHS = "\"ntfy/Preview Content\"";
  261. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  262. ENABLE_PREVIEWS = YES;
  263. GENERATE_INFOPLIST_FILE = YES;
  264. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  265. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  266. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  267. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  268. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  269. LD_RUNPATH_SEARCH_PATHS = (
  270. "$(inherited)",
  271. "@executable_path/Frameworks",
  272. );
  273. MARKETING_VERSION = 1.0;
  274. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy;
  275. PRODUCT_NAME = "$(TARGET_NAME)";
  276. SWIFT_EMIT_LOC_STRINGS = YES;
  277. SWIFT_VERSION = 5.0;
  278. TARGETED_DEVICE_FAMILY = "1,2";
  279. };
  280. name = Debug;
  281. };
  282. 9474F1CD282F2AA800CDE4DD /* Release */ = {
  283. isa = XCBuildConfiguration;
  284. buildSettings = {
  285. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  286. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  287. CODE_SIGN_STYLE = Automatic;
  288. CURRENT_PROJECT_VERSION = 1;
  289. DEVELOPMENT_ASSET_PATHS = "\"ntfy/Preview Content\"";
  290. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  291. ENABLE_PREVIEWS = YES;
  292. GENERATE_INFOPLIST_FILE = YES;
  293. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  294. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  295. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  296. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  297. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  298. LD_RUNPATH_SEARCH_PATHS = (
  299. "$(inherited)",
  300. "@executable_path/Frameworks",
  301. );
  302. MARKETING_VERSION = 1.0;
  303. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy;
  304. PRODUCT_NAME = "$(TARGET_NAME)";
  305. SWIFT_EMIT_LOC_STRINGS = YES;
  306. SWIFT_VERSION = 5.0;
  307. TARGETED_DEVICE_FAMILY = "1,2";
  308. };
  309. name = Release;
  310. };
  311. /* End XCBuildConfiguration section */
  312. /* Begin XCConfigurationList section */
  313. 9474F1B8282F2AA700CDE4DD /* Build configuration list for PBXProject "ntfy" */ = {
  314. isa = XCConfigurationList;
  315. buildConfigurations = (
  316. 9474F1C9282F2AA800CDE4DD /* Debug */,
  317. 9474F1CA282F2AA800CDE4DD /* Release */,
  318. );
  319. defaultConfigurationIsVisible = 0;
  320. defaultConfigurationName = Release;
  321. };
  322. 9474F1CB282F2AA800CDE4DD /* Build configuration list for PBXNativeTarget "ntfy" */ = {
  323. isa = XCConfigurationList;
  324. buildConfigurations = (
  325. 9474F1CC282F2AA800CDE4DD /* Debug */,
  326. 9474F1CD282F2AA800CDE4DD /* Release */,
  327. );
  328. defaultConfigurationIsVisible = 0;
  329. defaultConfigurationName = Release;
  330. };
  331. /* End XCConfigurationList section */
  332. };
  333. rootObject = 9474F1B5282F2AA700CDE4DD /* Project object */;
  334. }