The Write.as desktop (GUI) app for macOS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

281 lines
9.6 KiB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C99B910D1C33841E00A91990 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C99B910C1C33841E00A91990 /* AppDelegate.swift */; };
  10. C99B910F1C33841E00A91990 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C99B910E1C33841E00A91990 /* ViewController.swift */; };
  11. C99B91111C33841F00A91990 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C99B91101C33841F00A91990 /* Assets.xcassets */; };
  12. C99B91141C33841F00A91990 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C99B91121C33841F00A91990 /* Main.storyboard */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXFileReference section */
  15. C99B91091C33841E00A91990 /* writeas.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = writeas.app; sourceTree = BUILT_PRODUCTS_DIR; };
  16. C99B910C1C33841E00A91990 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  17. C99B910E1C33841E00A91990 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  18. C99B91101C33841F00A91990 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  19. C99B91131C33841F00A91990 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  20. C99B91151C33841F00A91990 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  21. /* End PBXFileReference section */
  22. /* Begin PBXFrameworksBuildPhase section */
  23. C99B91061C33841E00A91990 /* Frameworks */ = {
  24. isa = PBXFrameworksBuildPhase;
  25. buildActionMask = 2147483647;
  26. files = (
  27. );
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXFrameworksBuildPhase section */
  31. /* Begin PBXGroup section */
  32. C99B91001C33841E00A91990 = {
  33. isa = PBXGroup;
  34. children = (
  35. C99B910B1C33841E00A91990 /* writeas */,
  36. C99B910A1C33841E00A91990 /* Products */,
  37. );
  38. sourceTree = "<group>";
  39. };
  40. C99B910A1C33841E00A91990 /* Products */ = {
  41. isa = PBXGroup;
  42. children = (
  43. C99B91091C33841E00A91990 /* writeas.app */,
  44. );
  45. name = Products;
  46. sourceTree = "<group>";
  47. };
  48. C99B910B1C33841E00A91990 /* writeas */ = {
  49. isa = PBXGroup;
  50. children = (
  51. C99B910C1C33841E00A91990 /* AppDelegate.swift */,
  52. C99B910E1C33841E00A91990 /* ViewController.swift */,
  53. C99B91101C33841F00A91990 /* Assets.xcassets */,
  54. C99B91121C33841F00A91990 /* Main.storyboard */,
  55. C99B91151C33841F00A91990 /* Info.plist */,
  56. );
  57. path = writeas;
  58. sourceTree = "<group>";
  59. };
  60. /* End PBXGroup section */
  61. /* Begin PBXNativeTarget section */
  62. C99B91081C33841E00A91990 /* writeas */ = {
  63. isa = PBXNativeTarget;
  64. buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */;
  65. buildPhases = (
  66. C99B91051C33841E00A91990 /* Sources */,
  67. C99B91061C33841E00A91990 /* Frameworks */,
  68. C99B91071C33841E00A91990 /* Resources */,
  69. );
  70. buildRules = (
  71. );
  72. dependencies = (
  73. );
  74. name = writeas;
  75. productName = writeas;
  76. productReference = C99B91091C33841E00A91990 /* writeas.app */;
  77. productType = "com.apple.product-type.application";
  78. };
  79. /* End PBXNativeTarget section */
  80. /* Begin PBXProject section */
  81. C99B91011C33841E00A91990 /* Project object */ = {
  82. isa = PBXProject;
  83. attributes = {
  84. LastSwiftUpdateCheck = 0720;
  85. LastUpgradeCheck = 0720;
  86. ORGANIZATIONNAME = "A Bunch Tell";
  87. TargetAttributes = {
  88. C99B91081C33841E00A91990 = {
  89. CreatedOnToolsVersion = 7.2;
  90. };
  91. };
  92. };
  93. buildConfigurationList = C99B91041C33841E00A91990 /* Build configuration list for PBXProject "writeas" */;
  94. compatibilityVersion = "Xcode 3.2";
  95. developmentRegion = English;
  96. hasScannedForEncodings = 0;
  97. knownRegions = (
  98. en,
  99. Base,
  100. );
  101. mainGroup = C99B91001C33841E00A91990;
  102. productRefGroup = C99B910A1C33841E00A91990 /* Products */;
  103. projectDirPath = "";
  104. projectRoot = "";
  105. targets = (
  106. C99B91081C33841E00A91990 /* writeas */,
  107. );
  108. };
  109. /* End PBXProject section */
  110. /* Begin PBXResourcesBuildPhase section */
  111. C99B91071C33841E00A91990 /* Resources */ = {
  112. isa = PBXResourcesBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. C99B91111C33841F00A91990 /* Assets.xcassets in Resources */,
  116. C99B91141C33841F00A91990 /* Main.storyboard in Resources */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXResourcesBuildPhase section */
  121. /* Begin PBXSourcesBuildPhase section */
  122. C99B91051C33841E00A91990 /* Sources */ = {
  123. isa = PBXSourcesBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. C99B910F1C33841E00A91990 /* ViewController.swift in Sources */,
  127. C99B910D1C33841E00A91990 /* AppDelegate.swift in Sources */,
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. /* End PBXSourcesBuildPhase section */
  132. /* Begin PBXVariantGroup section */
  133. C99B91121C33841F00A91990 /* Main.storyboard */ = {
  134. isa = PBXVariantGroup;
  135. children = (
  136. C99B91131C33841F00A91990 /* Base */,
  137. );
  138. name = Main.storyboard;
  139. sourceTree = "<group>";
  140. };
  141. /* End PBXVariantGroup section */
  142. /* Begin XCBuildConfiguration section */
  143. C99B91161C33841F00A91990 /* Debug */ = {
  144. isa = XCBuildConfiguration;
  145. buildSettings = {
  146. ALWAYS_SEARCH_USER_PATHS = NO;
  147. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  148. CLANG_CXX_LIBRARY = "libc++";
  149. CLANG_ENABLE_MODULES = YES;
  150. CLANG_ENABLE_OBJC_ARC = YES;
  151. CLANG_WARN_BOOL_CONVERSION = YES;
  152. CLANG_WARN_CONSTANT_CONVERSION = YES;
  153. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  154. CLANG_WARN_EMPTY_BODY = YES;
  155. CLANG_WARN_ENUM_CONVERSION = YES;
  156. CLANG_WARN_INT_CONVERSION = YES;
  157. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  158. CLANG_WARN_UNREACHABLE_CODE = YES;
  159. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  160. CODE_SIGN_IDENTITY = "-";
  161. COPY_PHASE_STRIP = NO;
  162. DEBUG_INFORMATION_FORMAT = dwarf;
  163. ENABLE_STRICT_OBJC_MSGSEND = YES;
  164. ENABLE_TESTABILITY = YES;
  165. GCC_C_LANGUAGE_STANDARD = gnu99;
  166. GCC_DYNAMIC_NO_PIC = NO;
  167. GCC_NO_COMMON_BLOCKS = YES;
  168. GCC_OPTIMIZATION_LEVEL = 0;
  169. GCC_PREPROCESSOR_DEFINITIONS = (
  170. "DEBUG=1",
  171. "$(inherited)",
  172. );
  173. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  174. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  175. GCC_WARN_UNDECLARED_SELECTOR = YES;
  176. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  177. GCC_WARN_UNUSED_FUNCTION = YES;
  178. GCC_WARN_UNUSED_VARIABLE = YES;
  179. MACOSX_DEPLOYMENT_TARGET = 10.11;
  180. MTL_ENABLE_DEBUG_INFO = YES;
  181. ONLY_ACTIVE_ARCH = YES;
  182. SDKROOT = macosx;
  183. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  184. };
  185. name = Debug;
  186. };
  187. C99B91171C33841F00A91990 /* Release */ = {
  188. isa = XCBuildConfiguration;
  189. buildSettings = {
  190. ALWAYS_SEARCH_USER_PATHS = NO;
  191. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  192. CLANG_CXX_LIBRARY = "libc++";
  193. CLANG_ENABLE_MODULES = YES;
  194. CLANG_ENABLE_OBJC_ARC = YES;
  195. CLANG_WARN_BOOL_CONVERSION = YES;
  196. CLANG_WARN_CONSTANT_CONVERSION = YES;
  197. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  198. CLANG_WARN_EMPTY_BODY = YES;
  199. CLANG_WARN_ENUM_CONVERSION = YES;
  200. CLANG_WARN_INT_CONVERSION = YES;
  201. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  202. CLANG_WARN_UNREACHABLE_CODE = YES;
  203. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  204. CODE_SIGN_IDENTITY = "-";
  205. COPY_PHASE_STRIP = NO;
  206. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  207. ENABLE_NS_ASSERTIONS = NO;
  208. ENABLE_STRICT_OBJC_MSGSEND = YES;
  209. GCC_C_LANGUAGE_STANDARD = gnu99;
  210. GCC_NO_COMMON_BLOCKS = YES;
  211. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  212. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  213. GCC_WARN_UNDECLARED_SELECTOR = YES;
  214. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  215. GCC_WARN_UNUSED_FUNCTION = YES;
  216. GCC_WARN_UNUSED_VARIABLE = YES;
  217. MACOSX_DEPLOYMENT_TARGET = 10.11;
  218. MTL_ENABLE_DEBUG_INFO = NO;
  219. SDKROOT = macosx;
  220. };
  221. name = Release;
  222. };
  223. C99B91191C33841F00A91990 /* Debug */ = {
  224. isa = XCBuildConfiguration;
  225. buildSettings = {
  226. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  227. COMBINE_HIDPI_IMAGES = YES;
  228. INFOPLIST_FILE = writeas/Info.plist;
  229. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  230. PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
  231. PRODUCT_NAME = "$(TARGET_NAME)";
  232. };
  233. name = Debug;
  234. };
  235. C99B911A1C33841F00A91990 /* Release */ = {
  236. isa = XCBuildConfiguration;
  237. buildSettings = {
  238. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  239. COMBINE_HIDPI_IMAGES = YES;
  240. INFOPLIST_FILE = writeas/Info.plist;
  241. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  242. PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
  243. PRODUCT_NAME = "$(TARGET_NAME)";
  244. };
  245. name = Release;
  246. };
  247. /* End XCBuildConfiguration section */
  248. /* Begin XCConfigurationList section */
  249. C99B91041C33841E00A91990 /* Build configuration list for PBXProject "writeas" */ = {
  250. isa = XCConfigurationList;
  251. buildConfigurations = (
  252. C99B91161C33841F00A91990 /* Debug */,
  253. C99B91171C33841F00A91990 /* Release */,
  254. );
  255. defaultConfigurationIsVisible = 0;
  256. defaultConfigurationName = Release;
  257. };
  258. C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */ = {
  259. isa = XCConfigurationList;
  260. buildConfigurations = (
  261. C99B91191C33841F00A91990 /* Debug */,
  262. C99B911A1C33841F00A91990 /* Release */,
  263. );
  264. defaultConfigurationIsVisible = 0;
  265. };
  266. /* End XCConfigurationList section */
  267. };
  268. rootObject = C99B91011C33841E00A91990 /* Project object */;
  269. }