|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + CA6976891898A400008B576C /* M13Checkbox.m in Sources */ = {isa = PBXBuildFile; fileRef = CA6976881898A400008B576C /* M13Checkbox.m */; }; |
10 | 11 | CAFF137A169139E8005B0C2B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAFF1379169139E8005B0C2B /* UIKit.framework */; }; |
11 | 12 | CAFF137C169139E8005B0C2B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAFF137B169139E8005B0C2B /* Foundation.framework */; }; |
12 | 13 | CAFF137E169139E8005B0C2B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAFF137D169139E8005B0C2B /* CoreGraphics.framework */; }; |
|
19 | 20 | CAFF1393169139E8005B0C2B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CAFF1392169139E8005B0C2B /* ViewController.m */; }; |
20 | 21 | CAFF1396169139E8005B0C2B /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CAFF1394169139E8005B0C2B /* ViewController_iPhone.xib */; }; |
21 | 22 | CAFF1399169139E8005B0C2B /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CAFF1397169139E8005B0C2B /* ViewController_iPad.xib */; }; |
22 | | - CAFF13A2169139F1005B0C2B /* M13Checkbox.m in Sources */ = {isa = PBXBuildFile; fileRef = CAFF13A1169139F1005B0C2B /* M13Checkbox.m */; }; |
23 | 23 | /* End PBXBuildFile section */ |
24 | 24 |
|
25 | 25 | /* Begin PBXFileReference section */ |
| 26 | + CA6976871898A400008B576C /* M13Checkbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = M13Checkbox.h; path = Classes/M13Checkbox.h; sourceTree = SOURCE_ROOT; }; |
| 27 | + CA6976881898A400008B576C /* M13Checkbox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = M13Checkbox.m; path = Classes/M13Checkbox.m; sourceTree = SOURCE_ROOT; }; |
26 | 28 | CAFF1375169139E8005B0C2B /* M13Checkbox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = M13Checkbox.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | 29 | CAFF1379169139E8005B0C2B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
28 | 30 | CAFF137B169139E8005B0C2B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
40 | 42 | CAFF1392169139E8005B0C2B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
41 | 43 | CAFF1395169139E8005B0C2B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; }; |
42 | 44 | CAFF1398169139E8005B0C2B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; }; |
43 | | - CAFF13A0169139F1005B0C2B /* M13Checkbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = M13Checkbox.h; sourceTree = "<group>"; }; |
44 | | - CAFF13A1169139F1005B0C2B /* M13Checkbox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = M13Checkbox.m; sourceTree = "<group>"; }; |
45 | 45 | /* End PBXFileReference section */ |
46 | 46 |
|
47 | 47 | /* Begin PBXFrameworksBuildPhase section */ |
|
117 | 117 | CAFF139F169139F1005B0C2B /* Classes */ = { |
118 | 118 | isa = PBXGroup; |
119 | 119 | children = ( |
120 | | - CAFF13A0169139F1005B0C2B /* M13Checkbox.h */, |
121 | | - CAFF13A1169139F1005B0C2B /* M13Checkbox.m */, |
| 120 | + CA6976871898A400008B576C /* M13Checkbox.h */, |
| 121 | + CA6976881898A400008B576C /* M13Checkbox.m */, |
122 | 122 | ); |
123 | 123 | name = Classes; |
124 | 124 | path = ../../Classes; |
|
191 | 191 | isa = PBXSourcesBuildPhase; |
192 | 192 | buildActionMask = 2147483647; |
193 | 193 | files = ( |
| 194 | + CA6976891898A400008B576C /* M13Checkbox.m in Sources */, |
194 | 195 | CAFF1386169139E8005B0C2B /* main.m in Sources */, |
195 | 196 | CAFF138A169139E8005B0C2B /* AppDelegate.m in Sources */, |
196 | 197 | CAFF1393169139E8005B0C2B /* ViewController.m in Sources */, |
197 | | - CAFF13A2169139F1005B0C2B /* M13Checkbox.m in Sources */, |
198 | 198 | ); |
199 | 199 | runOnlyForDeploymentPostprocessing = 0; |
200 | 200 | }; |
|
321 | 321 | CAFF139E169139E8005B0C2B /* Release */, |
322 | 322 | ); |
323 | 323 | defaultConfigurationIsVisible = 0; |
| 324 | + defaultConfigurationName = Release; |
324 | 325 | }; |
325 | 326 | /* End XCConfigurationList section */ |
326 | 327 | }; |
|
0 commit comments