|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + B206EB0D21D69F1E00F39BD3 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B206EB0C21D69F1E00F39BD3 /* UIView.swift */; }; |
10 | 11 | B2C6870F21C191F2000031AB /* SimplePagedViewFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2C6870521C191F2000031AB /* SimplePagedViewFramework.framework */; }; |
11 | 12 | B2C6871421C191F2000031AB /* SimplePagedViewFrameworkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6871321C191F2000031AB /* SimplePagedViewFrameworkTests.swift */; }; |
12 | 13 | B2C6872821C19218000031AB /* NSLayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872021C19217000031AB /* NSLayoutConstraint.swift */; }; |
13 | 14 | B2C6872921C19218000031AB /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872121C19217000031AB /* UIImage.swift */; }; |
14 | | - B2C6872B21C19218000031AB /* ExternallyInteractiveUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872421C19217000031AB /* ExternallyInteractiveUIView.swift */; }; |
15 | 15 | B2C6872C21C19218000031AB /* SimplePagedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872521C19218000031AB /* SimplePagedView.swift */; }; |
16 | 16 | B2C6873121C1AE10000031AB /* UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6873021C1AE10000031AB /* UIViewController.swift */; }; |
17 | 17 | B2C6898421C342D5000031AB /* PageDotsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6898321C342D5000031AB /* PageDotsView.swift */; }; |
|
37 | 37 | /* End PBXContainerItemProxy section */ |
38 | 38 |
|
39 | 39 | /* Begin PBXFileReference section */ |
| 40 | + B206EB0C21D69F1E00F39BD3 /* UIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; }; |
40 | 41 | B2C6870521C191F2000031AB /* SimplePagedViewFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SimplePagedViewFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 42 | B2C6870921C191F2000031AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
42 | 43 | B2C6870E21C191F2000031AB /* SimplePagedViewFrameworkTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimplePagedViewFrameworkTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
43 | 44 | B2C6871321C191F2000031AB /* SimplePagedViewFrameworkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePagedViewFrameworkTests.swift; sourceTree = "<group>"; }; |
44 | 45 | B2C6871521C191F2000031AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
45 | 46 | B2C6872021C19217000031AB /* NSLayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSLayoutConstraint.swift; sourceTree = "<group>"; }; |
46 | 47 | B2C6872121C19217000031AB /* UIImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImage.swift; sourceTree = "<group>"; }; |
47 | | - B2C6872421C19217000031AB /* ExternallyInteractiveUIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExternallyInteractiveUIView.swift; sourceTree = "<group>"; }; |
48 | 48 | B2C6872521C19218000031AB /* SimplePagedView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SimplePagedView.swift; sourceTree = "<group>"; }; |
49 | 49 | B2C6873021C1AE10000031AB /* UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIViewController.swift; sourceTree = "<group>"; }; |
50 | 50 | B2C6898321C342D5000031AB /* PageDotsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageDotsView.swift; sourceTree = "<group>"; }; |
|
117 | 117 | B2C6872021C19217000031AB /* NSLayoutConstraint.swift */, |
118 | 118 | B2C6872121C19217000031AB /* UIImage.swift */, |
119 | 119 | B2C6873021C1AE10000031AB /* UIViewController.swift */, |
| 120 | + B206EB0C21D69F1E00F39BD3 /* UIView.swift */, |
120 | 121 | ); |
121 | 122 | path = Extensions; |
122 | 123 | sourceTree = "<group>"; |
123 | 124 | }; |
124 | | - B2C6872321C19217000031AB /* Helpers */ = { |
125 | | - isa = PBXGroup; |
126 | | - children = ( |
127 | | - B2C6872421C19217000031AB /* ExternallyInteractiveUIView.swift */, |
128 | | - ); |
129 | | - path = Helpers; |
130 | | - sourceTree = "<group>"; |
131 | | - }; |
132 | 125 | B2C6872F21C1A8C8000031AB /* Source */ = { |
133 | 126 | isa = PBXGroup; |
134 | 127 | children = ( |
135 | 128 | B2C6898521C9805B000031AB /* Errors */, |
136 | 129 | B2C6872521C19218000031AB /* SimplePagedView.swift */, |
137 | 130 | B2C6898221C342B6000031AB /* Views */, |
138 | | - B2C6872321C19217000031AB /* Helpers */, |
139 | 131 | B2C6871F21C19217000031AB /* Extensions */, |
140 | 132 | ); |
141 | 133 | path = Source; |
|
298 | 290 | isa = PBXSourcesBuildPhase; |
299 | 291 | buildActionMask = 2147483647; |
300 | 292 | files = ( |
| 293 | + B206EB0D21D69F1E00F39BD3 /* UIView.swift in Sources */, |
301 | 294 | B2C6898721C9806F000031AB /* DotsError.swift in Sources */, |
302 | 295 | B2C6872821C19218000031AB /* NSLayoutConstraint.swift in Sources */, |
303 | 296 | B2C689B221CA12E0000031AB /* DotView.swift in Sources */, |
304 | 297 | B2C6898421C342D5000031AB /* PageDotsView.swift in Sources */, |
305 | | - B2C6872B21C19218000031AB /* ExternallyInteractiveUIView.swift in Sources */, |
306 | 298 | B2C6872C21C19218000031AB /* SimplePagedView.swift in Sources */, |
307 | 299 | B2C6872921C19218000031AB /* UIImage.swift in Sources */, |
308 | 300 | B2C6873121C1AE10000031AB /* UIViewController.swift in Sources */, |
|
0 commit comments