|
1 // !$*UTF8*$! |
|
2 { |
|
3 archiveVersion = 1; |
|
4 classes = { |
|
5 }; |
|
6 objectVersion = 46; |
|
7 objects = { |
|
8 |
|
9 /* Begin PBXBuildFile section */ |
|
10 B24D2B281E89D5D600687DA8 /* PDFViewer.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B271E89D5D600687DA8 /* PDFViewer.m */; }; |
|
11 B24D2B2F1E89D65500687DA8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B2B1E89D65500687DA8 /* AppDelegate.m */; }; |
|
12 B24D2B341E89D85D00687DA8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B331E89D85D00687DA8 /* ViewController.m */; }; |
|
13 B268D7FE1E89963E00F71608 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B268D7FD1E89963E00F71608 /* main.m */; }; |
|
14 B268D8031E89963E00F71608 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B268D8021E89963E00F71608 /* Assets.xcassets */; }; |
|
15 B268D8061E89963E00F71608 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B268D8041E89963E00F71608 /* Main.storyboard */; }; |
|
16 /* End PBXBuildFile section */ |
|
17 |
|
18 /* Begin PBXFileReference section */ |
|
19 B24D2B261E89D5D600687DA8 /* PDFViewer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFViewer.h; sourceTree = "<group>"; }; |
|
20 B24D2B271E89D5D600687DA8 /* PDFViewer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFViewer.m; sourceTree = "<group>"; }; |
|
21 B24D2B2A1E89D65500687DA8 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
|
22 B24D2B2B1E89D65500687DA8 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
|
23 B24D2B321E89D85D00687DA8 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
|
24 B24D2B331E89D85D00687DA8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
|
25 B268D7F61E89963E00F71608 /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
26 B268D7FD1E89963E00F71608 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
|
27 B268D8021E89963E00F71608 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
28 B268D8051E89963E00F71608 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
29 B268D8071E89963E00F71608 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
30 /* End PBXFileReference section */ |
|
31 |
|
32 /* Begin PBXFrameworksBuildPhase section */ |
|
33 B268D7F31E89963E00F71608 /* Frameworks */ = { |
|
34 isa = PBXFrameworksBuildPhase; |
|
35 buildActionMask = 2147483647; |
|
36 files = ( |
|
37 ); |
|
38 runOnlyForDeploymentPostprocessing = 0; |
|
39 }; |
|
40 /* End PBXFrameworksBuildPhase section */ |
|
41 |
|
42 /* Begin PBXGroup section */ |
|
43 B24D2B251E89D5D600687DA8 /* pdfviewer */ = { |
|
44 isa = PBXGroup; |
|
45 children = ( |
|
46 B24D2B261E89D5D600687DA8 /* PDFViewer.h */, |
|
47 B24D2B271E89D5D600687DA8 /* PDFViewer.m */, |
|
48 ); |
|
49 path = pdfviewer; |
|
50 sourceTree = "<group>"; |
|
51 }; |
|
52 B24D2B291E89D65500687DA8 /* appdelegate */ = { |
|
53 isa = PBXGroup; |
|
54 children = ( |
|
55 B24D2B2A1E89D65500687DA8 /* AppDelegate.h */, |
|
56 B24D2B2B1E89D65500687DA8 /* AppDelegate.m */, |
|
57 ); |
|
58 path = appdelegate; |
|
59 sourceTree = "<group>"; |
|
60 }; |
|
61 B24D2B311E89D85D00687DA8 /* viewcontroller */ = { |
|
62 isa = PBXGroup; |
|
63 children = ( |
|
64 B24D2B321E89D85D00687DA8 /* ViewController.h */, |
|
65 B24D2B331E89D85D00687DA8 /* ViewController.m */, |
|
66 ); |
|
67 path = viewcontroller; |
|
68 sourceTree = "<group>"; |
|
69 }; |
|
70 B268D7ED1E89963E00F71608 = { |
|
71 isa = PBXGroup; |
|
72 children = ( |
|
73 B268D7F81E89963E00F71608 /* PDFViewer */, |
|
74 B268D7F71E89963E00F71608 /* Products */, |
|
75 ); |
|
76 sourceTree = "<group>"; |
|
77 }; |
|
78 B268D7F71E89963E00F71608 /* Products */ = { |
|
79 isa = PBXGroup; |
|
80 children = ( |
|
81 B268D7F61E89963E00F71608 /* PDFViewer.app */, |
|
82 ); |
|
83 name = Products; |
|
84 sourceTree = "<group>"; |
|
85 }; |
|
86 B268D7F81E89963E00F71608 /* PDFViewer */ = { |
|
87 isa = PBXGroup; |
|
88 children = ( |
|
89 B24D2B311E89D85D00687DA8 /* viewcontroller */, |
|
90 B24D2B291E89D65500687DA8 /* appdelegate */, |
|
91 B24D2B251E89D5D600687DA8 /* pdfviewer */, |
|
92 B268D8021E89963E00F71608 /* Assets.xcassets */, |
|
93 B268D8041E89963E00F71608 /* Main.storyboard */, |
|
94 B268D8071E89963E00F71608 /* Info.plist */, |
|
95 B268D7FC1E89963E00F71608 /* Supporting Files */, |
|
96 ); |
|
97 path = PDFViewer; |
|
98 sourceTree = "<group>"; |
|
99 }; |
|
100 B268D7FC1E89963E00F71608 /* Supporting Files */ = { |
|
101 isa = PBXGroup; |
|
102 children = ( |
|
103 B268D7FD1E89963E00F71608 /* main.m */, |
|
104 ); |
|
105 name = "Supporting Files"; |
|
106 sourceTree = "<group>"; |
|
107 }; |
|
108 /* End PBXGroup section */ |
|
109 |
|
110 /* Begin PBXNativeTarget section */ |
|
111 B268D7F51E89963E00F71608 /* PDFViewer */ = { |
|
112 isa = PBXNativeTarget; |
|
113 buildConfigurationList = B268D80A1E89963E00F71608 /* Build configuration list for PBXNativeTarget "PDFViewer" */; |
|
114 buildPhases = ( |
|
115 B268D7F21E89963E00F71608 /* Sources */, |
|
116 B268D7F31E89963E00F71608 /* Frameworks */, |
|
117 B268D7F41E89963E00F71608 /* Resources */, |
|
118 ); |
|
119 buildRules = ( |
|
120 ); |
|
121 dependencies = ( |
|
122 ); |
|
123 name = PDFViewer; |
|
124 productName = PDFViewer; |
|
125 productReference = B268D7F61E89963E00F71608 /* PDFViewer.app */; |
|
126 productType = "com.apple.product-type.application"; |
|
127 }; |
|
128 /* End PBXNativeTarget section */ |
|
129 |
|
130 /* Begin PBXProject section */ |
|
131 B268D7EE1E89963E00F71608 /* Project object */ = { |
|
132 isa = PBXProject; |
|
133 attributes = { |
|
134 LastUpgradeCheck = 0720; |
|
135 ORGANIZATIONNAME = "Markus Bröker"; |
|
136 TargetAttributes = { |
|
137 B268D7F51E89963E00F71608 = { |
|
138 CreatedOnToolsVersion = 7.2.1; |
|
139 }; |
|
140 }; |
|
141 }; |
|
142 buildConfigurationList = B268D7F11E89963E00F71608 /* Build configuration list for PBXProject "PDFViewer" */; |
|
143 compatibilityVersion = "Xcode 3.2"; |
|
144 developmentRegion = English; |
|
145 hasScannedForEncodings = 0; |
|
146 knownRegions = ( |
|
147 en, |
|
148 Base, |
|
149 ); |
|
150 mainGroup = B268D7ED1E89963E00F71608; |
|
151 productRefGroup = B268D7F71E89963E00F71608 /* Products */; |
|
152 projectDirPath = ""; |
|
153 projectRoot = ""; |
|
154 targets = ( |
|
155 B268D7F51E89963E00F71608 /* PDFViewer */, |
|
156 ); |
|
157 }; |
|
158 /* End PBXProject section */ |
|
159 |
|
160 /* Begin PBXResourcesBuildPhase section */ |
|
161 B268D7F41E89963E00F71608 /* Resources */ = { |
|
162 isa = PBXResourcesBuildPhase; |
|
163 buildActionMask = 2147483647; |
|
164 files = ( |
|
165 B268D8031E89963E00F71608 /* Assets.xcassets in Resources */, |
|
166 B268D8061E89963E00F71608 /* Main.storyboard in Resources */, |
|
167 ); |
|
168 runOnlyForDeploymentPostprocessing = 0; |
|
169 }; |
|
170 /* End PBXResourcesBuildPhase section */ |
|
171 |
|
172 /* Begin PBXSourcesBuildPhase section */ |
|
173 B268D7F21E89963E00F71608 /* Sources */ = { |
|
174 isa = PBXSourcesBuildPhase; |
|
175 buildActionMask = 2147483647; |
|
176 files = ( |
|
177 B268D7FE1E89963E00F71608 /* main.m in Sources */, |
|
178 B24D2B281E89D5D600687DA8 /* PDFViewer.m in Sources */, |
|
179 B24D2B341E89D85D00687DA8 /* ViewController.m in Sources */, |
|
180 B24D2B2F1E89D65500687DA8 /* AppDelegate.m in Sources */, |
|
181 ); |
|
182 runOnlyForDeploymentPostprocessing = 0; |
|
183 }; |
|
184 /* End PBXSourcesBuildPhase section */ |
|
185 |
|
186 /* Begin PBXVariantGroup section */ |
|
187 B268D8041E89963E00F71608 /* Main.storyboard */ = { |
|
188 isa = PBXVariantGroup; |
|
189 children = ( |
|
190 B268D8051E89963E00F71608 /* Base */, |
|
191 ); |
|
192 name = Main.storyboard; |
|
193 sourceTree = "<group>"; |
|
194 }; |
|
195 /* End PBXVariantGroup section */ |
|
196 |
|
197 /* Begin XCBuildConfiguration section */ |
|
198 B268D8081E89963E00F71608 /* Debug */ = { |
|
199 isa = XCBuildConfiguration; |
|
200 buildSettings = { |
|
201 ALWAYS_SEARCH_USER_PATHS = NO; |
|
202 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
203 CLANG_CXX_LIBRARY = "libc++"; |
|
204 CLANG_ENABLE_MODULES = YES; |
|
205 CLANG_ENABLE_OBJC_ARC = YES; |
|
206 CLANG_WARN_BOOL_CONVERSION = YES; |
|
207 CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
208 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
209 CLANG_WARN_EMPTY_BODY = YES; |
|
210 CLANG_WARN_ENUM_CONVERSION = YES; |
|
211 CLANG_WARN_INT_CONVERSION = YES; |
|
212 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
213 CLANG_WARN_UNREACHABLE_CODE = YES; |
|
214 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
215 CODE_SIGN_IDENTITY = "-"; |
|
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 = gnu99; |
|
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 MACOSX_DEPLOYMENT_TARGET = 10.10; |
|
235 MTL_ENABLE_DEBUG_INFO = YES; |
|
236 ONLY_ACTIVE_ARCH = YES; |
|
237 SDKROOT = macosx; |
|
238 }; |
|
239 name = Debug; |
|
240 }; |
|
241 B268D8091E89963E00F71608 /* Release */ = { |
|
242 isa = XCBuildConfiguration; |
|
243 buildSettings = { |
|
244 ALWAYS_SEARCH_USER_PATHS = NO; |
|
245 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
246 CLANG_CXX_LIBRARY = "libc++"; |
|
247 CLANG_ENABLE_MODULES = YES; |
|
248 CLANG_ENABLE_OBJC_ARC = YES; |
|
249 CLANG_WARN_BOOL_CONVERSION = YES; |
|
250 CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
251 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
252 CLANG_WARN_EMPTY_BODY = YES; |
|
253 CLANG_WARN_ENUM_CONVERSION = YES; |
|
254 CLANG_WARN_INT_CONVERSION = YES; |
|
255 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
256 CLANG_WARN_UNREACHABLE_CODE = YES; |
|
257 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
258 CODE_SIGN_IDENTITY = "-"; |
|
259 COPY_PHASE_STRIP = NO; |
|
260 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
|
261 ENABLE_NS_ASSERTIONS = NO; |
|
262 ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
263 GCC_C_LANGUAGE_STANDARD = gnu99; |
|
264 GCC_NO_COMMON_BLOCKS = YES; |
|
265 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
266 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
267 GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
268 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
269 GCC_WARN_UNUSED_FUNCTION = YES; |
|
270 GCC_WARN_UNUSED_VARIABLE = YES; |
|
271 MACOSX_DEPLOYMENT_TARGET = 10.10; |
|
272 MTL_ENABLE_DEBUG_INFO = NO; |
|
273 SDKROOT = macosx; |
|
274 }; |
|
275 name = Release; |
|
276 }; |
|
277 B268D80B1E89963E00F71608 /* Debug */ = { |
|
278 isa = XCBuildConfiguration; |
|
279 buildSettings = { |
|
280 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
281 COMBINE_HIDPI_IMAGES = YES; |
|
282 INFOPLIST_FILE = PDFViewer/Info.plist; |
|
283 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
|
284 PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer; |
|
285 PRODUCT_NAME = "$(TARGET_NAME)"; |
|
286 }; |
|
287 name = Debug; |
|
288 }; |
|
289 B268D80C1E89963E00F71608 /* Release */ = { |
|
290 isa = XCBuildConfiguration; |
|
291 buildSettings = { |
|
292 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
293 COMBINE_HIDPI_IMAGES = YES; |
|
294 INFOPLIST_FILE = PDFViewer/Info.plist; |
|
295 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
|
296 PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer; |
|
297 PRODUCT_NAME = "$(TARGET_NAME)"; |
|
298 }; |
|
299 name = Release; |
|
300 }; |
|
301 /* End XCBuildConfiguration section */ |
|
302 |
|
303 /* Begin XCConfigurationList section */ |
|
304 B268D7F11E89963E00F71608 /* Build configuration list for PBXProject "PDFViewer" */ = { |
|
305 isa = XCConfigurationList; |
|
306 buildConfigurations = ( |
|
307 B268D8081E89963E00F71608 /* Debug */, |
|
308 B268D8091E89963E00F71608 /* Release */, |
|
309 ); |
|
310 defaultConfigurationIsVisible = 0; |
|
311 defaultConfigurationName = Release; |
|
312 }; |
|
313 B268D80A1E89963E00F71608 /* Build configuration list for PBXNativeTarget "PDFViewer" */ = { |
|
314 isa = XCConfigurationList; |
|
315 buildConfigurations = ( |
|
316 B268D80B1E89963E00F71608 /* Debug */, |
|
317 B268D80C1E89963E00F71608 /* Release */, |
|
318 ); |
|
319 defaultConfigurationIsVisible = 0; |
|
320 defaultConfigurationName = Release; |
|
321 }; |
|
322 /* End XCConfigurationList section */ |
|
323 }; |
|
324 rootObject = B268D7EE1E89963E00F71608 /* Project object */; |
|
325 } |