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