project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 49C75E442419C7E9008977FE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49C75E432419C7E9008977FE /* ViewController.swift */; };
  10. 49C75E462419C7E9008977FE /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49C75E452419C7E9008977FE /* Document.swift */; };
  11. 49C75E482419C7E9008977FE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49C75E472419C7E9008977FE /* Assets.xcassets */; };
  12. 49C75E4B2419C7E9008977FE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49C75E492419C7E9008977FE /* Main.storyboard */; };
  13. 49C75E522419C917008977FE /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = 49C75E512419C917008977FE /* SwiftTerm */; };
  14. 49E855272427A3B400A3C3AB /* DebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E855262427A3B400A3C3AB /* DebugViewController.swift */; };
  15. 49F8A84024390F5200EF9C97 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49F8A83F24390F5200EF9C97 /* AppDelegate.swift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 4936D21C24512A98005CEE27 /* SwiftSH.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftSH.framework; path = ../../../../private/tmp/SwiftSH.framework; sourceTree = "<group>"; };
  19. 4936D22E2451386F005CEE27 /* SwiftSH.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftSH.framework; path = SwiftSH.binaries/SwiftSH.framework; sourceTree = "<group>"; };
  20. 49C75E3F2419C7E9008977FE /* MacTerminal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacTerminal.app; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 49C75E432419C7E9008977FE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  22. 49C75E452419C7E9008977FE /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
  23. 49C75E472419C7E9008977FE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  24. 49C75E4A2419C7E9008977FE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. 49C75E4C2419C7E9008977FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  26. 49C75E4D2419C7E9008977FE /* MacTerminal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MacTerminal.entitlements; sourceTree = "<group>"; };
  27. 49E855262427A3B400A3C3AB /* DebugViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugViewController.swift; sourceTree = "<group>"; };
  28. 49F8A83F24390F5200EF9C97 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  29. 757B4637245840BF00CFAC62 /* SwiftTerm */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SwiftTerm; path = ..; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. 49C75E3C2419C7E9008977FE /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. 49C75E522419C917008977FE /* SwiftTerm in Frameworks */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. 49AE019F2410AB0A0051E902 /* Frameworks */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 4936D22E2451386F005CEE27 /* SwiftSH.framework */,
  46. 4936D21C24512A98005CEE27 /* SwiftSH.framework */,
  47. );
  48. name = Frameworks;
  49. sourceTree = "<group>";
  50. };
  51. 49BD1A51224207B4005A2252 = {
  52. isa = PBXGroup;
  53. children = (
  54. 757B4637245840BF00CFAC62 /* SwiftTerm */,
  55. 49C75E402419C7E9008977FE /* MacTerminal */,
  56. 49BD1A5B224207B5005A2252 /* Products */,
  57. 49AE019F2410AB0A0051E902 /* Frameworks */,
  58. );
  59. indentWidth = 4;
  60. sourceTree = "<group>";
  61. tabWidth = 4;
  62. };
  63. 49BD1A5B224207B5005A2252 /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 49C75E3F2419C7E9008977FE /* MacTerminal.app */,
  67. );
  68. name = Products;
  69. sourceTree = "<group>";
  70. };
  71. 49C75E402419C7E9008977FE /* MacTerminal */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 49F8A83F24390F5200EF9C97 /* AppDelegate.swift */,
  75. 49C75E432419C7E9008977FE /* ViewController.swift */,
  76. 49C75E452419C7E9008977FE /* Document.swift */,
  77. 49C75E472419C7E9008977FE /* Assets.xcassets */,
  78. 49C75E492419C7E9008977FE /* Main.storyboard */,
  79. 49C75E4C2419C7E9008977FE /* Info.plist */,
  80. 49C75E4D2419C7E9008977FE /* MacTerminal.entitlements */,
  81. 49E855262427A3B400A3C3AB /* DebugViewController.swift */,
  82. );
  83. path = MacTerminal;
  84. sourceTree = "<group>";
  85. };
  86. /* End PBXGroup section */
  87. /* Begin PBXNativeTarget section */
  88. 49C75E3E2419C7E9008977FE /* MacTerminal */ = {
  89. isa = PBXNativeTarget;
  90. buildConfigurationList = 49C75E4E2419C7E9008977FE /* Build configuration list for PBXNativeTarget "MacTerminal" */;
  91. buildPhases = (
  92. 49C75E3B2419C7E9008977FE /* Sources */,
  93. 49C75E3C2419C7E9008977FE /* Frameworks */,
  94. 49C75E3D2419C7E9008977FE /* Resources */,
  95. );
  96. buildRules = (
  97. );
  98. dependencies = (
  99. 754F900A245445340090E149 /* PBXTargetDependency */,
  100. );
  101. name = MacTerminal;
  102. packageProductDependencies = (
  103. 49C75E512419C917008977FE /* SwiftTerm */,
  104. );
  105. productName = MacTerminal;
  106. productReference = 49C75E3F2419C7E9008977FE /* MacTerminal.app */;
  107. productType = "com.apple.product-type.application";
  108. };
  109. /* End PBXNativeTarget section */
  110. /* Begin PBXProject section */
  111. 49BD1A52224207B4005A2252 /* Project object */ = {
  112. isa = PBXProject;
  113. attributes = {
  114. LastSwiftUpdateCheck = 1130;
  115. LastUpgradeCheck = 1010;
  116. ORGANIZATIONNAME = "Miguel de Icaza";
  117. TargetAttributes = {
  118. 49C75E3E2419C7E9008977FE = {
  119. CreatedOnToolsVersion = 11.3.1;
  120. };
  121. };
  122. };
  123. buildConfigurationList = 49BD1A55224207B4005A2252 /* Build configuration list for PBXProject "MacTerminal" */;
  124. compatibilityVersion = "Xcode 9.3";
  125. developmentRegion = en;
  126. hasScannedForEncodings = 0;
  127. knownRegions = (
  128. en,
  129. Base,
  130. );
  131. mainGroup = 49BD1A51224207B4005A2252;
  132. packageReferences = (
  133. );
  134. productRefGroup = 49BD1A5B224207B5005A2252 /* Products */;
  135. projectDirPath = "";
  136. projectRoot = "";
  137. targets = (
  138. 49C75E3E2419C7E9008977FE /* MacTerminal */,
  139. );
  140. };
  141. /* End PBXProject section */
  142. /* Begin PBXResourcesBuildPhase section */
  143. 49C75E3D2419C7E9008977FE /* Resources */ = {
  144. isa = PBXResourcesBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. 49C75E482419C7E9008977FE /* Assets.xcassets in Resources */,
  148. 49C75E4B2419C7E9008977FE /* Main.storyboard in Resources */,
  149. );
  150. runOnlyForDeploymentPostprocessing = 0;
  151. };
  152. /* End PBXResourcesBuildPhase section */
  153. /* Begin PBXSourcesBuildPhase section */
  154. 49C75E3B2419C7E9008977FE /* Sources */ = {
  155. isa = PBXSourcesBuildPhase;
  156. buildActionMask = 2147483647;
  157. files = (
  158. 49F8A84024390F5200EF9C97 /* AppDelegate.swift in Sources */,
  159. 49C75E442419C7E9008977FE /* ViewController.swift in Sources */,
  160. 49E855272427A3B400A3C3AB /* DebugViewController.swift in Sources */,
  161. 49C75E462419C7E9008977FE /* Document.swift in Sources */,
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. };
  165. /* End PBXSourcesBuildPhase section */
  166. /* Begin PBXTargetDependency section */
  167. 754F900A245445340090E149 /* PBXTargetDependency */ = {
  168. isa = PBXTargetDependency;
  169. productRef = 754F9009245445340090E149 /* SwiftTerm */;
  170. };
  171. /* End PBXTargetDependency section */
  172. /* Begin PBXVariantGroup section */
  173. 49C75E492419C7E9008977FE /* Main.storyboard */ = {
  174. isa = PBXVariantGroup;
  175. children = (
  176. 49C75E4A2419C7E9008977FE /* Base */,
  177. );
  178. name = Main.storyboard;
  179. sourceTree = "<group>";
  180. };
  181. /* End PBXVariantGroup section */
  182. /* Begin XCBuildConfiguration section */
  183. 49BD1A75224207B7005A2252 /* Debug */ = {
  184. isa = XCBuildConfiguration;
  185. buildSettings = {
  186. ALWAYS_SEARCH_USER_PATHS = NO;
  187. CLANG_ANALYZER_NONNULL = YES;
  188. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  189. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  190. CLANG_CXX_LIBRARY = "libc++";
  191. CLANG_ENABLE_MODULES = YES;
  192. CLANG_ENABLE_OBJC_ARC = YES;
  193. CLANG_ENABLE_OBJC_WEAK = YES;
  194. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  195. CLANG_WARN_BOOL_CONVERSION = YES;
  196. CLANG_WARN_COMMA = YES;
  197. CLANG_WARN_CONSTANT_CONVERSION = YES;
  198. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  199. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  200. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  201. CLANG_WARN_EMPTY_BODY = YES;
  202. CLANG_WARN_ENUM_CONVERSION = YES;
  203. CLANG_WARN_INFINITE_RECURSION = YES;
  204. CLANG_WARN_INT_CONVERSION = YES;
  205. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  206. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  207. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  208. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  209. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  210. CLANG_WARN_STRICT_PROTOTYPES = YES;
  211. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  212. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  213. CLANG_WARN_UNREACHABLE_CODE = YES;
  214. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  215. CODE_SIGN_IDENTITY = "iPhone Developer";
  216. COPY_PHASE_STRIP = NO;
  217. DEBUG_INFORMATION_FORMAT = dwarf;
  218. ENABLE_STRICT_OBJC_MSGSEND = YES;
  219. ENABLE_TESTABILITY = YES;
  220. GCC_C_LANGUAGE_STANDARD = gnu11;
  221. GCC_DYNAMIC_NO_PIC = NO;
  222. GCC_NO_COMMON_BLOCKS = YES;
  223. GCC_OPTIMIZATION_LEVEL = 0;
  224. GCC_PREPROCESSOR_DEFINITIONS = (
  225. "DEBUG=1",
  226. "$(inherited)",
  227. );
  228. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  229. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  230. GCC_WARN_UNDECLARED_SELECTOR = YES;
  231. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  232. GCC_WARN_UNUSED_FUNCTION = YES;
  233. GCC_WARN_UNUSED_VARIABLE = YES;
  234. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  235. MACOSX_DEPLOYMENT_TARGET = 10.15;
  236. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  237. MTL_FAST_MATH = YES;
  238. ONLY_ACTIVE_ARCH = YES;
  239. SDKROOT = iphoneos;
  240. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  241. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  242. };
  243. name = Debug;
  244. };
  245. 49BD1A76224207B7005A2252 /* Release */ = {
  246. isa = XCBuildConfiguration;
  247. buildSettings = {
  248. ALWAYS_SEARCH_USER_PATHS = NO;
  249. CLANG_ANALYZER_NONNULL = YES;
  250. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  251. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  252. CLANG_CXX_LIBRARY = "libc++";
  253. CLANG_ENABLE_MODULES = YES;
  254. CLANG_ENABLE_OBJC_ARC = YES;
  255. CLANG_ENABLE_OBJC_WEAK = YES;
  256. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  257. CLANG_WARN_BOOL_CONVERSION = YES;
  258. CLANG_WARN_COMMA = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  261. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  262. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  263. CLANG_WARN_EMPTY_BODY = YES;
  264. CLANG_WARN_ENUM_CONVERSION = YES;
  265. CLANG_WARN_INFINITE_RECURSION = YES;
  266. CLANG_WARN_INT_CONVERSION = YES;
  267. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  268. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  269. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  270. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  271. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  272. CLANG_WARN_STRICT_PROTOTYPES = YES;
  273. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  274. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  275. CLANG_WARN_UNREACHABLE_CODE = YES;
  276. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  277. CODE_SIGN_IDENTITY = "iPhone Developer";
  278. COPY_PHASE_STRIP = NO;
  279. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  280. ENABLE_NS_ASSERTIONS = NO;
  281. ENABLE_STRICT_OBJC_MSGSEND = YES;
  282. GCC_C_LANGUAGE_STANDARD = gnu11;
  283. GCC_NO_COMMON_BLOCKS = YES;
  284. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  285. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  286. GCC_WARN_UNDECLARED_SELECTOR = YES;
  287. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  288. GCC_WARN_UNUSED_FUNCTION = YES;
  289. GCC_WARN_UNUSED_VARIABLE = YES;
  290. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  291. MACOSX_DEPLOYMENT_TARGET = 10.15;
  292. MTL_ENABLE_DEBUG_INFO = NO;
  293. MTL_FAST_MATH = YES;
  294. ONLY_ACTIVE_ARCH = YES;
  295. SDKROOT = iphoneos;
  296. SWIFT_COMPILATION_MODE = wholemodule;
  297. SWIFT_OPTIMIZATION_LEVEL = "-O";
  298. VALIDATE_PRODUCT = YES;
  299. };
  300. name = Release;
  301. };
  302. 49C75E4F2419C7E9008977FE /* Debug */ = {
  303. isa = XCBuildConfiguration;
  304. buildSettings = {
  305. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  306. CODE_SIGN_ENTITLEMENTS = MacTerminal/MacTerminal.entitlements;
  307. CODE_SIGN_IDENTITY = "-";
  308. CODE_SIGN_STYLE = Automatic;
  309. COMBINE_HIDPI_IMAGES = YES;
  310. DEVELOPMENT_TEAM = PJQC57N853;
  311. ENABLE_HARDENED_RUNTIME = YES;
  312. INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist";
  313. LD_RUNPATH_SEARCH_PATHS = (
  314. "$(inherited)",
  315. "@executable_path/../Frameworks",
  316. );
  317. PRODUCT_BUNDLE_IDENTIFIER = org.tirania.MacTerminal;
  318. PRODUCT_NAME = "$(TARGET_NAME)";
  319. SDKROOT = macosx;
  320. SWIFT_VERSION = 5.0;
  321. };
  322. name = Debug;
  323. };
  324. 49C75E502419C7E9008977FE /* Release */ = {
  325. isa = XCBuildConfiguration;
  326. buildSettings = {
  327. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  328. CODE_SIGN_ENTITLEMENTS = MacTerminal/MacTerminal.entitlements;
  329. CODE_SIGN_IDENTITY = "-";
  330. CODE_SIGN_STYLE = Automatic;
  331. COMBINE_HIDPI_IMAGES = YES;
  332. DEVELOPMENT_TEAM = PJQC57N853;
  333. ENABLE_HARDENED_RUNTIME = YES;
  334. INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist";
  335. LD_RUNPATH_SEARCH_PATHS = (
  336. "$(inherited)",
  337. "@executable_path/../Frameworks",
  338. );
  339. PRODUCT_BUNDLE_IDENTIFIER = org.tirania.MacTerminal;
  340. PRODUCT_NAME = "$(TARGET_NAME)";
  341. SDKROOT = macosx;
  342. SWIFT_VERSION = 5.0;
  343. };
  344. name = Release;
  345. };
  346. /* End XCBuildConfiguration section */
  347. /* Begin XCConfigurationList section */
  348. 49BD1A55224207B4005A2252 /* Build configuration list for PBXProject "MacTerminal" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. 49BD1A75224207B7005A2252 /* Debug */,
  352. 49BD1A76224207B7005A2252 /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Release;
  356. };
  357. 49C75E4E2419C7E9008977FE /* Build configuration list for PBXNativeTarget "MacTerminal" */ = {
  358. isa = XCConfigurationList;
  359. buildConfigurations = (
  360. 49C75E4F2419C7E9008977FE /* Debug */,
  361. 49C75E502419C7E9008977FE /* Release */,
  362. );
  363. defaultConfigurationIsVisible = 0;
  364. defaultConfigurationName = Release;
  365. };
  366. /* End XCConfigurationList section */
  367. /* Begin XCSwiftPackageProductDependency section */
  368. 49C75E512419C917008977FE /* SwiftTerm */ = {
  369. isa = XCSwiftPackageProductDependency;
  370. productName = SwiftTerm;
  371. };
  372. 754F9009245445340090E149 /* SwiftTerm */ = {
  373. isa = XCSwiftPackageProductDependency;
  374. productName = SwiftTerm;
  375. };
  376. /* End XCSwiftPackageProductDependency section */
  377. };
  378. rootObject = 49BD1A52224207B4005A2252 /* Project object */;
  379. }