|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + CA0F92881896BC2A0034DCB3 /* NSOrderedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = CA0F92871896BC2A0034DCB3 /* NSOrderedDictionary.m */; }; |
10 | 11 | CAC53486167D3EA900E66DFC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAC53485167D3EA900E66DFC /* UIKit.framework */; }; |
11 | 12 | CAC53488167D3EA900E66DFC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAC53487167D3EA900E66DFC /* Foundation.framework */; }; |
12 | 13 | CAC5348A167D3EA900E66DFC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAC53489167D3EA900E66DFC /* CoreGraphics.framework */; }; |
|
16 | 17 | CAC53498167D3EA900E66DFC /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CAC53497167D3EA900E66DFC /* Default.png */; }; |
17 | 18 | CAC5349A167D3EA900E66DFC /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CAC53499167D3EA900E66DFC /* Default@2x.png */; }; |
18 | 19 | CAC5349C167D3EA900E66DFC /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CAC5349B167D3EA900E66DFC /* Default-568h@2x.png */; }; |
19 | | - CAC534A4167D3ECB00E66DFC /* NSOrderedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC534A3167D3ECB00E66DFC /* NSOrderedDictionary.m */; }; |
20 | 20 | /* End PBXBuildFile section */ |
21 | 21 |
|
22 | 22 | /* Begin PBXFileReference section */ |
| 23 | + CA0F92861896BC2A0034DCB3 /* NSOrderedDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSOrderedDictionary.h; sourceTree = SOURCE_ROOT; }; |
| 24 | + CA0F92871896BC2A0034DCB3 /* NSOrderedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSOrderedDictionary.m; sourceTree = SOURCE_ROOT; }; |
23 | 25 | CAC53481167D3EA900E66DFC /* NSOrderedDictionary.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NSOrderedDictionary.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 26 | CAC53485167D3EA900E66DFC /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
25 | 27 | CAC53487167D3EA900E66DFC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
33 | 35 | CAC53497167D3EA900E66DFC /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; |
34 | 36 | CAC53499167D3EA900E66DFC /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; }; |
35 | 37 | CAC5349B167D3EA900E66DFC /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
36 | | - CAC534A2167D3ECB00E66DFC /* NSOrderedDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSOrderedDictionary.h; path = ../../NSOrderedDictionary.h; sourceTree = "<group>"; }; |
37 | | - CAC534A3167D3ECB00E66DFC /* NSOrderedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSOrderedDictionary.m; path = ../../NSOrderedDictionary.m; sourceTree = "<group>"; }; |
38 | 38 | /* End PBXFileReference section */ |
39 | 39 |
|
40 | 40 | /* Begin PBXFrameworksBuildPhase section */ |
|
83 | 83 | children = ( |
84 | 84 | CAC53494167D3EA900E66DFC /* AppDelegate.h */, |
85 | 85 | CAC53495167D3EA900E66DFC /* AppDelegate.m */, |
86 | | - CAC534A2167D3ECB00E66DFC /* NSOrderedDictionary.h */, |
87 | | - CAC534A3167D3ECB00E66DFC /* NSOrderedDictionary.m */, |
| 86 | + CA0F92861896BC2A0034DCB3 /* NSOrderedDictionary.h */, |
| 87 | + CA0F92871896BC2A0034DCB3 /* NSOrderedDictionary.m */, |
88 | 88 | CAC5348C167D3EA900E66DFC /* Supporting Files */, |
89 | 89 | ); |
90 | 90 | path = NSOrderedDictionary; |
|
170 | 170 | buildActionMask = 2147483647; |
171 | 171 | files = ( |
172 | 172 | CAC53492167D3EA900E66DFC /* main.m in Sources */, |
| 173 | + CA0F92881896BC2A0034DCB3 /* NSOrderedDictionary.m in Sources */, |
173 | 174 | CAC53496167D3EA900E66DFC /* AppDelegate.m in Sources */, |
174 | | - CAC534A4167D3ECB00E66DFC /* NSOrderedDictionary.m in Sources */, |
175 | 175 | ); |
176 | 176 | runOnlyForDeploymentPostprocessing = 0; |
177 | 177 | }; |
|
0 commit comments