project.pbxproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. FBE362C91D17536B000C8F50 /* RNCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBE362C81D17536B000C8F50 /* RNCryptor.swift */; };
  10. FBE362CE1D175476000C8F50 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBE362CD1D175476000C8F50 /* main.swift */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXCopyFilesBuildPhase section */
  13. FBE362A31D175286000C8F50 /* CopyFiles */ = {
  14. isa = PBXCopyFilesBuildPhase;
  15. buildActionMask = 2147483647;
  16. dstPath = /usr/share/man/man1/;
  17. dstSubfolderSpec = 0;
  18. files = (
  19. );
  20. runOnlyForDeploymentPostprocessing = 1;
  21. };
  22. /* End PBXCopyFilesBuildPhase section */
  23. /* Begin PBXFileReference section */
  24. FBE362A51D175286000C8F50 /* rncrypt */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rncrypt; sourceTree = BUILT_PRODUCTS_DIR; };
  25. FBE362C81D17536B000C8F50 /* RNCryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RNCryptor.swift; path = ../../Sources/RNCryptor/RNCryptor.swift; sourceTree = "<group>"; };
  26. FBE362CA1D175388000C8F50 /* RNCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNCryptor.h; path = ../../RNCryptor.h; sourceTree = "<group>"; };
  27. FBE362CD1D175476000C8F50 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. FBE362A21D175286000C8F50 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXFrameworksBuildPhase section */
  38. /* Begin PBXGroup section */
  39. FBE3629C1D175286000C8F50 = {
  40. isa = PBXGroup;
  41. children = (
  42. FBE362CD1D175476000C8F50 /* main.swift */,
  43. FBE362C81D17536B000C8F50 /* RNCryptor.swift */,
  44. FBE362CA1D175388000C8F50 /* RNCryptor.h */,
  45. FBE362A61D175286000C8F50 /* Products */,
  46. );
  47. sourceTree = "<group>";
  48. };
  49. FBE362A61D175286000C8F50 /* Products */ = {
  50. isa = PBXGroup;
  51. children = (
  52. FBE362A51D175286000C8F50 /* rncrypt */,
  53. );
  54. name = Products;
  55. sourceTree = "<group>";
  56. };
  57. /* End PBXGroup section */
  58. /* Begin PBXNativeTarget section */
  59. FBE362A41D175286000C8F50 /* rncrypt */ = {
  60. isa = PBXNativeTarget;
  61. buildConfigurationList = FBE362AC1D175286000C8F50 /* Build configuration list for PBXNativeTarget "rncrypt" */;
  62. buildPhases = (
  63. FBE362A11D175286000C8F50 /* Sources */,
  64. FBE362A21D175286000C8F50 /* Frameworks */,
  65. FBE362A31D175286000C8F50 /* CopyFiles */,
  66. );
  67. buildRules = (
  68. );
  69. dependencies = (
  70. );
  71. name = rncrypt;
  72. productName = rncrypt;
  73. productReference = FBE362A51D175286000C8F50 /* rncrypt */;
  74. productType = "com.apple.product-type.tool";
  75. };
  76. /* End PBXNativeTarget section */
  77. /* Begin PBXProject section */
  78. FBE3629D1D175286000C8F50 /* Project object */ = {
  79. isa = PBXProject;
  80. attributes = {
  81. LastSwiftUpdateCheck = 0800;
  82. LastUpgradeCheck = 1020;
  83. ORGANIZATIONNAME = "Rob Napier";
  84. TargetAttributes = {
  85. FBE362A41D175286000C8F50 = {
  86. CreatedOnToolsVersion = 8.0;
  87. DevelopmentTeam = J374TBL6J6;
  88. DevelopmentTeamName = "Rob Napier";
  89. ProvisioningStyle = Automatic;
  90. };
  91. };
  92. };
  93. buildConfigurationList = FBE362A01D175286000C8F50 /* Build configuration list for PBXProject "rncrypt" */;
  94. compatibilityVersion = "Xcode 3.2";
  95. developmentRegion = en;
  96. hasScannedForEncodings = 0;
  97. knownRegions = (
  98. en,
  99. Base,
  100. );
  101. mainGroup = FBE3629C1D175286000C8F50;
  102. productRefGroup = FBE362A61D175286000C8F50 /* Products */;
  103. projectDirPath = "";
  104. projectRoot = "";
  105. targets = (
  106. FBE362A41D175286000C8F50 /* rncrypt */,
  107. );
  108. };
  109. /* End PBXProject section */
  110. /* Begin PBXSourcesBuildPhase section */
  111. FBE362A11D175286000C8F50 /* Sources */ = {
  112. isa = PBXSourcesBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. FBE362CE1D175476000C8F50 /* main.swift in Sources */,
  116. FBE362C91D17536B000C8F50 /* RNCryptor.swift in Sources */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXSourcesBuildPhase section */
  121. /* Begin XCBuildConfiguration section */
  122. FBE362AA1D175286000C8F50 /* Debug */ = {
  123. isa = XCBuildConfiguration;
  124. buildSettings = {
  125. ALWAYS_SEARCH_USER_PATHS = NO;
  126. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  127. CLANG_ANALYZER_NONNULL = YES;
  128. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  129. CLANG_CXX_LIBRARY = "libc++";
  130. CLANG_ENABLE_MODULES = YES;
  131. CLANG_ENABLE_OBJC_ARC = YES;
  132. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  133. CLANG_WARN_BOOL_CONVERSION = YES;
  134. CLANG_WARN_COMMA = YES;
  135. CLANG_WARN_CONSTANT_CONVERSION = YES;
  136. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  137. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  138. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  139. CLANG_WARN_EMPTY_BODY = YES;
  140. CLANG_WARN_ENUM_CONVERSION = YES;
  141. CLANG_WARN_INFINITE_RECURSION = YES;
  142. CLANG_WARN_INT_CONVERSION = YES;
  143. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  144. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  145. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  146. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  147. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  148. CLANG_WARN_STRICT_PROTOTYPES = YES;
  149. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  150. CLANG_WARN_UNREACHABLE_CODE = YES;
  151. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  152. CODE_SIGN_IDENTITY = "-";
  153. COPY_PHASE_STRIP = NO;
  154. DEBUG_INFORMATION_FORMAT = dwarf;
  155. ENABLE_STRICT_OBJC_MSGSEND = YES;
  156. ENABLE_TESTABILITY = YES;
  157. GCC_C_LANGUAGE_STANDARD = gnu99;
  158. GCC_DYNAMIC_NO_PIC = NO;
  159. GCC_NO_COMMON_BLOCKS = YES;
  160. GCC_OPTIMIZATION_LEVEL = 0;
  161. GCC_PREPROCESSOR_DEFINITIONS = (
  162. "DEBUG=1",
  163. "$(inherited)",
  164. );
  165. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  166. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  167. GCC_WARN_UNDECLARED_SELECTOR = YES;
  168. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  169. GCC_WARN_UNUSED_FUNCTION = YES;
  170. GCC_WARN_UNUSED_VARIABLE = YES;
  171. MACOSX_DEPLOYMENT_TARGET = 10.11;
  172. MTL_ENABLE_DEBUG_INFO = YES;
  173. ONLY_ACTIVE_ARCH = YES;
  174. SDKROOT = macosx;
  175. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  176. SWIFT_VERSION = 5.0;
  177. };
  178. name = Debug;
  179. };
  180. FBE362AB1D175286000C8F50 /* Release */ = {
  181. isa = XCBuildConfiguration;
  182. buildSettings = {
  183. ALWAYS_SEARCH_USER_PATHS = NO;
  184. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  185. CLANG_ANALYZER_NONNULL = YES;
  186. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  187. CLANG_CXX_LIBRARY = "libc++";
  188. CLANG_ENABLE_MODULES = YES;
  189. CLANG_ENABLE_OBJC_ARC = YES;
  190. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  191. CLANG_WARN_BOOL_CONVERSION = YES;
  192. CLANG_WARN_COMMA = YES;
  193. CLANG_WARN_CONSTANT_CONVERSION = YES;
  194. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  195. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  196. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  197. CLANG_WARN_EMPTY_BODY = YES;
  198. CLANG_WARN_ENUM_CONVERSION = YES;
  199. CLANG_WARN_INFINITE_RECURSION = YES;
  200. CLANG_WARN_INT_CONVERSION = YES;
  201. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  202. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  203. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  204. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  205. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  206. CLANG_WARN_STRICT_PROTOTYPES = YES;
  207. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  208. CLANG_WARN_UNREACHABLE_CODE = YES;
  209. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  210. CODE_SIGN_IDENTITY = "-";
  211. COPY_PHASE_STRIP = NO;
  212. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  213. ENABLE_NS_ASSERTIONS = NO;
  214. ENABLE_STRICT_OBJC_MSGSEND = YES;
  215. GCC_C_LANGUAGE_STANDARD = gnu99;
  216. GCC_NO_COMMON_BLOCKS = YES;
  217. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  218. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  219. GCC_WARN_UNDECLARED_SELECTOR = YES;
  220. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  221. GCC_WARN_UNUSED_FUNCTION = YES;
  222. GCC_WARN_UNUSED_VARIABLE = YES;
  223. MACOSX_DEPLOYMENT_TARGET = 10.11;
  224. MTL_ENABLE_DEBUG_INFO = NO;
  225. SDKROOT = macosx;
  226. SWIFT_COMPILATION_MODE = wholemodule;
  227. SWIFT_VERSION = 5.0;
  228. };
  229. name = Release;
  230. };
  231. FBE362AD1D175286000C8F50 /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. PRODUCT_NAME = "$(TARGET_NAME)";
  235. };
  236. name = Debug;
  237. };
  238. FBE362AE1D175286000C8F50 /* Release */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. PRODUCT_NAME = "$(TARGET_NAME)";
  242. };
  243. name = Release;
  244. };
  245. /* End XCBuildConfiguration section */
  246. /* Begin XCConfigurationList section */
  247. FBE362A01D175286000C8F50 /* Build configuration list for PBXProject "rncrypt" */ = {
  248. isa = XCConfigurationList;
  249. buildConfigurations = (
  250. FBE362AA1D175286000C8F50 /* Debug */,
  251. FBE362AB1D175286000C8F50 /* Release */,
  252. );
  253. defaultConfigurationIsVisible = 0;
  254. defaultConfigurationName = Release;
  255. };
  256. FBE362AC1D175286000C8F50 /* Build configuration list for PBXNativeTarget "rncrypt" */ = {
  257. isa = XCConfigurationList;
  258. buildConfigurations = (
  259. FBE362AD1D175286000C8F50 /* Debug */,
  260. FBE362AE1D175286000C8F50 /* Release */,
  261. );
  262. defaultConfigurationIsVisible = 0;
  263. defaultConfigurationName = Release;
  264. };
  265. /* End XCConfigurationList section */
  266. };
  267. rootObject = FBE3629D1D175286000C8F50 /* Project object */;
  268. }