project.pbxproj 11 KB

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