|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + D77AE4BC1511E935007DB396 /* ARPagingTablePageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D77AE4B61511E935007DB396 /* ARPagingTablePageControl.m */; }; |
| 11 | + D77AE4BD1511E935007DB396 /* ARPagingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = D77AE4B71511E935007DB396 /* ARPagingTableView.m */; }; |
| 12 | + D77AE4BE1511E935007DB396 /* ARPagingTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D77AE4B81511E935007DB396 /* ARPagingTableViewController.m */; }; |
| 13 | + D77AE4C01511EA5A007DB396 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D77AE4BF1511EA5A007DB396 /* main.m */; }; |
10 | 14 | D7E0D561150FC32D00DFC6C8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7E0D560150FC32D00DFC6C8 /* UIKit.framework */; };
|
11 | 15 | D7E0D563150FC32D00DFC6C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7E0D562150FC32D00DFC6C8 /* Foundation.framework */; };
|
12 | 16 | D7E0D565150FC32D00DFC6C8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7E0D564150FC32D00DFC6C8 /* CoreGraphics.framework */; };
|
13 | 17 | D7E0D56B150FC32D00DFC6C8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D7E0D569150FC32D00DFC6C8 /* InfoPlist.strings */; };
|
14 |
| - D7E0D56D150FC32D00DFC6C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D7E0D56C150FC32D00DFC6C8 /* main.m */; }; |
15 |
| - D7E0D571150FC32D00DFC6C8 /* ARAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D7E0D570150FC32D00DFC6C8 /* ARAppDelegate.m */; }; |
16 | 18 | /* End PBXBuildFile section */
|
17 | 19 |
|
18 | 20 | /* Begin PBXFileReference section */
|
| 21 | + D77AE4B61511E935007DB396 /* ARPagingTablePageControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ARPagingTablePageControl.m; path = Classes/ARPagingTablePageControl.m; sourceTree = SOURCE_ROOT; }; |
| 22 | + D77AE4B71511E935007DB396 /* ARPagingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ARPagingTableView.m; path = Classes/ARPagingTableView.m; sourceTree = SOURCE_ROOT; }; |
| 23 | + D77AE4B81511E935007DB396 /* ARPagingTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ARPagingTableViewController.m; path = Classes/ARPagingTableViewController.m; sourceTree = SOURCE_ROOT; }; |
| 24 | + D77AE4B91511E935007DB396 /* ARPagingTablePageControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ARPagingTablePageControl.h; path = Classes/ARPagingTablePageControl.h; sourceTree = SOURCE_ROOT; }; |
| 25 | + D77AE4BA1511E935007DB396 /* ARPagingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ARPagingTableView.h; path = Classes/ARPagingTableView.h; sourceTree = SOURCE_ROOT; }; |
| 26 | + D77AE4BB1511E935007DB396 /* ARPagingTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ARPagingTableViewController.h; path = Classes/ARPagingTableViewController.h; sourceTree = SOURCE_ROOT; }; |
| 27 | + D77AE4BF1511EA5A007DB396 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
19 | 28 | D7E0D55C150FC32D00DFC6C8 /* ARTableViewPager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARTableViewPager.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
20 | 29 | D7E0D560150FC32D00DFC6C8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
21 | 30 | D7E0D562150FC32D00DFC6C8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
22 | 31 | D7E0D564150FC32D00DFC6C8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
23 |
| - D7E0D568150FC32D00DFC6C8 /* ARTableViewPager-Info.plist */ = {isa = PBXFileReference; path = "ARTableViewPager-Info.plist"; sourceTree = "<group>"; }; |
| 32 | + D7E0D568150FC32D00DFC6C8 /* ARTableViewPager-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ARTableViewPager-Info.plist"; sourceTree = "<group>"; }; |
24 | 33 | D7E0D56A150FC32D00DFC6C8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
25 |
| - D7E0D56C150FC32D00DFC6C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
26 |
| - D7E0D56E150FC32D00DFC6C8 /* ARTableViewPager-Prefix.pch */ = {isa = PBXFileReference; path = "ARTableViewPager-Prefix.pch"; sourceTree = "<group>"; }; |
27 |
| - D7E0D56F150FC32D00DFC6C8 /* ARAppDelegate.h */ = {isa = PBXFileReference; path = ARAppDelegate.h; sourceTree = "<group>"; }; |
28 |
| - D7E0D570150FC32D00DFC6C8 /* ARAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ARAppDelegate.m; sourceTree = "<group>"; }; |
| 34 | + D7E0D56E150FC32D00DFC6C8 /* ARTableViewPager-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ARTableViewPager-Prefix.pch"; sourceTree = "<group>"; }; |
29 | 35 | /* End PBXFileReference section */
|
30 | 36 |
|
31 | 37 | /* Begin PBXFrameworksBuildPhase section */
|
|
46 | 52 | isa = PBXGroup;
|
47 | 53 | children = (
|
48 | 54 | D7E0D566150FC32D00DFC6C8 /* ARTableViewPager */,
|
| 55 | + D7E0D567150FC32D00DFC6C8 /* Supporting Files */, |
49 | 56 | D7E0D55F150FC32D00DFC6C8 /* Frameworks */,
|
50 | 57 | D7E0D55D150FC32D00DFC6C8 /* Products */,
|
51 | 58 | );
|
|
72 | 79 | D7E0D566150FC32D00DFC6C8 /* ARTableViewPager */ = {
|
73 | 80 | isa = PBXGroup;
|
74 | 81 | children = (
|
75 |
| - D7E0D56F150FC32D00DFC6C8 /* ARAppDelegate.h */, |
76 |
| - D7E0D570150FC32D00DFC6C8 /* ARAppDelegate.m */, |
77 |
| - D7E0D567150FC32D00DFC6C8 /* Supporting Files */, |
| 82 | + D77AE4B91511E935007DB396 /* ARPagingTablePageControl.h */, |
| 83 | + D77AE4B61511E935007DB396 /* ARPagingTablePageControl.m */, |
| 84 | + D77AE4BA1511E935007DB396 /* ARPagingTableView.h */, |
| 85 | + D77AE4B71511E935007DB396 /* ARPagingTableView.m */, |
| 86 | + D77AE4BB1511E935007DB396 /* ARPagingTableViewController.h */, |
| 87 | + D77AE4B81511E935007DB396 /* ARPagingTableViewController.m */, |
78 | 88 | );
|
79 | 89 | path = ARTableViewPager;
|
80 | 90 | sourceTree = "<group>";
|
81 | 91 | };
|
82 | 92 | D7E0D567150FC32D00DFC6C8 /* Supporting Files */ = {
|
83 | 93 | isa = PBXGroup;
|
84 | 94 | children = (
|
| 95 | + D77AE4BF1511EA5A007DB396 /* main.m */, |
85 | 96 | D7E0D568150FC32D00DFC6C8 /* ARTableViewPager-Info.plist */,
|
86 | 97 | D7E0D569150FC32D00DFC6C8 /* InfoPlist.strings */,
|
87 |
| - D7E0D56C150FC32D00DFC6C8 /* main.m */, |
88 | 98 | D7E0D56E150FC32D00DFC6C8 /* ARTableViewPager-Prefix.pch */,
|
89 | 99 | );
|
90 | 100 | name = "Supporting Files";
|
| 101 | + path = ARTableViewPager; |
91 | 102 | sourceTree = "<group>";
|
92 | 103 | };
|
93 | 104 | /* End PBXGroup section */
|
|
152 | 163 | isa = PBXSourcesBuildPhase;
|
153 | 164 | buildActionMask = 2147483647;
|
154 | 165 | files = (
|
155 |
| - D7E0D56D150FC32D00DFC6C8 /* main.m in Sources */, |
156 |
| - D7E0D571150FC32D00DFC6C8 /* ARAppDelegate.m in Sources */, |
| 166 | + D77AE4BC1511E935007DB396 /* ARPagingTablePageControl.m in Sources */, |
| 167 | + D77AE4BD1511E935007DB396 /* ARPagingTableView.m in Sources */, |
| 168 | + D77AE4BE1511E935007DB396 /* ARPagingTableViewController.m in Sources */, |
| 169 | + D77AE4C01511EA5A007DB396 /* main.m in Sources */, |
157 | 170 | );
|
158 | 171 | runOnlyForDeploymentPostprocessing = 0;
|
159 | 172 | };
|
|
257 | 270 | D7E0D576150FC32D00DFC6C8 /* Release */,
|
258 | 271 | );
|
259 | 272 | defaultConfigurationIsVisible = 0;
|
| 273 | + defaultConfigurationName = Release; |
260 | 274 | };
|
261 | 275 | /* End XCConfigurationList section */
|
262 | 276 | };
|
|
0 commit comments