|
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
19 | | - 04A0643B4B1FD2845CC52587 /* Pods-APIKitExt_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
20 | 19 | 06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
21 | 20 | 4ED79E5282E370AE85C92245 /* Pods-APIKitExt_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example.release.xcconfig"; sourceTree = "<group>"; }; |
22 | 21 | 607FACD01AFB9204008FA782 /* APIKitExt_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = APIKitExt_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
26 | 25 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
27 | 26 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
28 | 27 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
29 | | - 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
30 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
31 | | - 71290121E9D27C33A61E770F /* Pods-APIKitExt_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
32 | 28 | 81D83B10964604D9E4BAB7C4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
33 | 29 | A5EF206D927F04BE6F7BDB0D /* APIKitExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = APIKitExt.podspec; path = ../APIKitExt.podspec; sourceTree = "<group>"; }; |
34 | | - A8A26930F936FFE51EF59D7B /* Pods_APIKitExt_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_APIKitExt_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 30 | C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_APIKitExt_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 31 | E8CD31ACDF6C49A1F5EF399C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
37 | 32 | /* End PBXFileReference section */ |
|
53 | 48 | children = ( |
54 | 49 | 607FACF51AFB993E008FA782 /* Podspec Metadata */, |
55 | 50 | 607FACD21AFB9204008FA782 /* Example for APIKitExt */, |
56 | | - 607FACE81AFB9204008FA782 /* Tests */, |
57 | 51 | 607FACD11AFB9204008FA782 /* Products */, |
58 | 52 | E00343CF68F09F5E0B254AEC /* Pods */, |
59 | 53 | F27AB2C6056EA53D0C9CA9CC /* Frameworks */, |
|
90 | 84 | name = "Supporting Files"; |
91 | 85 | sourceTree = "<group>"; |
92 | 86 | }; |
93 | | - 607FACE81AFB9204008FA782 /* Tests */ = { |
94 | | - isa = PBXGroup; |
95 | | - children = ( |
96 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */, |
97 | | - 607FACE91AFB9204008FA782 /* Supporting Files */, |
98 | | - ); |
99 | | - path = Tests; |
100 | | - sourceTree = "<group>"; |
101 | | - }; |
102 | | - 607FACE91AFB9204008FA782 /* Supporting Files */ = { |
103 | | - isa = PBXGroup; |
104 | | - children = ( |
105 | | - 607FACEA1AFB9204008FA782 /* Info.plist */, |
106 | | - ); |
107 | | - name = "Supporting Files"; |
108 | | - sourceTree = "<group>"; |
109 | | - }; |
110 | 87 | 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { |
111 | 88 | isa = PBXGroup; |
112 | 89 | children = ( |
|
122 | 99 | children = ( |
123 | 100 | 06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */, |
124 | 101 | 4ED79E5282E370AE85C92245 /* Pods-APIKitExt_Example.release.xcconfig */, |
125 | | - 04A0643B4B1FD2845CC52587 /* Pods-APIKitExt_Tests.debug.xcconfig */, |
126 | | - 71290121E9D27C33A61E770F /* Pods-APIKitExt_Tests.release.xcconfig */, |
127 | 102 | ); |
128 | 103 | name = Pods; |
129 | 104 | sourceTree = "<group>"; |
|
132 | 107 | isa = PBXGroup; |
133 | 108 | children = ( |
134 | 109 | C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */, |
135 | | - A8A26930F936FFE51EF59D7B /* Pods_APIKitExt_Tests.framework */, |
136 | 110 | ); |
137 | 111 | name = Frameworks; |
138 | 112 | sourceTree = "<group>"; |
|
0 commit comments