|
48 | 48 | 4B7D4ED61B9559BF005C0598 /* filter_neon_intrinsics.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B7D4ED41B9559BF005C0598 /* filter_neon_intrinsics.c */; }; |
49 | 49 | 4B7D4ED71B9559BF005C0598 /* filter_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4B7D4ED51B9559BF005C0598 /* filter_neon.S */; }; |
50 | 50 | 4B7D4ED91B955CBF005C0598 /* arm_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B7D4ED81B955CBF005C0598 /* arm_init.c */; }; |
| 51 | + 4BA1EFA7231767BE00D6D06C /* malformed-size.apng in Resources */ = {isa = PBXBuildFile; fileRef = 4BA1EFA6231767BD00D6D06C /* malformed-size.apng */; }; |
| 52 | + 4BA1EFA8231767BE00D6D06C /* malformed-size.apng in Resources */ = {isa = PBXBuildFile; fileRef = 4BA1EFA6231767BD00D6D06C /* malformed-size.apng */; }; |
51 | 53 | 4BF022041B94442800F00CDE /* APNGImageViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF022031B94442800F00CDE /* APNGImageViewTests.swift */; }; |
52 | 54 | B25269641E8FD9840096A0A7 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B25269631E8FD9840096A0A7 /* libz.tbd */; }; |
53 | 55 | B25269661E8FDA090096A0A7 /* GCDTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B19504F1E6D21670047B7DE /* GCDTimer.swift */; }; |
|
185 | 187 | 4B7D4ED41B9559BF005C0598 /* filter_neon_intrinsics.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filter_neon_intrinsics.c; sourceTree = "<group>"; }; |
186 | 188 | 4B7D4ED51B9559BF005C0598 /* filter_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = filter_neon.S; sourceTree = "<group>"; }; |
187 | 189 | 4B7D4ED81B955CBF005C0598 /* arm_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arm_init.c; sourceTree = "<group>"; }; |
| 190 | + 4BA1EFA6231767BD00D6D06C /* malformed-size.apng */ = {isa = PBXFileReference; lastKnownFileType = file; name = "malformed-size.apng"; path = "TestImages/malformed-size.apng"; sourceTree = SOURCE_ROOT; }; |
188 | 191 | 4BF022031B94442800F00CDE /* APNGImageViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = APNGImageViewTests.swift; sourceTree = "<group>"; }; |
189 | 192 | B252695A1E8FD8EA0096A0A7 /* APNGKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = APNGKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
190 | 193 | B25269631E8FD9840096A0A7 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; }; |
|
371 | 374 | D1614E1C1B91EDD700050104 /* TestImages */ = { |
372 | 375 | isa = PBXGroup; |
373 | 376 | children = ( |
| 377 | + 4BA1EFA6231767BD00D6D06C /* malformed-size.apng */, |
374 | 378 | 4B5DF6831B99718C00C4D421 /* demo.png */, |
375 | 379 | D187FEE81B934F1B0013372D /* pyani.apng */, |
376 | 380 | D190199F1B93351300E16EDB /* elephant_apng.apng */, |
|
575 | 579 | developmentRegion = English; |
576 | 580 | hasScannedForEncodings = 0; |
577 | 581 | knownRegions = ( |
| 582 | + English, |
578 | 583 | en, |
579 | 584 | Base, |
580 | 585 | ); |
|
606 | 611 | buildActionMask = 2147483647; |
607 | 612 | files = ( |
608 | 613 | D1614E251B91EDE200050104 /* over_previous.apng in Resources */, |
| 614 | + 4BA1EFA7231767BE00D6D06C /* malformed-size.apng in Resources */, |
609 | 615 | D1614E331B91EE0000050104 /* minimalAPNG.apng in Resources */, |
610 | 616 | D19019A01B93351400E16EDB /* elephant_apng.apng in Resources */, |
611 | 617 | D1614E261B91EDE200050104 /* spinfox.apng in Resources */, |
|
630 | 636 | buildActionMask = 2147483647; |
631 | 637 | files = ( |
632 | 638 | B25310201E90AA3200A65CEA /* ball.apng in Resources */, |
| 639 | + 4BA1EFA8231767BE00D6D06C /* malformed-size.apng in Resources */, |
633 | 640 | B253101F1E90AA3200A65CEA /* minimalAPNG.apng in Resources */, |
634 | 641 | B253101D1E90AA3200A65CEA /* elephant_apng.apng in Resources */, |
635 | 642 | B25310231E90AA3200A65CEA /* over_previous.apng in Resources */, |
|
0 commit comments