|
16 | 16 |
|
17 | 17 | /* Begin PBXFileReference section */ |
18 | 18 | 2DBAEE96397BB913350C4530 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
19 | | - AC3C4A5E1A11F47200143C57 /* CollectionViewSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CollectionViewSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 19 | + AC3C4A5E1A11F47200143C57 /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 20 | AC3C4A621A11F47200143C57 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
21 | 21 | AC3C4A631A11F47200143C57 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
22 | 22 | AC3C4A651A11F47200143C57 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
|
52 | 52 | AC3C4A551A11F47200143C57 = { |
53 | 53 | isa = PBXGroup; |
54 | 54 | children = ( |
55 | | - AC3C4A601A11F47200143C57 /* CollectionViewSample */, |
| 55 | + AC3C4A601A11F47200143C57 /* Sample */, |
56 | 56 | AC3C4A5F1A11F47200143C57 /* Products */, |
57 | 57 | 90A2B9C5397C46134C8A793B /* Pods */, |
58 | 58 | D6E38FF0CB18E3F55CF06437 /* Frameworks */, |
|
62 | 62 | AC3C4A5F1A11F47200143C57 /* Products */ = { |
63 | 63 | isa = PBXGroup; |
64 | 64 | children = ( |
65 | | - AC3C4A5E1A11F47200143C57 /* CollectionViewSample.app */, |
| 65 | + AC3C4A5E1A11F47200143C57 /* Sample.app */, |
66 | 66 | ); |
67 | 67 | name = Products; |
68 | 68 | sourceTree = "<group>"; |
69 | 69 | }; |
70 | | - AC3C4A601A11F47200143C57 /* CollectionViewSample */ = { |
| 70 | + AC3C4A601A11F47200143C57 /* Sample */ = { |
71 | 71 | isa = PBXGroup; |
72 | 72 | children = ( |
73 | 73 | AC3C4A651A11F47200143C57 /* AppDelegate.h */, |
|
77 | 77 | AC3C4A8D1A11F80C00143C57 /* Images.xcassets */, |
78 | 78 | AC3C4A611A11F47200143C57 /* Supporting Files */, |
79 | 79 | ); |
80 | | - path = CollectionViewSample; |
| 80 | + path = Sample; |
81 | 81 | sourceTree = "<group>"; |
82 | 82 | }; |
83 | 83 | AC3C4A611A11F47200143C57 /* Supporting Files */ = { |
|
100 | 100 | /* End PBXGroup section */ |
101 | 101 |
|
102 | 102 | /* Begin PBXNativeTarget section */ |
103 | | - AC3C4A5D1A11F47200143C57 /* CollectionViewSample */ = { |
| 103 | + AC3C4A5D1A11F47200143C57 /* Sample */ = { |
104 | 104 | isa = PBXNativeTarget; |
105 | | - buildConfigurationList = AC3C4A811A11F47200143C57 /* Build configuration list for PBXNativeTarget "CollectionViewSample" */; |
| 105 | + buildConfigurationList = AC3C4A811A11F47200143C57 /* Build configuration list for PBXNativeTarget "Sample" */; |
106 | 106 | buildPhases = ( |
107 | 107 | F868CFBB21824CC9521B6588 /* Check Pods Manifest.lock */, |
108 | 108 | AC3C4A5A1A11F47200143C57 /* Sources */, |
|
114 | 114 | ); |
115 | 115 | dependencies = ( |
116 | 116 | ); |
117 | | - name = CollectionViewSample; |
118 | | - productName = CollectionViewSample; |
119 | | - productReference = AC3C4A5E1A11F47200143C57 /* CollectionViewSample.app */; |
| 117 | + name = Sample; |
| 118 | + productName = Sample; |
| 119 | + productReference = AC3C4A5E1A11F47200143C57 /* Sample.app */; |
120 | 120 | productType = "com.apple.product-type.application"; |
121 | 121 | }; |
122 | 122 | /* End PBXNativeTarget section */ |
|
133 | 133 | }; |
134 | 134 | }; |
135 | 135 | }; |
136 | | - buildConfigurationList = AC3C4A591A11F47200143C57 /* Build configuration list for PBXProject "CollectionViewSample" */; |
| 136 | + buildConfigurationList = AC3C4A591A11F47200143C57 /* Build configuration list for PBXProject "Sample" */; |
137 | 137 | compatibilityVersion = "Xcode 3.2"; |
138 | 138 | developmentRegion = English; |
139 | 139 | hasScannedForEncodings = 0; |
|
146 | 146 | projectDirPath = ""; |
147 | 147 | projectRoot = ""; |
148 | 148 | targets = ( |
149 | | - AC3C4A5D1A11F47200143C57 /* CollectionViewSample */, |
| 149 | + AC3C4A5D1A11F47200143C57 /* Sample */, |
150 | 150 | ); |
151 | 151 | }; |
152 | 152 | /* End PBXProject section */ |
|
292 | 292 | baseConfigurationReference = 2DBAEE96397BB913350C4530 /* Pods.debug.xcconfig */; |
293 | 293 | buildSettings = { |
294 | 294 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
295 | | - INFOPLIST_FILE = CollectionViewSample/Info.plist; |
| 295 | + INFOPLIST_FILE = Sample/Info.plist; |
296 | 296 | IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
297 | 297 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
298 | 298 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
305 | 305 | baseConfigurationReference = CD1ABB23007FEDB31D8C1978 /* Pods.release.xcconfig */; |
306 | 306 | buildSettings = { |
307 | 307 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
308 | | - INFOPLIST_FILE = CollectionViewSample/Info.plist; |
| 308 | + INFOPLIST_FILE = Sample/Info.plist; |
309 | 309 | IPHONEOS_DEPLOYMENT_TARGET = 8.1; |
310 | 310 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
311 | 311 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
316 | 316 | /* End XCBuildConfiguration section */ |
317 | 317 |
|
318 | 318 | /* Begin XCConfigurationList section */ |
319 | | - AC3C4A591A11F47200143C57 /* Build configuration list for PBXProject "CollectionViewSample" */ = { |
| 319 | + AC3C4A591A11F47200143C57 /* Build configuration list for PBXProject "Sample" */ = { |
320 | 320 | isa = XCConfigurationList; |
321 | 321 | buildConfigurations = ( |
322 | 322 | AC3C4A7F1A11F47200143C57 /* Debug */, |
|
325 | 325 | defaultConfigurationIsVisible = 0; |
326 | 326 | defaultConfigurationName = Release; |
327 | 327 | }; |
328 | | - AC3C4A811A11F47200143C57 /* Build configuration list for PBXNativeTarget "CollectionViewSample" */ = { |
| 328 | + AC3C4A811A11F47200143C57 /* Build configuration list for PBXNativeTarget "Sample" */ = { |
329 | 329 | isa = XCConfigurationList; |
330 | 330 | buildConfigurations = ( |
331 | 331 | AC3C4A821A11F47200143C57 /* Debug */, |
|
0 commit comments