Commit acc6c9f29fe86361bc1b205962a725b5e25ba739
0 parents
Exists in
master
Initial Commit
Showing 14 changed files with 911 additions and 0 deletions Side-by-side Diff
- APNGExample.xcodeproj/project.pbxproj
- APNGExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- APNGExample.xcodeproj/xcuserdata/dongsoolee.xcuserdatad/xcschemes/APNGExample.xcscheme
- APNGExample.xcodeproj/xcuserdata/dongsoolee.xcuserdatad/xcschemes/xcschememanagement.plist
- APNGExample/AppDelegate.swift
- APNGExample/Assets.xcassets/AppIcon.appiconset/Contents.json
- APNGExample/Base.lproj/LaunchScreen.storyboard
- APNGExample/Base.lproj/Main.storyboard
- APNGExample/Info.plist
- APNGExample/ViewController.swift
- APNGExampleTests/APNGExampleTests.swift
- APNGExampleTests/Info.plist
- APNGExampleUITests/APNGExampleUITests.swift
- APNGExampleUITests/Info.plist
APNGExample.xcodeproj/project.pbxproj
View file @
acc6c9f
... | ... | @@ -0,0 +1,505 @@ |
1 | +// !$*UTF8*$! | |
2 | +{ | |
3 | + archiveVersion = 1; | |
4 | + classes = { | |
5 | + }; | |
6 | + objectVersion = 46; | |
7 | + objects = { | |
8 | + | |
9 | +/* Begin PBXBuildFile section */ | |
10 | + 975971E91C156CCE00B36305 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975971E81C156CCE00B36305 /* AppDelegate.swift */; }; | |
11 | + 975971EB1C156CCE00B36305 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975971EA1C156CCE00B36305 /* ViewController.swift */; }; | |
12 | + 975971EE1C156CCE00B36305 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 975971EC1C156CCE00B36305 /* Main.storyboard */; }; | |
13 | + 975971F01C156CCE00B36305 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 975971EF1C156CCE00B36305 /* Assets.xcassets */; }; | |
14 | + 975971F31C156CCE00B36305 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 975971F11C156CCE00B36305 /* LaunchScreen.storyboard */; }; | |
15 | + 975971FE1C156CCE00B36305 /* APNGExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975971FD1C156CCE00B36305 /* APNGExampleTests.swift */; }; | |
16 | + 975972091C156CCE00B36305 /* APNGExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975972081C156CCE00B36305 /* APNGExampleUITests.swift */; }; | |
17 | +/* End PBXBuildFile section */ | |
18 | + | |
19 | +/* Begin PBXContainerItemProxy section */ | |
20 | + 975971FA1C156CCE00B36305 /* PBXContainerItemProxy */ = { | |
21 | + isa = PBXContainerItemProxy; | |
22 | + containerPortal = 975971DD1C156CCE00B36305 /* Project object */; | |
23 | + proxyType = 1; | |
24 | + remoteGlobalIDString = 975971E41C156CCE00B36305; | |
25 | + remoteInfo = APNGExample; | |
26 | + }; | |
27 | + 975972051C156CCE00B36305 /* PBXContainerItemProxy */ = { | |
28 | + isa = PBXContainerItemProxy; | |
29 | + containerPortal = 975971DD1C156CCE00B36305 /* Project object */; | |
30 | + proxyType = 1; | |
31 | + remoteGlobalIDString = 975971E41C156CCE00B36305; | |
32 | + remoteInfo = APNGExample; | |
33 | + }; | |
34 | +/* End PBXContainerItemProxy section */ | |
35 | + | |
36 | +/* Begin PBXFileReference section */ | |
37 | + 975971E51C156CCE00B36305 /* APNGExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = APNGExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
38 | + 975971E81C156CCE00B36305 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | |
39 | + 975971EA1C156CCE00B36305 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; | |
40 | + 975971ED1C156CCE00B36305 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | |
41 | + 975971EF1C156CCE00B36305 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
42 | + 975971F21C156CCE00B36305 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | |
43 | + 975971F41C156CCE00B36305 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
44 | + 975971F91C156CCE00B36305 /* APNGExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APNGExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
45 | + 975971FD1C156CCE00B36305 /* APNGExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APNGExampleTests.swift; sourceTree = "<group>"; }; | |
46 | + 975971FF1C156CCE00B36305 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
47 | + 975972041C156CCE00B36305 /* APNGExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APNGExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
48 | + 975972081C156CCE00B36305 /* APNGExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APNGExampleUITests.swift; sourceTree = "<group>"; }; | |
49 | + 9759720A1C156CCE00B36305 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
50 | +/* End PBXFileReference section */ | |
51 | + | |
52 | +/* Begin PBXFrameworksBuildPhase section */ | |
53 | + 975971E21C156CCE00B36305 /* Frameworks */ = { | |
54 | + isa = PBXFrameworksBuildPhase; | |
55 | + buildActionMask = 2147483647; | |
56 | + files = ( | |
57 | + ); | |
58 | + runOnlyForDeploymentPostprocessing = 0; | |
59 | + }; | |
60 | + 975971F61C156CCE00B36305 /* Frameworks */ = { | |
61 | + isa = PBXFrameworksBuildPhase; | |
62 | + buildActionMask = 2147483647; | |
63 | + files = ( | |
64 | + ); | |
65 | + runOnlyForDeploymentPostprocessing = 0; | |
66 | + }; | |
67 | + 975972011C156CCE00B36305 /* Frameworks */ = { | |
68 | + isa = PBXFrameworksBuildPhase; | |
69 | + buildActionMask = 2147483647; | |
70 | + files = ( | |
71 | + ); | |
72 | + runOnlyForDeploymentPostprocessing = 0; | |
73 | + }; | |
74 | +/* End PBXFrameworksBuildPhase section */ | |
75 | + | |
76 | +/* Begin PBXGroup section */ | |
77 | + 975971DC1C156CCE00B36305 = { | |
78 | + isa = PBXGroup; | |
79 | + children = ( | |
80 | + 975971E71C156CCE00B36305 /* APNGExample */, | |
81 | + 975971FC1C156CCE00B36305 /* APNGExampleTests */, | |
82 | + 975972071C156CCE00B36305 /* APNGExampleUITests */, | |
83 | + 975971E61C156CCE00B36305 /* Products */, | |
84 | + ); | |
85 | + sourceTree = "<group>"; | |
86 | + }; | |
87 | + 975971E61C156CCE00B36305 /* Products */ = { | |
88 | + isa = PBXGroup; | |
89 | + children = ( | |
90 | + 975971E51C156CCE00B36305 /* APNGExample.app */, | |
91 | + 975971F91C156CCE00B36305 /* APNGExampleTests.xctest */, | |
92 | + 975972041C156CCE00B36305 /* APNGExampleUITests.xctest */, | |
93 | + ); | |
94 | + name = Products; | |
95 | + sourceTree = "<group>"; | |
96 | + }; | |
97 | + 975971E71C156CCE00B36305 /* APNGExample */ = { | |
98 | + isa = PBXGroup; | |
99 | + children = ( | |
100 | + 975971E81C156CCE00B36305 /* AppDelegate.swift */, | |
101 | + 975971EA1C156CCE00B36305 /* ViewController.swift */, | |
102 | + 975971EC1C156CCE00B36305 /* Main.storyboard */, | |
103 | + 975971EF1C156CCE00B36305 /* Assets.xcassets */, | |
104 | + 975971F11C156CCE00B36305 /* LaunchScreen.storyboard */, | |
105 | + 975971F41C156CCE00B36305 /* Info.plist */, | |
106 | + ); | |
107 | + path = APNGExample; | |
108 | + sourceTree = "<group>"; | |
109 | + }; | |
110 | + 975971FC1C156CCE00B36305 /* APNGExampleTests */ = { | |
111 | + isa = PBXGroup; | |
112 | + children = ( | |
113 | + 975971FD1C156CCE00B36305 /* APNGExampleTests.swift */, | |
114 | + 975971FF1C156CCE00B36305 /* Info.plist */, | |
115 | + ); | |
116 | + path = APNGExampleTests; | |
117 | + sourceTree = "<group>"; | |
118 | + }; | |
119 | + 975972071C156CCE00B36305 /* APNGExampleUITests */ = { | |
120 | + isa = PBXGroup; | |
121 | + children = ( | |
122 | + 975972081C156CCE00B36305 /* APNGExampleUITests.swift */, | |
123 | + 9759720A1C156CCE00B36305 /* Info.plist */, | |
124 | + ); | |
125 | + path = APNGExampleUITests; | |
126 | + sourceTree = "<group>"; | |
127 | + }; | |
128 | +/* End PBXGroup section */ | |
129 | + | |
130 | +/* Begin PBXNativeTarget section */ | |
131 | + 975971E41C156CCE00B36305 /* APNGExample */ = { | |
132 | + isa = PBXNativeTarget; | |
133 | + buildConfigurationList = 9759720D1C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExample" */; | |
134 | + buildPhases = ( | |
135 | + 975971E11C156CCE00B36305 /* Sources */, | |
136 | + 975971E21C156CCE00B36305 /* Frameworks */, | |
137 | + 975971E31C156CCE00B36305 /* Resources */, | |
138 | + ); | |
139 | + buildRules = ( | |
140 | + ); | |
141 | + dependencies = ( | |
142 | + ); | |
143 | + name = APNGExample; | |
144 | + productName = APNGExample; | |
145 | + productReference = 975971E51C156CCE00B36305 /* APNGExample.app */; | |
146 | + productType = "com.apple.product-type.application"; | |
147 | + }; | |
148 | + 975971F81C156CCE00B36305 /* APNGExampleTests */ = { | |
149 | + isa = PBXNativeTarget; | |
150 | + buildConfigurationList = 975972101C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExampleTests" */; | |
151 | + buildPhases = ( | |
152 | + 975971F51C156CCE00B36305 /* Sources */, | |
153 | + 975971F61C156CCE00B36305 /* Frameworks */, | |
154 | + 975971F71C156CCE00B36305 /* Resources */, | |
155 | + ); | |
156 | + buildRules = ( | |
157 | + ); | |
158 | + dependencies = ( | |
159 | + 975971FB1C156CCE00B36305 /* PBXTargetDependency */, | |
160 | + ); | |
161 | + name = APNGExampleTests; | |
162 | + productName = APNGExampleTests; | |
163 | + productReference = 975971F91C156CCE00B36305 /* APNGExampleTests.xctest */; | |
164 | + productType = "com.apple.product-type.bundle.unit-test"; | |
165 | + }; | |
166 | + 975972031C156CCE00B36305 /* APNGExampleUITests */ = { | |
167 | + isa = PBXNativeTarget; | |
168 | + buildConfigurationList = 975972131C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExampleUITests" */; | |
169 | + buildPhases = ( | |
170 | + 975972001C156CCE00B36305 /* Sources */, | |
171 | + 975972011C156CCE00B36305 /* Frameworks */, | |
172 | + 975972021C156CCE00B36305 /* Resources */, | |
173 | + ); | |
174 | + buildRules = ( | |
175 | + ); | |
176 | + dependencies = ( | |
177 | + 975972061C156CCE00B36305 /* PBXTargetDependency */, | |
178 | + ); | |
179 | + name = APNGExampleUITests; | |
180 | + productName = APNGExampleUITests; | |
181 | + productReference = 975972041C156CCE00B36305 /* APNGExampleUITests.xctest */; | |
182 | + productType = "com.apple.product-type.bundle.ui-testing"; | |
183 | + }; | |
184 | +/* End PBXNativeTarget section */ | |
185 | + | |
186 | +/* Begin PBXProject section */ | |
187 | + 975971DD1C156CCE00B36305 /* Project object */ = { | |
188 | + isa = PBXProject; | |
189 | + attributes = { | |
190 | + LastSwiftUpdateCheck = 0710; | |
191 | + LastUpgradeCheck = 0710; | |
192 | + ORGANIZATIONNAME = "DongSoo Lee"; | |
193 | + TargetAttributes = { | |
194 | + 975971E41C156CCE00B36305 = { | |
195 | + CreatedOnToolsVersion = 7.1.1; | |
196 | + }; | |
197 | + 975971F81C156CCE00B36305 = { | |
198 | + CreatedOnToolsVersion = 7.1.1; | |
199 | + TestTargetID = 975971E41C156CCE00B36305; | |
200 | + }; | |
201 | + 975972031C156CCE00B36305 = { | |
202 | + CreatedOnToolsVersion = 7.1.1; | |
203 | + TestTargetID = 975971E41C156CCE00B36305; | |
204 | + }; | |
205 | + }; | |
206 | + }; | |
207 | + buildConfigurationList = 975971E01C156CCE00B36305 /* Build configuration list for PBXProject "APNGExample" */; | |
208 | + compatibilityVersion = "Xcode 3.2"; | |
209 | + developmentRegion = English; | |
210 | + hasScannedForEncodings = 0; | |
211 | + knownRegions = ( | |
212 | + en, | |
213 | + Base, | |
214 | + ); | |
215 | + mainGroup = 975971DC1C156CCE00B36305; | |
216 | + productRefGroup = 975971E61C156CCE00B36305 /* Products */; | |
217 | + projectDirPath = ""; | |
218 | + projectRoot = ""; | |
219 | + targets = ( | |
220 | + 975971E41C156CCE00B36305 /* APNGExample */, | |
221 | + 975971F81C156CCE00B36305 /* APNGExampleTests */, | |
222 | + 975972031C156CCE00B36305 /* APNGExampleUITests */, | |
223 | + ); | |
224 | + }; | |
225 | +/* End PBXProject section */ | |
226 | + | |
227 | +/* Begin PBXResourcesBuildPhase section */ | |
228 | + 975971E31C156CCE00B36305 /* Resources */ = { | |
229 | + isa = PBXResourcesBuildPhase; | |
230 | + buildActionMask = 2147483647; | |
231 | + files = ( | |
232 | + 975971F31C156CCE00B36305 /* LaunchScreen.storyboard in Resources */, | |
233 | + 975971F01C156CCE00B36305 /* Assets.xcassets in Resources */, | |
234 | + 975971EE1C156CCE00B36305 /* Main.storyboard in Resources */, | |
235 | + ); | |
236 | + runOnlyForDeploymentPostprocessing = 0; | |
237 | + }; | |
238 | + 975971F71C156CCE00B36305 /* Resources */ = { | |
239 | + isa = PBXResourcesBuildPhase; | |
240 | + buildActionMask = 2147483647; | |
241 | + files = ( | |
242 | + ); | |
243 | + runOnlyForDeploymentPostprocessing = 0; | |
244 | + }; | |
245 | + 975972021C156CCE00B36305 /* Resources */ = { | |
246 | + isa = PBXResourcesBuildPhase; | |
247 | + buildActionMask = 2147483647; | |
248 | + files = ( | |
249 | + ); | |
250 | + runOnlyForDeploymentPostprocessing = 0; | |
251 | + }; | |
252 | +/* End PBXResourcesBuildPhase section */ | |
253 | + | |
254 | +/* Begin PBXSourcesBuildPhase section */ | |
255 | + 975971E11C156CCE00B36305 /* Sources */ = { | |
256 | + isa = PBXSourcesBuildPhase; | |
257 | + buildActionMask = 2147483647; | |
258 | + files = ( | |
259 | + 975971EB1C156CCE00B36305 /* ViewController.swift in Sources */, | |
260 | + 975971E91C156CCE00B36305 /* AppDelegate.swift in Sources */, | |
261 | + ); | |
262 | + runOnlyForDeploymentPostprocessing = 0; | |
263 | + }; | |
264 | + 975971F51C156CCE00B36305 /* Sources */ = { | |
265 | + isa = PBXSourcesBuildPhase; | |
266 | + buildActionMask = 2147483647; | |
267 | + files = ( | |
268 | + 975971FE1C156CCE00B36305 /* APNGExampleTests.swift in Sources */, | |
269 | + ); | |
270 | + runOnlyForDeploymentPostprocessing = 0; | |
271 | + }; | |
272 | + 975972001C156CCE00B36305 /* Sources */ = { | |
273 | + isa = PBXSourcesBuildPhase; | |
274 | + buildActionMask = 2147483647; | |
275 | + files = ( | |
276 | + 975972091C156CCE00B36305 /* APNGExampleUITests.swift in Sources */, | |
277 | + ); | |
278 | + runOnlyForDeploymentPostprocessing = 0; | |
279 | + }; | |
280 | +/* End PBXSourcesBuildPhase section */ | |
281 | + | |
282 | +/* Begin PBXTargetDependency section */ | |
283 | + 975971FB1C156CCE00B36305 /* PBXTargetDependency */ = { | |
284 | + isa = PBXTargetDependency; | |
285 | + target = 975971E41C156CCE00B36305 /* APNGExample */; | |
286 | + targetProxy = 975971FA1C156CCE00B36305 /* PBXContainerItemProxy */; | |
287 | + }; | |
288 | + 975972061C156CCE00B36305 /* PBXTargetDependency */ = { | |
289 | + isa = PBXTargetDependency; | |
290 | + target = 975971E41C156CCE00B36305 /* APNGExample */; | |
291 | + targetProxy = 975972051C156CCE00B36305 /* PBXContainerItemProxy */; | |
292 | + }; | |
293 | +/* End PBXTargetDependency section */ | |
294 | + | |
295 | +/* Begin PBXVariantGroup section */ | |
296 | + 975971EC1C156CCE00B36305 /* Main.storyboard */ = { | |
297 | + isa = PBXVariantGroup; | |
298 | + children = ( | |
299 | + 975971ED1C156CCE00B36305 /* Base */, | |
300 | + ); | |
301 | + name = Main.storyboard; | |
302 | + sourceTree = "<group>"; | |
303 | + }; | |
304 | + 975971F11C156CCE00B36305 /* LaunchScreen.storyboard */ = { | |
305 | + isa = PBXVariantGroup; | |
306 | + children = ( | |
307 | + 975971F21C156CCE00B36305 /* Base */, | |
308 | + ); | |
309 | + name = LaunchScreen.storyboard; | |
310 | + sourceTree = "<group>"; | |
311 | + }; | |
312 | +/* End PBXVariantGroup section */ | |
313 | + | |
314 | +/* Begin XCBuildConfiguration section */ | |
315 | + 9759720B1C156CCE00B36305 /* Debug */ = { | |
316 | + isa = XCBuildConfiguration; | |
317 | + buildSettings = { | |
318 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
319 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
320 | + CLANG_CXX_LIBRARY = "libc++"; | |
321 | + CLANG_ENABLE_MODULES = YES; | |
322 | + CLANG_ENABLE_OBJC_ARC = YES; | |
323 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
324 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
325 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
326 | + CLANG_WARN_EMPTY_BODY = YES; | |
327 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
328 | + CLANG_WARN_INT_CONVERSION = YES; | |
329 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
330 | + CLANG_WARN_UNREACHABLE_CODE = YES; | |
331 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
332 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
333 | + COPY_PHASE_STRIP = NO; | |
334 | + DEBUG_INFORMATION_FORMAT = dwarf; | |
335 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | |
336 | + ENABLE_TESTABILITY = YES; | |
337 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
338 | + GCC_DYNAMIC_NO_PIC = NO; | |
339 | + GCC_NO_COMMON_BLOCKS = YES; | |
340 | + GCC_OPTIMIZATION_LEVEL = 0; | |
341 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
342 | + "DEBUG=1", | |
343 | + "$(inherited)", | |
344 | + ); | |
345 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
346 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
347 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
348 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
349 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
350 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
351 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; | |
352 | + MTL_ENABLE_DEBUG_INFO = YES; | |
353 | + ONLY_ACTIVE_ARCH = YES; | |
354 | + SDKROOT = iphoneos; | |
355 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
356 | + }; | |
357 | + name = Debug; | |
358 | + }; | |
359 | + 9759720C1C156CCE00B36305 /* Release */ = { | |
360 | + isa = XCBuildConfiguration; | |
361 | + buildSettings = { | |
362 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
363 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
364 | + CLANG_CXX_LIBRARY = "libc++"; | |
365 | + CLANG_ENABLE_MODULES = YES; | |
366 | + CLANG_ENABLE_OBJC_ARC = YES; | |
367 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
368 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
369 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
370 | + CLANG_WARN_EMPTY_BODY = YES; | |
371 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
372 | + CLANG_WARN_INT_CONVERSION = YES; | |
373 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
374 | + CLANG_WARN_UNREACHABLE_CODE = YES; | |
375 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
376 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
377 | + COPY_PHASE_STRIP = NO; | |
378 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
379 | + ENABLE_NS_ASSERTIONS = NO; | |
380 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | |
381 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
382 | + GCC_NO_COMMON_BLOCKS = YES; | |
383 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
384 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
385 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
386 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
387 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
388 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
389 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; | |
390 | + MTL_ENABLE_DEBUG_INFO = NO; | |
391 | + SDKROOT = iphoneos; | |
392 | + VALIDATE_PRODUCT = YES; | |
393 | + }; | |
394 | + name = Release; | |
395 | + }; | |
396 | + 9759720E1C156CCE00B36305 /* Debug */ = { | |
397 | + isa = XCBuildConfiguration; | |
398 | + buildSettings = { | |
399 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
400 | + INFOPLIST_FILE = APNGExample/Info.plist; | |
401 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | |
402 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExample; | |
403 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
404 | + }; | |
405 | + name = Debug; | |
406 | + }; | |
407 | + 9759720F1C156CCE00B36305 /* Release */ = { | |
408 | + isa = XCBuildConfiguration; | |
409 | + buildSettings = { | |
410 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
411 | + INFOPLIST_FILE = APNGExample/Info.plist; | |
412 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | |
413 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExample; | |
414 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
415 | + }; | |
416 | + name = Release; | |
417 | + }; | |
418 | + 975972111C156CCE00B36305 /* Debug */ = { | |
419 | + isa = XCBuildConfiguration; | |
420 | + buildSettings = { | |
421 | + BUNDLE_LOADER = "$(TEST_HOST)"; | |
422 | + INFOPLIST_FILE = APNGExampleTests/Info.plist; | |
423 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
424 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExampleTests; | |
425 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
426 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/APNGExample.app/APNGExample"; | |
427 | + }; | |
428 | + name = Debug; | |
429 | + }; | |
430 | + 975972121C156CCE00B36305 /* Release */ = { | |
431 | + isa = XCBuildConfiguration; | |
432 | + buildSettings = { | |
433 | + BUNDLE_LOADER = "$(TEST_HOST)"; | |
434 | + INFOPLIST_FILE = APNGExampleTests/Info.plist; | |
435 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
436 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExampleTests; | |
437 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
438 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/APNGExample.app/APNGExample"; | |
439 | + }; | |
440 | + name = Release; | |
441 | + }; | |
442 | + 975972141C156CCE00B36305 /* Debug */ = { | |
443 | + isa = XCBuildConfiguration; | |
444 | + buildSettings = { | |
445 | + INFOPLIST_FILE = APNGExampleUITests/Info.plist; | |
446 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
447 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExampleUITests; | |
448 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
449 | + TEST_TARGET_NAME = APNGExample; | |
450 | + USES_XCTRUNNER = YES; | |
451 | + }; | |
452 | + name = Debug; | |
453 | + }; | |
454 | + 975972151C156CCE00B36305 /* Release */ = { | |
455 | + isa = XCBuildConfiguration; | |
456 | + buildSettings = { | |
457 | + INFOPLIST_FILE = APNGExampleUITests/Info.plist; | |
458 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
459 | + PRODUCT_BUNDLE_IDENTIFIER = com.es.es.APNGExampleUITests; | |
460 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
461 | + TEST_TARGET_NAME = APNGExample; | |
462 | + USES_XCTRUNNER = YES; | |
463 | + }; | |
464 | + name = Release; | |
465 | + }; | |
466 | +/* End XCBuildConfiguration section */ | |
467 | + | |
468 | +/* Begin XCConfigurationList section */ | |
469 | + 975971E01C156CCE00B36305 /* Build configuration list for PBXProject "APNGExample" */ = { | |
470 | + isa = XCConfigurationList; | |
471 | + buildConfigurations = ( | |
472 | + 9759720B1C156CCE00B36305 /* Debug */, | |
473 | + 9759720C1C156CCE00B36305 /* Release */, | |
474 | + ); | |
475 | + defaultConfigurationIsVisible = 0; | |
476 | + defaultConfigurationName = Release; | |
477 | + }; | |
478 | + 9759720D1C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExample" */ = { | |
479 | + isa = XCConfigurationList; | |
480 | + buildConfigurations = ( | |
481 | + 9759720E1C156CCE00B36305 /* Debug */, | |
482 | + 9759720F1C156CCE00B36305 /* Release */, | |
483 | + ); | |
484 | + defaultConfigurationIsVisible = 0; | |
485 | + }; | |
486 | + 975972101C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExampleTests" */ = { | |
487 | + isa = XCConfigurationList; | |
488 | + buildConfigurations = ( | |
489 | + 975972111C156CCE00B36305 /* Debug */, | |
490 | + 975972121C156CCE00B36305 /* Release */, | |
491 | + ); | |
492 | + defaultConfigurationIsVisible = 0; | |
493 | + }; | |
494 | + 975972131C156CCE00B36305 /* Build configuration list for PBXNativeTarget "APNGExampleUITests" */ = { | |
495 | + isa = XCConfigurationList; | |
496 | + buildConfigurations = ( | |
497 | + 975972141C156CCE00B36305 /* Debug */, | |
498 | + 975972151C156CCE00B36305 /* Release */, | |
499 | + ); | |
500 | + defaultConfigurationIsVisible = 0; | |
501 | + }; | |
502 | +/* End XCConfigurationList section */ | |
503 | + }; | |
504 | + rootObject = 975971DD1C156CCE00B36305 /* Project object */; | |
505 | +} |
APNGExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
View file @
acc6c9f
APNGExample.xcodeproj/xcuserdata/dongsoolee.xcuserdatad/xcschemes/APNGExample.xcscheme
View file @
acc6c9f
... | ... | @@ -0,0 +1,46 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Scheme | |
3 | + LastUpgradeVersion = "0710" | |
4 | + version = "1.3"> | |
5 | + <BuildAction | |
6 | + parallelizeBuildables = "YES" | |
7 | + buildImplicitDependencies = "YES"> | |
8 | + </BuildAction> | |
9 | + <TestAction | |
10 | + buildConfiguration = "Debug" | |
11 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
12 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
13 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
14 | + <Testables> | |
15 | + </Testables> | |
16 | + <AdditionalOptions> | |
17 | + </AdditionalOptions> | |
18 | + </TestAction> | |
19 | + <LaunchAction | |
20 | + buildConfiguration = "Debug" | |
21 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
22 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
23 | + launchStyle = "0" | |
24 | + useCustomWorkingDirectory = "NO" | |
25 | + ignoresPersistentStateOnLaunch = "NO" | |
26 | + debugDocumentVersioning = "YES" | |
27 | + debugServiceExtension = "internal" | |
28 | + allowLocationSimulation = "YES"> | |
29 | + <AdditionalOptions> | |
30 | + </AdditionalOptions> | |
31 | + </LaunchAction> | |
32 | + <ProfileAction | |
33 | + buildConfiguration = "Release" | |
34 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
35 | + savedToolIdentifier = "" | |
36 | + useCustomWorkingDirectory = "NO" | |
37 | + debugDocumentVersioning = "YES"> | |
38 | + </ProfileAction> | |
39 | + <AnalyzeAction | |
40 | + buildConfiguration = "Debug"> | |
41 | + </AnalyzeAction> | |
42 | + <ArchiveAction | |
43 | + buildConfiguration = "Release" | |
44 | + revealArchiveInOrganizer = "YES"> | |
45 | + </ArchiveAction> | |
46 | +</Scheme> |
APNGExample.xcodeproj/xcuserdata/dongsoolee.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
acc6c9f
... | ... | @@ -0,0 +1,32 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | +<plist version="1.0"> | |
4 | +<dict> | |
5 | + <key>SchemeUserState</key> | |
6 | + <dict> | |
7 | + <key>APNGExample.xcscheme</key> | |
8 | + <dict> | |
9 | + <key>orderHint</key> | |
10 | + <integer>0</integer> | |
11 | + </dict> | |
12 | + </dict> | |
13 | + <key>SuppressBuildableAutocreation</key> | |
14 | + <dict> | |
15 | + <key>975971E41C156CCE00B36305</key> | |
16 | + <dict> | |
17 | + <key>primary</key> | |
18 | + <true/> | |
19 | + </dict> | |
20 | + <key>975971F81C156CCE00B36305</key> | |
21 | + <dict> | |
22 | + <key>primary</key> | |
23 | + <true/> | |
24 | + </dict> | |
25 | + <key>975972031C156CCE00B36305</key> | |
26 | + <dict> | |
27 | + <key>primary</key> | |
28 | + <true/> | |
29 | + </dict> | |
30 | + </dict> | |
31 | +</dict> | |
32 | +</plist> |
APNGExample/AppDelegate.swift
View file @
acc6c9f
... | ... | @@ -0,0 +1,46 @@ |
1 | +// | |
2 | +// AppDelegate.swift | |
3 | +// APNGExample | |
4 | +// | |
5 | +// Created by DongSoo Lee on 2015. 12. 7.. | |
6 | +// Copyright © 2015년 DongSoo Lee. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +import UIKit | |
10 | + | |
11 | +@UIApplicationMain | |
12 | +class AppDelegate: UIResponder, UIApplicationDelegate { | |
13 | + | |
14 | + var window: UIWindow? | |
15 | + | |
16 | + | |
17 | + func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { | |
18 | + // Override point for customization after application launch. | |
19 | + return true | |
20 | + } | |
21 | + | |
22 | + func applicationWillResignActive(application: UIApplication) { | |
23 | + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. | |
24 | + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. | |
25 | + } | |
26 | + | |
27 | + func applicationDidEnterBackground(application: UIApplication) { | |
28 | + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. | |
29 | + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. | |
30 | + } | |
31 | + | |
32 | + func applicationWillEnterForeground(application: UIApplication) { | |
33 | + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. | |
34 | + } | |
35 | + | |
36 | + func applicationDidBecomeActive(application: UIApplication) { | |
37 | + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. | |
38 | + } | |
39 | + | |
40 | + func applicationWillTerminate(application: UIApplication) { | |
41 | + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. | |
42 | + } | |
43 | + | |
44 | + | |
45 | +} | |
46 | + |
APNGExample/Assets.xcassets/AppIcon.appiconset/Contents.json
View file @
acc6c9f
... | ... | @@ -0,0 +1,38 @@ |
1 | +{ | |
2 | + "images" : [ | |
3 | + { | |
4 | + "idiom" : "iphone", | |
5 | + "size" : "29x29", | |
6 | + "scale" : "2x" | |
7 | + }, | |
8 | + { | |
9 | + "idiom" : "iphone", | |
10 | + "size" : "29x29", | |
11 | + "scale" : "3x" | |
12 | + }, | |
13 | + { | |
14 | + "idiom" : "iphone", | |
15 | + "size" : "40x40", | |
16 | + "scale" : "2x" | |
17 | + }, | |
18 | + { | |
19 | + "idiom" : "iphone", | |
20 | + "size" : "40x40", | |
21 | + "scale" : "3x" | |
22 | + }, | |
23 | + { | |
24 | + "idiom" : "iphone", | |
25 | + "size" : "60x60", | |
26 | + "scale" : "2x" | |
27 | + }, | |
28 | + { | |
29 | + "idiom" : "iphone", | |
30 | + "size" : "60x60", | |
31 | + "scale" : "3x" | |
32 | + } | |
33 | + ], | |
34 | + "info" : { | |
35 | + "version" : 1, | |
36 | + "author" : "xcode" | |
37 | + } | |
38 | +} | |
0 | 39 | \ No newline at end of file |
APNGExample/Base.lproj/LaunchScreen.storyboard
View file @
acc6c9f
... | ... | @@ -0,0 +1,27 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM"> | |
3 | + <dependencies> | |
4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/> | |
5 | + </dependencies> | |
6 | + <scenes> | |
7 | + <!--View Controller--> | |
8 | + <scene sceneID="EHf-IW-A2E"> | |
9 | + <objects> | |
10 | + <viewController id="01J-lp-oVM" sceneMemberID="viewController"> | |
11 | + <layoutGuides> | |
12 | + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/> | |
13 | + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/> | |
14 | + </layoutGuides> | |
15 | + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | |
16 | + <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | |
17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
18 | + <animations/> | |
19 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> | |
20 | + </view> | |
21 | + </viewController> | |
22 | + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
23 | + </objects> | |
24 | + <point key="canvasLocation" x="53" y="375"/> | |
25 | + </scene> | |
26 | + </scenes> | |
27 | +</document> |
APNGExample/Base.lproj/Main.storyboard
View file @
acc6c9f
... | ... | @@ -0,0 +1,25 @@ |
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> | |
3 | + <dependencies> | |
4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/> | |
5 | + </dependencies> | |
6 | + <scenes> | |
7 | + <!--View Controller--> | |
8 | + <scene sceneID="tne-QT-ifu"> | |
9 | + <objects> | |
10 | + <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> | |
11 | + <layoutGuides> | |
12 | + <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> | |
13 | + <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> | |
14 | + </layoutGuides> | |
15 | + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> | |
16 | + <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | |
17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
18 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> | |
19 | + </view> | |
20 | + </viewController> | |
21 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> | |
22 | + </objects> | |
23 | + </scene> | |
24 | + </scenes> | |
25 | +</document> |
APNGExample/Info.plist
View file @
acc6c9f
... | ... | @@ -0,0 +1,40 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | +<plist version="1.0"> | |
4 | +<dict> | |
5 | + <key>CFBundleDevelopmentRegion</key> | |
6 | + <string>en</string> | |
7 | + <key>CFBundleExecutable</key> | |
8 | + <string>$(EXECUTABLE_NAME)</string> | |
9 | + <key>CFBundleIdentifier</key> | |
10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
11 | + <key>CFBundleInfoDictionaryVersion</key> | |
12 | + <string>6.0</string> | |
13 | + <key>CFBundleName</key> | |
14 | + <string>$(PRODUCT_NAME)</string> | |
15 | + <key>CFBundlePackageType</key> | |
16 | + <string>APPL</string> | |
17 | + <key>CFBundleShortVersionString</key> | |
18 | + <string>1.0</string> | |
19 | + <key>CFBundleSignature</key> | |
20 | + <string>????</string> | |
21 | + <key>CFBundleVersion</key> | |
22 | + <string>1</string> | |
23 | + <key>LSRequiresIPhoneOS</key> | |
24 | + <true/> | |
25 | + <key>UILaunchStoryboardName</key> | |
26 | + <string>LaunchScreen</string> | |
27 | + <key>UIMainStoryboardFile</key> | |
28 | + <string>Main</string> | |
29 | + <key>UIRequiredDeviceCapabilities</key> | |
30 | + <array> | |
31 | + <string>armv7</string> | |
32 | + </array> | |
33 | + <key>UISupportedInterfaceOrientations</key> | |
34 | + <array> | |
35 | + <string>UIInterfaceOrientationPortrait</string> | |
36 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
37 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
38 | + </array> | |
39 | +</dict> | |
40 | +</plist> |
APNGExample/ViewController.swift
View file @
acc6c9f
... | ... | @@ -0,0 +1,25 @@ |
1 | +// | |
2 | +// ViewController.swift | |
3 | +// APNGExample | |
4 | +// | |
5 | +// Created by DongSoo Lee on 2015. 12. 7.. | |
6 | +// Copyright © 2015년 DongSoo Lee. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +import UIKit | |
10 | + | |
11 | +class ViewController: UIViewController { | |
12 | + | |
13 | + override func viewDidLoad() { | |
14 | + super.viewDidLoad() | |
15 | + // Do any additional setup after loading the view, typically from a nib. | |
16 | + } | |
17 | + | |
18 | + override func didReceiveMemoryWarning() { | |
19 | + super.didReceiveMemoryWarning() | |
20 | + // Dispose of any resources that can be recreated. | |
21 | + } | |
22 | + | |
23 | + | |
24 | +} | |
25 | + |
APNGExampleTests/APNGExampleTests.swift
View file @
acc6c9f
... | ... | @@ -0,0 +1,36 @@ |
1 | +// | |
2 | +// APNGExampleTests.swift | |
3 | +// APNGExampleTests | |
4 | +// | |
5 | +// Created by DongSoo Lee on 2015. 12. 7.. | |
6 | +// Copyright © 2015년 DongSoo Lee. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +import XCTest | |
10 | +@testable import APNGExample | |
11 | + | |
12 | +class APNGExampleTests: XCTestCase { | |
13 | + | |
14 | + override func setUp() { | |
15 | + super.setUp() | |
16 | + // Put setup code here. This method is called before the invocation of each test method in the class. | |
17 | + } | |
18 | + | |
19 | + override func tearDown() { | |
20 | + // Put teardown code here. This method is called after the invocation of each test method in the class. | |
21 | + super.tearDown() | |
22 | + } | |
23 | + | |
24 | + func testExample() { | |
25 | + // This is an example of a functional test case. | |
26 | + // Use XCTAssert and related functions to verify your tests produce the correct results. | |
27 | + } | |
28 | + | |
29 | + func testPerformanceExample() { | |
30 | + // This is an example of a performance test case. | |
31 | + self.measureBlock { | |
32 | + // Put the code you want to measure the time of here. | |
33 | + } | |
34 | + } | |
35 | + | |
36 | +} |
APNGExampleTests/Info.plist
View file @
acc6c9f
... | ... | @@ -0,0 +1,24 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | +<plist version="1.0"> | |
4 | +<dict> | |
5 | + <key>CFBundleDevelopmentRegion</key> | |
6 | + <string>en</string> | |
7 | + <key>CFBundleExecutable</key> | |
8 | + <string>$(EXECUTABLE_NAME)</string> | |
9 | + <key>CFBundleIdentifier</key> | |
10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
11 | + <key>CFBundleInfoDictionaryVersion</key> | |
12 | + <string>6.0</string> | |
13 | + <key>CFBundleName</key> | |
14 | + <string>$(PRODUCT_NAME)</string> | |
15 | + <key>CFBundlePackageType</key> | |
16 | + <string>BNDL</string> | |
17 | + <key>CFBundleShortVersionString</key> | |
18 | + <string>1.0</string> | |
19 | + <key>CFBundleSignature</key> | |
20 | + <string>????</string> | |
21 | + <key>CFBundleVersion</key> | |
22 | + <string>1</string> | |
23 | +</dict> | |
24 | +</plist> |
APNGExampleUITests/APNGExampleUITests.swift
View file @
acc6c9f
... | ... | @@ -0,0 +1,36 @@ |
1 | +// | |
2 | +// APNGExampleUITests.swift | |
3 | +// APNGExampleUITests | |
4 | +// | |
5 | +// Created by DongSoo Lee on 2015. 12. 7.. | |
6 | +// Copyright © 2015년 DongSoo Lee. All rights reserved. | |
7 | +// | |
8 | + | |
9 | +import XCTest | |
10 | + | |
11 | +class APNGExampleUITests: XCTestCase { | |
12 | + | |
13 | + override func setUp() { | |
14 | + super.setUp() | |
15 | + | |
16 | + // Put setup code here. This method is called before the invocation of each test method in the class. | |
17 | + | |
18 | + // In UI tests it is usually best to stop immediately when a failure occurs. | |
19 | + continueAfterFailure = false | |
20 | + // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. | |
21 | + XCUIApplication().launch() | |
22 | + | |
23 | + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. | |
24 | + } | |
25 | + | |
26 | + override func tearDown() { | |
27 | + // Put teardown code here. This method is called after the invocation of each test method in the class. | |
28 | + super.tearDown() | |
29 | + } | |
30 | + | |
31 | + func testExample() { | |
32 | + // Use recording to get started writing UI tests. | |
33 | + // Use XCTAssert and related functions to verify your tests produce the correct results. | |
34 | + } | |
35 | + | |
36 | +} |
APNGExampleUITests/Info.plist
View file @
acc6c9f
... | ... | @@ -0,0 +1,24 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | +<plist version="1.0"> | |
4 | +<dict> | |
5 | + <key>CFBundleDevelopmentRegion</key> | |
6 | + <string>en</string> | |
7 | + <key>CFBundleExecutable</key> | |
8 | + <string>$(EXECUTABLE_NAME)</string> | |
9 | + <key>CFBundleIdentifier</key> | |
10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
11 | + <key>CFBundleInfoDictionaryVersion</key> | |
12 | + <string>6.0</string> | |
13 | + <key>CFBundleName</key> | |
14 | + <string>$(PRODUCT_NAME)</string> | |
15 | + <key>CFBundlePackageType</key> | |
16 | + <string>BNDL</string> | |
17 | + <key>CFBundleShortVersionString</key> | |
18 | + <string>1.0</string> | |
19 | + <key>CFBundleSignature</key> | |
20 | + <string>????</string> | |
21 | + <key>CFBundleVersion</key> | |
22 | + <string>1</string> | |
23 | +</dict> | |
24 | +</plist> |