|
11 | 11 | 72879CC819BD1F3B0015F977 /* GeometryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CC719BD1F3B0015F977 /* GeometryTests.swift */; }; |
12 | 12 | 72879CD219BD1F480015F977 /* UIView+Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CD119BD1F480015F977 /* UIView+Geometry.swift */; }; |
13 | 13 | 72879CD319BD222E0015F977 /* UIView+Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CD119BD1F480015F977 /* UIView+Geometry.swift */; }; |
| 14 | + 72A3F8171B818AFD003A946C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A3F8161B818AFD003A946C /* Foundation.framework */; }; |
| 15 | + 72A3F8191B818B02003A946C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A3F8181B818B02003A946C /* UIKit.framework */; }; |
14 | 16 | /* End PBXBuildFile section */ |
15 | 17 |
|
16 | 18 | /* Begin PBXFileReference section */ |
|
21 | 23 | 72879CC619BD1F3B0015F977 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
22 | 24 | 72879CC719BD1F3B0015F977 /* GeometryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryTests.swift; sourceTree = "<group>"; }; |
23 | 25 | 72879CD119BD1F480015F977 /* UIView+Geometry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Geometry.swift"; sourceTree = "<group>"; }; |
| 26 | + 72A3F8161B818AFD003A946C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 27 | + 72A3F8181B818B02003A946C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
24 | 28 | /* End PBXFileReference section */ |
25 | 29 |
|
26 | 30 | /* Begin PBXFrameworksBuildPhase section */ |
27 | 31 | 72879CB419BD1F3A0015F977 /* Frameworks */ = { |
28 | 32 | isa = PBXFrameworksBuildPhase; |
29 | 33 | buildActionMask = 2147483647; |
30 | 34 | files = ( |
| 35 | + 72A3F8191B818B02003A946C /* UIKit.framework in Frameworks */, |
| 36 | + 72A3F8171B818AFD003A946C /* Foundation.framework in Frameworks */, |
31 | 37 | ); |
32 | 38 | runOnlyForDeploymentPostprocessing = 0; |
33 | 39 | }; |
|
44 | 50 | 72879CAE19BD1F3A0015F977 = { |
45 | 51 | isa = PBXGroup; |
46 | 52 | children = ( |
| 53 | + 72A3F8181B818B02003A946C /* UIKit.framework */, |
| 54 | + 72A3F8161B818AFD003A946C /* Foundation.framework */, |
47 | 55 | 72879CBA19BD1F3B0015F977 /* Geometry */, |
48 | 56 | 72879CC419BD1F3B0015F977 /* GeometryTests */, |
49 | 57 | 72879CB919BD1F3B0015F977 /* Products */, |
|
0 commit comments