source: AE/Setup/Mac/AE Setup/AE Setup.xcodeproj/project.pbxproj@ 1029

Last change on this file since 1029 was 1029, checked in by iritscen, 9 years ago

AE Setup v1.1.7. Replacing simple AppleScript versions of AE Setup and Run AE Installer with AppleScriptObjC ports (Xcode projects) in order to produce a product that is more compatible with 10.6-10.11.

File size: 12.3 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 2753BF3E1B9F2D4800307AE2 /* AppleScriptObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2753BF3D1B9F2D4800307AE2 /* AppleScriptObjC.framework */; };
11 2753BF431B9F2D4800307AE2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2753BF421B9F2D4800307AE2 /* main.m */; };
12 2753BF451B9F2D4800307AE2 /* AppDelegate.applescript in Sources */ = {isa = PBXBuildFile; fileRef = 2753BF441B9F2D4800307AE2 /* AppDelegate.applescript */; };
13 2753BF471B9F2D4800307AE2 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2753BF461B9F2D4800307AE2 /* Images.xcassets */; };
14 2753BF4A1B9F2D4800307AE2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2753BF481B9F2D4800307AE2 /* MainMenu.xib */; };
15 2753BF511B9F2E2200307AE2 /* AEInstaller2Updater.jar in Resources */ = {isa = PBXBuildFile; fileRef = 2753BF501B9F2E2200307AE2 /* AEInstaller2Updater.jar */; };
16 2753BF581BA3238300307AE2 /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 2753BF571BA3238300307AE2 /* AppIcon.png */; };
17 2753BF5A1BA4923900307AE2 /* Run AE Installer.app in Resources */ = {isa = PBXBuildFile; fileRef = 2753BF591BA4923900307AE2 /* Run AE Installer.app */; };
18/* End PBXBuildFile section */
19
20/* Begin PBXFileReference section */
21 2753BF3A1B9F2D4800307AE2 /* Anniversary Edition Setup.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Anniversary Edition Setup.app"; sourceTree = BUILT_PRODUCTS_DIR; };
22 2753BF3D1B9F2D4800307AE2 /* AppleScriptObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppleScriptObjC.framework; path = System/Library/Frameworks/AppleScriptObjC.framework; sourceTree = SDKROOT; };
23 2753BF411B9F2D4800307AE2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
24 2753BF421B9F2D4800307AE2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
25 2753BF441B9F2D4800307AE2 /* AppDelegate.applescript */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.applescript; path = AppDelegate.applescript; sourceTree = "<group>"; };
26 2753BF461B9F2D4800307AE2 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
27 2753BF501B9F2E2200307AE2 /* AEInstaller2Updater.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AEInstaller2Updater.jar; path = ../Resources/AEInstaller2Updater.jar; sourceTree = "<group>"; };
28 2753BF551BA0345300307AE2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
29 2753BF571BA3238300307AE2 /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AppIcon.png; path = Resources/AppIcon.png; sourceTree = SOURCE_ROOT; };
30 2753BF591BA4923900307AE2 /* Run AE Installer.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; name = "Run AE Installer.app"; path = "Resources/Run AE Installer.app"; sourceTree = SOURCE_ROOT; };
31/* End PBXFileReference section */
32
33/* Begin PBXFrameworksBuildPhase section */
34 2753BF371B9F2D4800307AE2 /* Frameworks */ = {
35 isa = PBXFrameworksBuildPhase;
36 buildActionMask = 2147483647;
37 files = (
38 2753BF3E1B9F2D4800307AE2 /* AppleScriptObjC.framework in Frameworks */,
39 );
40 runOnlyForDeploymentPostprocessing = 0;
41 };
42/* End PBXFrameworksBuildPhase section */
43
44/* Begin PBXGroup section */
45 2753BF311B9F2D4800307AE2 = {
46 isa = PBXGroup;
47 children = (
48 2753BF3F1B9F2D4800307AE2 /* AE Setup */,
49 2753BF3C1B9F2D4800307AE2 /* Frameworks */,
50 2753BF561BA3230C00307AE2 /* Resources */,
51 2753BF3B1B9F2D4800307AE2 /* Products */,
52 );
53 sourceTree = "<group>";
54 };
55 2753BF3B1B9F2D4800307AE2 /* Products */ = {
56 isa = PBXGroup;
57 children = (
58 2753BF3A1B9F2D4800307AE2 /* Anniversary Edition Setup.app */,
59 );
60 name = Products;
61 sourceTree = "<group>";
62 };
63 2753BF3C1B9F2D4800307AE2 /* Frameworks */ = {
64 isa = PBXGroup;
65 children = (
66 2753BF3D1B9F2D4800307AE2 /* AppleScriptObjC.framework */,
67 );
68 name = Frameworks;
69 sourceTree = "<group>";
70 };
71 2753BF3F1B9F2D4800307AE2 /* AE Setup */ = {
72 isa = PBXGroup;
73 children = (
74 2753BF441B9F2D4800307AE2 /* AppDelegate.applescript */,
75 2753BF461B9F2D4800307AE2 /* Images.xcassets */,
76 2753BF481B9F2D4800307AE2 /* MainMenu.xib */,
77 2753BF401B9F2D4800307AE2 /* Supporting Files */,
78 );
79 path = "AE Setup";
80 sourceTree = "<group>";
81 };
82 2753BF401B9F2D4800307AE2 /* Supporting Files */ = {
83 isa = PBXGroup;
84 children = (
85 2753BF411B9F2D4800307AE2 /* Info.plist */,
86 2753BF421B9F2D4800307AE2 /* main.m */,
87 );
88 name = "Supporting Files";
89 sourceTree = "<group>";
90 };
91 2753BF561BA3230C00307AE2 /* Resources */ = {
92 isa = PBXGroup;
93 children = (
94 2753BF591BA4923900307AE2 /* Run AE Installer.app */,
95 2753BF571BA3238300307AE2 /* AppIcon.png */,
96 2753BF501B9F2E2200307AE2 /* AEInstaller2Updater.jar */,
97 );
98 name = Resources;
99 path = "AE Setup";
100 sourceTree = "<group>";
101 };
102/* End PBXGroup section */
103
104/* Begin PBXNativeTarget section */
105 2753BF391B9F2D4800307AE2 /* Anniversary Edition Setup */ = {
106 isa = PBXNativeTarget;
107 buildConfigurationList = 2753BF4D1B9F2D4800307AE2 /* Build configuration list for PBXNativeTarget "Anniversary Edition Setup" */;
108 buildPhases = (
109 2753BF361B9F2D4800307AE2 /* Sources */,
110 2753BF371B9F2D4800307AE2 /* Frameworks */,
111 2753BF381B9F2D4800307AE2 /* Resources */,
112 );
113 buildRules = (
114 );
115 dependencies = (
116 );
117 name = "Anniversary Edition Setup";
118 productName = "AE Setup";
119 productReference = 2753BF3A1B9F2D4800307AE2 /* Anniversary Edition Setup.app */;
120 productType = "com.apple.product-type.application";
121 };
122/* End PBXNativeTarget section */
123
124/* Begin PBXProject section */
125 2753BF321B9F2D4800307AE2 /* Project object */ = {
126 isa = PBXProject;
127 attributes = {
128 LastUpgradeCheck = 0640;
129 ORGANIZATIONNAME = Oni2.net;
130 TargetAttributes = {
131 2753BF391B9F2D4800307AE2 = {
132 CreatedOnToolsVersion = 6.4;
133 };
134 };
135 };
136 buildConfigurationList = 2753BF351B9F2D4800307AE2 /* Build configuration list for PBXProject "AE Setup" */;
137 compatibilityVersion = "Xcode 3.2";
138 developmentRegion = English;
139 hasScannedForEncodings = 0;
140 knownRegions = (
141 en,
142 Base,
143 );
144 mainGroup = 2753BF311B9F2D4800307AE2;
145 productRefGroup = 2753BF3B1B9F2D4800307AE2 /* Products */;
146 projectDirPath = "";
147 projectRoot = "";
148 targets = (
149 2753BF391B9F2D4800307AE2 /* Anniversary Edition Setup */,
150 );
151 };
152/* End PBXProject section */
153
154/* Begin PBXResourcesBuildPhase section */
155 2753BF381B9F2D4800307AE2 /* Resources */ = {
156 isa = PBXResourcesBuildPhase;
157 buildActionMask = 2147483647;
158 files = (
159 2753BF581BA3238300307AE2 /* AppIcon.png in Resources */,
160 2753BF511B9F2E2200307AE2 /* AEInstaller2Updater.jar in Resources */,
161 2753BF5A1BA4923900307AE2 /* Run AE Installer.app in Resources */,
162 2753BF471B9F2D4800307AE2 /* Images.xcassets in Resources */,
163 2753BF4A1B9F2D4800307AE2 /* MainMenu.xib in Resources */,
164 );
165 runOnlyForDeploymentPostprocessing = 0;
166 };
167/* End PBXResourcesBuildPhase section */
168
169/* Begin PBXSourcesBuildPhase section */
170 2753BF361B9F2D4800307AE2 /* Sources */ = {
171 isa = PBXSourcesBuildPhase;
172 buildActionMask = 2147483647;
173 files = (
174 2753BF451B9F2D4800307AE2 /* AppDelegate.applescript in Sources */,
175 2753BF431B9F2D4800307AE2 /* main.m in Sources */,
176 );
177 runOnlyForDeploymentPostprocessing = 0;
178 };
179/* End PBXSourcesBuildPhase section */
180
181/* Begin PBXVariantGroup section */
182 2753BF481B9F2D4800307AE2 /* MainMenu.xib */ = {
183 isa = PBXVariantGroup;
184 children = (
185 2753BF551BA0345300307AE2 /* en */,
186 );
187 name = MainMenu.xib;
188 sourceTree = "<group>";
189 };
190/* End PBXVariantGroup section */
191
192/* Begin XCBuildConfiguration section */
193 2753BF4B1B9F2D4800307AE2 /* Debug */ = {
194 isa = XCBuildConfiguration;
195 buildSettings = {
196 ALWAYS_SEARCH_USER_PATHS = NO;
197 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
198 CLANG_CXX_LIBRARY = "libc++";
199 CLANG_ENABLE_MODULES = YES;
200 CLANG_ENABLE_OBJC_ARC = YES;
201 CLANG_WARN_BOOL_CONVERSION = YES;
202 CLANG_WARN_CONSTANT_CONVERSION = YES;
203 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
204 CLANG_WARN_EMPTY_BODY = YES;
205 CLANG_WARN_ENUM_CONVERSION = YES;
206 CLANG_WARN_INT_CONVERSION = YES;
207 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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;
213 ENABLE_STRICT_OBJC_MSGSEND = YES;
214 GCC_C_LANGUAGE_STANDARD = gnu99;
215 GCC_DYNAMIC_NO_PIC = NO;
216 GCC_NO_COMMON_BLOCKS = YES;
217 GCC_OPTIMIZATION_LEVEL = 0;
218 GCC_PREPROCESSOR_DEFINITIONS = (
219 "DEBUG=1",
220 "$(inherited)",
221 );
222 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
223 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
224 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
225 GCC_WARN_UNDECLARED_SELECTOR = YES;
226 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
227 GCC_WARN_UNUSED_FUNCTION = YES;
228 GCC_WARN_UNUSED_VARIABLE = YES;
229 MACOSX_DEPLOYMENT_TARGET = 10.6;
230 MTL_ENABLE_DEBUG_INFO = YES;
231 ONLY_ACTIVE_ARCH = YES;
232 SDKROOT = macosx;
233 };
234 name = Debug;
235 };
236 2753BF4C1B9F2D4800307AE2 /* Release */ = {
237 isa = XCBuildConfiguration;
238 buildSettings = {
239 ALWAYS_SEARCH_USER_PATHS = NO;
240 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
241 CLANG_CXX_LIBRARY = "libc++";
242 CLANG_ENABLE_MODULES = YES;
243 CLANG_ENABLE_OBJC_ARC = YES;
244 CLANG_WARN_BOOL_CONVERSION = YES;
245 CLANG_WARN_CONSTANT_CONVERSION = YES;
246 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
247 CLANG_WARN_EMPTY_BODY = YES;
248 CLANG_WARN_ENUM_CONVERSION = YES;
249 CLANG_WARN_INT_CONVERSION = YES;
250 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
251 CLANG_WARN_UNREACHABLE_CODE = YES;
252 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
253 CODE_SIGN_IDENTITY = "-";
254 COPY_PHASE_STRIP = NO;
255 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
256 ENABLE_NS_ASSERTIONS = NO;
257 ENABLE_STRICT_OBJC_MSGSEND = YES;
258 GCC_C_LANGUAGE_STANDARD = gnu99;
259 GCC_NO_COMMON_BLOCKS = YES;
260 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
261 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
262 GCC_WARN_UNDECLARED_SELECTOR = YES;
263 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
264 GCC_WARN_UNUSED_FUNCTION = YES;
265 GCC_WARN_UNUSED_VARIABLE = YES;
266 MACOSX_DEPLOYMENT_TARGET = 10.6;
267 MTL_ENABLE_DEBUG_INFO = NO;
268 SDKROOT = macosx;
269 };
270 name = Release;
271 };
272 2753BF4E1B9F2D4800307AE2 /* Debug */ = {
273 isa = XCBuildConfiguration;
274 buildSettings = {
275 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276 COMBINE_HIDPI_IMAGES = YES;
277 INFOPLIST_FILE = "AE Setup/Info.plist";
278 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
279 MACOSX_DEPLOYMENT_TARGET = 10.6;
280 PRODUCT_NAME = "$(TARGET_NAME)";
281 STRIPFLAGS = "-S";
282 };
283 name = Debug;
284 };
285 2753BF4F1B9F2D4800307AE2 /* Release */ = {
286 isa = XCBuildConfiguration;
287 buildSettings = {
288 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289 COMBINE_HIDPI_IMAGES = YES;
290 COPY_PHASE_STRIP = YES;
291 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
292 INFOPLIST_FILE = "AE Setup/Info.plist";
293 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
294 MACOSX_DEPLOYMENT_TARGET = 10.6;
295 PRODUCT_NAME = "$(TARGET_NAME)";
296 STRIPFLAGS = "-S";
297 };
298 name = Release;
299 };
300/* End XCBuildConfiguration section */
301
302/* Begin XCConfigurationList section */
303 2753BF351B9F2D4800307AE2 /* Build configuration list for PBXProject "AE Setup" */ = {
304 isa = XCConfigurationList;
305 buildConfigurations = (
306 2753BF4B1B9F2D4800307AE2 /* Debug */,
307 2753BF4C1B9F2D4800307AE2 /* Release */,
308 );
309 defaultConfigurationIsVisible = 0;
310 defaultConfigurationName = Release;
311 };
312 2753BF4D1B9F2D4800307AE2 /* Build configuration list for PBXNativeTarget "Anniversary Edition Setup" */ = {
313 isa = XCConfigurationList;
314 buildConfigurations = (
315 2753BF4E1B9F2D4800307AE2 /* Debug */,
316 2753BF4F1B9F2D4800307AE2 /* Release */,
317 );
318 defaultConfigurationIsVisible = 0;
319 defaultConfigurationName = Release;
320 };
321/* End XCConfigurationList section */
322 };
323 rootObject = 2753BF321B9F2D4800307AE2 /* Project object */;
324}
Note: See TracBrowser for help on using the repository browser.