|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 61D291FEE439B48B5FA450B4 /* Pods_PopupWithBlurBackgroundPresenterDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FF659CBF1246EFA9C8A5FA8 /* Pods_PopupWithBlurBackgroundPresenterDemo.framework */; }; |
11 | 10 | ACC0DE6F1E2A955000B72A23 /* PopupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0DE6E1E2A955000B72A23 /* PopupViewController.swift */; }; |
12 | 11 | ACCCB4F11E2A3E39006F63B5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACCCB4E61E2A3E39006F63B5 /* AppDelegate.swift */; }; |
13 | 12 | ACCCB4F21E2A3E39006F63B5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACCCB4E71E2A3E39006F63B5 /* Assets.xcassets */; }; |
14 | 13 | ACCCB4F31E2A3E39006F63B5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ACCCB4E81E2A3E39006F63B5 /* LaunchScreen.storyboard */; }; |
15 | 14 | ACCCB4F41E2A3E39006F63B5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ACCCB4EA1E2A3E39006F63B5 /* Main.storyboard */; }; |
16 | 15 | ACCCB4F51E2A3E39006F63B5 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ACCCB4EC1E2A3E39006F63B5 /* Info.plist */; }; |
17 | 16 | ACCCB4F81E2A3E39006F63B5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACCCB4F01E2A3E39006F63B5 /* ViewController.swift */; }; |
| 17 | + ACD6CBA41E2B6DA600FBB991 /* MIBlurPopup.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACD6CBA31E2B6DA600FBB991 /* MIBlurPopup.swift */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
21 | | - 0EC1DA707AFCA715CDBB878E /* Pods-PopupWithBlurBackgroundPresenterDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PopupWithBlurBackgroundPresenterDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PopupWithBlurBackgroundPresenterDemo/Pods-PopupWithBlurBackgroundPresenterDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
22 | | - 2759B3B3D4D666C096217773 /* Pods-PopupWithBlurBackgroundPresenterDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PopupWithBlurBackgroundPresenterDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-PopupWithBlurBackgroundPresenterDemo/Pods-PopupWithBlurBackgroundPresenterDemo.release.xcconfig"; sourceTree = "<group>"; }; |
23 | | - 9FF659CBF1246EFA9C8A5FA8 /* Pods_PopupWithBlurBackgroundPresenterDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PopupWithBlurBackgroundPresenterDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 21 | ACC0DE6E1E2A955000B72A23 /* PopupViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupViewController.swift; sourceTree = "<group>"; }; |
25 | 22 | ACCCB4BF1E2A1BD9006F63B5 /* MIBlurPopupDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MIBlurPopupDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 23 | ACCCB4E61E2A3E39006F63B5 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
29 | 26 | ACCCB4EB1E2A3E39006F63B5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
30 | 27 | ACCCB4EC1E2A3E39006F63B5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
31 | 28 | ACCCB4F01E2A3E39006F63B5 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 29 | + ACD6CBA31E2B6DA600FBB991 /* MIBlurPopup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MIBlurPopup.swift; sourceTree = "<group>"; }; |
32 | 30 | /* End PBXFileReference section */ |
33 | 31 |
|
34 | 32 | /* Begin PBXFrameworksBuildPhase section */ |
35 | 33 | ACCCB4BC1E2A1BD8006F63B5 /* Frameworks */ = { |
36 | 34 | isa = PBXFrameworksBuildPhase; |
37 | 35 | buildActionMask = 2147483647; |
38 | 36 | files = ( |
39 | | - 61D291FEE439B48B5FA450B4 /* Pods_PopupWithBlurBackgroundPresenterDemo.framework in Frameworks */, |
40 | 37 | ); |
41 | 38 | runOnlyForDeploymentPostprocessing = 0; |
42 | 39 | }; |
|
46 | 43 | 64BB32909BED86DEEAFE7864 /* Frameworks */ = { |
47 | 44 | isa = PBXGroup; |
48 | 45 | children = ( |
49 | | - 9FF659CBF1246EFA9C8A5FA8 /* Pods_PopupWithBlurBackgroundPresenterDemo.framework */, |
50 | 46 | ); |
51 | 47 | name = Frameworks; |
52 | 48 | sourceTree = "<group>"; |
53 | 49 | }; |
54 | | - 995991506E3CC4BE49893592 /* Pods */ = { |
55 | | - isa = PBXGroup; |
56 | | - children = ( |
57 | | - 0EC1DA707AFCA715CDBB878E /* Pods-PopupWithBlurBackgroundPresenterDemo.debug.xcconfig */, |
58 | | - 2759B3B3D4D666C096217773 /* Pods-PopupWithBlurBackgroundPresenterDemo.release.xcconfig */, |
59 | | - ); |
60 | | - name = Pods; |
61 | | - sourceTree = "<group>"; |
62 | | - }; |
63 | 50 | ACCCB4B61E2A1BD8006F63B5 = { |
64 | 51 | isa = PBXGroup; |
65 | 52 | children = ( |
| 53 | + ACD6CBA21E2B6DA600FBB991 /* MIBlurPopup */, |
66 | 54 | ACCCB4E51E2A3E39006F63B5 /* MIBlurPopupDemo */, |
67 | 55 | ACCCB4C01E2A1BD9006F63B5 /* Products */, |
68 | | - 995991506E3CC4BE49893592 /* Pods */, |
69 | 56 | 64BB32909BED86DEEAFE7864 /* Frameworks */, |
70 | 57 | ); |
71 | 58 | sourceTree = "<group>"; |
|
92 | 79 | path = MIBlurPopupDemo; |
93 | 80 | sourceTree = "<group>"; |
94 | 81 | }; |
| 82 | + ACD6CBA21E2B6DA600FBB991 /* MIBlurPopup */ = { |
| 83 | + isa = PBXGroup; |
| 84 | + children = ( |
| 85 | + ACD6CBA31E2B6DA600FBB991 /* MIBlurPopup.swift */, |
| 86 | + ); |
| 87 | + path = MIBlurPopup; |
| 88 | + sourceTree = "<group>"; |
| 89 | + }; |
95 | 90 | /* End PBXGroup section */ |
96 | 91 |
|
97 | 92 | /* Begin PBXNativeTarget section */ |
98 | 93 | ACCCB4BE1E2A1BD8006F63B5 /* PopupWithBlurBackgroundPresenterDemo */ = { |
99 | 94 | isa = PBXNativeTarget; |
100 | 95 | buildConfigurationList = ACCCB4D11E2A1BD9006F63B5 /* Build configuration list for PBXNativeTarget "PopupWithBlurBackgroundPresenterDemo" */; |
101 | 96 | buildPhases = ( |
102 | | - 3716AD89C4DB3EBAA0947BED /* [CP] Check Pods Manifest.lock */, |
103 | 97 | ACCCB4BB1E2A1BD8006F63B5 /* Sources */, |
104 | 98 | ACCCB4BC1E2A1BD8006F63B5 /* Frameworks */, |
105 | 99 | ACCCB4BD1E2A1BD8006F63B5 /* Resources */, |
106 | | - D8C23F4C6A5085B15F7042DC /* [CP] Embed Pods Frameworks */, |
107 | | - F908F2DBD85754E0D072C6F9 /* [CP] Copy Pods Resources */, |
108 | 100 | ); |
109 | 101 | buildRules = ( |
110 | 102 | ); |
|
163 | 155 | }; |
164 | 156 | /* End PBXResourcesBuildPhase section */ |
165 | 157 |
|
166 | | -/* Begin PBXShellScriptBuildPhase section */ |
167 | | - 3716AD89C4DB3EBAA0947BED /* [CP] Check Pods Manifest.lock */ = { |
168 | | - isa = PBXShellScriptBuildPhase; |
169 | | - buildActionMask = 2147483647; |
170 | | - files = ( |
171 | | - ); |
172 | | - inputPaths = ( |
173 | | - ); |
174 | | - name = "[CP] Check Pods Manifest.lock"; |
175 | | - outputPaths = ( |
176 | | - ); |
177 | | - runOnlyForDeploymentPostprocessing = 0; |
178 | | - shellPath = /bin/sh; |
179 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
180 | | - showEnvVarsInLog = 0; |
181 | | - }; |
182 | | - D8C23F4C6A5085B15F7042DC /* [CP] Embed Pods Frameworks */ = { |
183 | | - isa = PBXShellScriptBuildPhase; |
184 | | - buildActionMask = 2147483647; |
185 | | - files = ( |
186 | | - ); |
187 | | - inputPaths = ( |
188 | | - ); |
189 | | - name = "[CP] Embed Pods Frameworks"; |
190 | | - outputPaths = ( |
191 | | - ); |
192 | | - runOnlyForDeploymentPostprocessing = 0; |
193 | | - shellPath = /bin/sh; |
194 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PopupWithBlurBackgroundPresenterDemo/Pods-PopupWithBlurBackgroundPresenterDemo-frameworks.sh\"\n"; |
195 | | - showEnvVarsInLog = 0; |
196 | | - }; |
197 | | - F908F2DBD85754E0D072C6F9 /* [CP] Copy Pods Resources */ = { |
198 | | - isa = PBXShellScriptBuildPhase; |
199 | | - buildActionMask = 2147483647; |
200 | | - files = ( |
201 | | - ); |
202 | | - inputPaths = ( |
203 | | - ); |
204 | | - name = "[CP] Copy Pods Resources"; |
205 | | - outputPaths = ( |
206 | | - ); |
207 | | - runOnlyForDeploymentPostprocessing = 0; |
208 | | - shellPath = /bin/sh; |
209 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PopupWithBlurBackgroundPresenterDemo/Pods-PopupWithBlurBackgroundPresenterDemo-resources.sh\"\n"; |
210 | | - showEnvVarsInLog = 0; |
211 | | - }; |
212 | | -/* End PBXShellScriptBuildPhase section */ |
213 | | - |
214 | 158 | /* Begin PBXSourcesBuildPhase section */ |
215 | 159 | ACCCB4BB1E2A1BD8006F63B5 /* Sources */ = { |
216 | 160 | isa = PBXSourcesBuildPhase; |
|
219 | 163 | ACCCB4F81E2A3E39006F63B5 /* ViewController.swift in Sources */, |
220 | 164 | ACCCB4F11E2A3E39006F63B5 /* AppDelegate.swift in Sources */, |
221 | 165 | ACC0DE6F1E2A955000B72A23 /* PopupViewController.swift in Sources */, |
| 166 | + ACD6CBA41E2B6DA600FBB991 /* MIBlurPopup.swift in Sources */, |
222 | 167 | ); |
223 | 168 | runOnlyForDeploymentPostprocessing = 0; |
224 | 169 | }; |
|
337 | 282 | }; |
338 | 283 | ACCCB4D21E2A1BD9006F63B5 /* Debug */ = { |
339 | 284 | isa = XCBuildConfiguration; |
340 | | - baseConfigurationReference = 0EC1DA707AFCA715CDBB878E /* Pods-PopupWithBlurBackgroundPresenterDemo.debug.xcconfig */; |
341 | 285 | buildSettings = { |
342 | 286 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
343 | 287 | INFOPLIST_FILE = MIBlurPopupDemo/Info.plist; |
|
350 | 294 | }; |
351 | 295 | ACCCB4D31E2A1BD9006F63B5 /* Release */ = { |
352 | 296 | isa = XCBuildConfiguration; |
353 | | - baseConfigurationReference = 2759B3B3D4D666C096217773 /* Pods-PopupWithBlurBackgroundPresenterDemo.release.xcconfig */; |
354 | 297 | buildSettings = { |
355 | 298 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
356 | 299 | INFOPLIST_FILE = MIBlurPopupDemo/Info.plist; |
|
0 commit comments