|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 29295C851F3C682D004C7D3A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29295C841F3C682D004C7D3A /* AppDelegate.swift */; };
|
11 |
| - 29295C871F3C682D004C7D3A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29295C861F3C682D004C7D3A /* ViewController.swift */; }; |
12 |
| - 29295C8A1F3C682D004C7D3A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29295C881F3C682D004C7D3A /* Main.storyboard */; }; |
13 | 11 | 29295C8C1F3C682D004C7D3A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29295C8B1F3C682D004C7D3A /* Assets.xcassets */; };
|
14 |
| - 29295C8F1F3C682D004C7D3A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29295C8D1F3C682D004C7D3A /* LaunchScreen.storyboard */; }; |
| 12 | + 29295C9A1F3C850A004C7D3A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29295C981F3C850A004C7D3A /* LaunchScreen.storyboard */; }; |
| 13 | + 29295C9B1F3C850A004C7D3A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29295C991F3C850A004C7D3A /* Main.storyboard */; }; |
| 14 | + 29295C9E1F3C8611004C7D3A /* ABWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29295C9C1F3C8611004C7D3A /* ABWebViewController.swift */; }; |
| 15 | + 29295C9F1F3C8611004C7D3A /* ABWebViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 29295C9D1F3C8611004C7D3A /* ABWebViewController.xib */; }; |
| 16 | + 29295CA11F3CA2CF004C7D3A /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29295CA01F3CA2CF004C7D3A /* MainViewController.swift */; }; |
| 17 | + 29295CA51F3CB71F004C7D3A /* ABWebView.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 29295CA21F3CB71F004C7D3A /* ABWebView.podspec */; }; |
| 18 | + 29295CA61F3CB71F004C7D3A /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 29295CA31F3CB71F004C7D3A /* LICENSE */; }; |
| 19 | + 29295CA71F3CB71F004C7D3A /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 29295CA41F3CB71F004C7D3A /* README.md */; }; |
15 | 20 | /* End PBXBuildFile section */
|
16 | 21 |
|
17 | 22 | /* Begin PBXFileReference section */
|
18 | 23 | 29295C811F3C682D004C7D3A /* ABWebView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ABWebView.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 24 | 29295C841F3C682D004C7D3A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
20 |
| - 29295C861F3C682D004C7D3A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
21 |
| - 29295C891F3C682D004C7D3A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
22 | 25 | 29295C8B1F3C682D004C7D3A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
23 |
| - 29295C8E1F3C682D004C7D3A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
24 | 26 | 29295C901F3C682D004C7D3A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 27 | + 29295C981F3C850A004C7D3A /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 28 | + 29295C991F3C850A004C7D3A /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
| 29 | + 29295C9C1F3C8611004C7D3A /* ABWebViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ABWebViewController.swift; sourceTree = "<group>"; }; |
| 30 | + 29295C9D1F3C8611004C7D3A /* ABWebViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ABWebViewController.xib; sourceTree = "<group>"; }; |
| 31 | + 29295CA01F3CA2CF004C7D3A /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; }; |
| 32 | + 29295CA21F3CB71F004C7D3A /* ABWebView.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ABWebView.podspec; sourceTree = "<group>"; }; |
| 33 | + 29295CA31F3CB71F004C7D3A /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
| 34 | + 29295CA41F3CB71F004C7D3A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
25 | 35 | /* End PBXFileReference section */
|
26 | 36 |
|
27 | 37 | /* Begin PBXFrameworksBuildPhase section */
|
|
38 | 48 | 29295C781F3C682D004C7D3A = {
|
39 | 49 | isa = PBXGroup;
|
40 | 50 | children = (
|
| 51 | + 29295CA21F3CB71F004C7D3A /* ABWebView.podspec */, |
| 52 | + 29295CA31F3CB71F004C7D3A /* LICENSE */, |
| 53 | + 29295CA41F3CB71F004C7D3A /* README.md */, |
41 | 54 | 29295C831F3C682D004C7D3A /* ABWebView */,
|
42 | 55 | 29295C821F3C682D004C7D3A /* Products */,
|
43 | 56 | );
|
|
52 | 65 | sourceTree = "<group>";
|
53 | 66 | };
|
54 | 67 | 29295C831F3C682D004C7D3A /* ABWebView */ = {
|
| 68 | + isa = PBXGroup; |
| 69 | + children = ( |
| 70 | + 29295C971F3C68FA004C7D3A /* Source */, |
| 71 | + 29295C961F3C68A5004C7D3A /* Example */, |
| 72 | + ); |
| 73 | + path = ABWebView; |
| 74 | + sourceTree = "<group>"; |
| 75 | + }; |
| 76 | + 29295C961F3C68A5004C7D3A /* Example */ = { |
55 | 77 | isa = PBXGroup;
|
56 | 78 | children = (
|
57 | 79 | 29295C841F3C682D004C7D3A /* AppDelegate.swift */,
|
58 |
| - 29295C861F3C682D004C7D3A /* ViewController.swift */, |
59 |
| - 29295C881F3C682D004C7D3A /* Main.storyboard */, |
| 80 | + 29295CA01F3CA2CF004C7D3A /* MainViewController.swift */, |
| 81 | + 29295C981F3C850A004C7D3A /* LaunchScreen.storyboard */, |
| 82 | + 29295C991F3C850A004C7D3A /* Main.storyboard */, |
60 | 83 | 29295C8B1F3C682D004C7D3A /* Assets.xcassets */,
|
61 |
| - 29295C8D1F3C682D004C7D3A /* LaunchScreen.storyboard */, |
62 | 84 | 29295C901F3C682D004C7D3A /* Info.plist */,
|
63 | 85 | );
|
64 |
| - path = ABWebView; |
| 86 | + path = Example; |
| 87 | + sourceTree = "<group>"; |
| 88 | + }; |
| 89 | + 29295C971F3C68FA004C7D3A /* Source */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + 29295C9C1F3C8611004C7D3A /* ABWebViewController.swift */, |
| 93 | + 29295C9D1F3C8611004C7D3A /* ABWebViewController.xib */, |
| 94 | + ); |
| 95 | + path = Source; |
65 | 96 | sourceTree = "<group>";
|
66 | 97 | };
|
67 | 98 | /* End PBXGroup section */
|
|
123 | 154 | isa = PBXResourcesBuildPhase;
|
124 | 155 | buildActionMask = 2147483647;
|
125 | 156 | files = (
|
126 |
| - 29295C8F1F3C682D004C7D3A /* LaunchScreen.storyboard in Resources */, |
| 157 | + 29295CA61F3CB71F004C7D3A /* LICENSE in Resources */, |
| 158 | + 29295C9F1F3C8611004C7D3A /* ABWebViewController.xib in Resources */, |
| 159 | + 29295CA51F3CB71F004C7D3A /* ABWebView.podspec in Resources */, |
| 160 | + 29295C9B1F3C850A004C7D3A /* Main.storyboard in Resources */, |
127 | 161 | 29295C8C1F3C682D004C7D3A /* Assets.xcassets in Resources */,
|
128 |
| - 29295C8A1F3C682D004C7D3A /* Main.storyboard in Resources */, |
| 162 | + 29295C9A1F3C850A004C7D3A /* LaunchScreen.storyboard in Resources */, |
129 | 163 | );
|
130 | 164 | runOnlyForDeploymentPostprocessing = 0;
|
131 | 165 | };
|
|
136 | 170 | isa = PBXSourcesBuildPhase;
|
137 | 171 | buildActionMask = 2147483647;
|
138 | 172 | files = (
|
139 |
| - 29295C871F3C682D004C7D3A /* ViewController.swift in Sources */, |
| 173 | + 29295CA11F3CA2CF004C7D3A /* MainViewController.swift in Sources */, |
| 174 | + 29295C9E1F3C8611004C7D3A /* ABWebViewController.swift in Sources */, |
| 175 | + 29295CA71F3CB71F004C7D3A /* README.md in Sources */, |
140 | 176 | 29295C851F3C682D004C7D3A /* AppDelegate.swift in Sources */,
|
141 | 177 | );
|
142 | 178 | runOnlyForDeploymentPostprocessing = 0;
|
143 | 179 | };
|
144 | 180 | /* End PBXSourcesBuildPhase section */
|
145 | 181 |
|
146 |
| -/* Begin PBXVariantGroup section */ |
147 |
| - 29295C881F3C682D004C7D3A /* Main.storyboard */ = { |
148 |
| - isa = PBXVariantGroup; |
149 |
| - children = ( |
150 |
| - 29295C891F3C682D004C7D3A /* Base */, |
151 |
| - ); |
152 |
| - name = Main.storyboard; |
153 |
| - sourceTree = "<group>"; |
154 |
| - }; |
155 |
| - 29295C8D1F3C682D004C7D3A /* LaunchScreen.storyboard */ = { |
156 |
| - isa = PBXVariantGroup; |
157 |
| - children = ( |
158 |
| - 29295C8E1F3C682D004C7D3A /* Base */, |
159 |
| - ); |
160 |
| - name = LaunchScreen.storyboard; |
161 |
| - sourceTree = "<group>"; |
162 |
| - }; |
163 |
| -/* End PBXVariantGroup section */ |
164 |
| - |
165 | 182 | /* Begin XCBuildConfiguration section */
|
166 | 183 | 29295C911F3C682D004C7D3A /* Debug */ = {
|
167 | 184 | isa = XCBuildConfiguration;
|
|
260 | 277 | isa = XCBuildConfiguration;
|
261 | 278 | buildSettings = {
|
262 | 279 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
263 |
| - INFOPLIST_FILE = ABWebView/Info.plist; |
| 280 | + INFOPLIST_FILE = "$(SRCROOT)/ABWebView/Example/Info.plist"; |
| 281 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
264 | 282 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
265 | 283 | PRODUCT_BUNDLE_IDENTIFIER = com.asifbilal.ABWebView;
|
266 | 284 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
272 | 290 | isa = XCBuildConfiguration;
|
273 | 291 | buildSettings = {
|
274 | 292 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
275 |
| - INFOPLIST_FILE = ABWebView/Info.plist; |
| 293 | + INFOPLIST_FILE = "$(SRCROOT)/ABWebView/Example/Info.plist"; |
| 294 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
276 | 295 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
277 | 296 | PRODUCT_BUNDLE_IDENTIFIER = com.asifbilal.ABWebView;
|
278 | 297 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
299 | 318 | 29295C951F3C682D004C7D3A /* Release */,
|
300 | 319 | );
|
301 | 320 | defaultConfigurationIsVisible = 0;
|
| 321 | + defaultConfigurationName = Release; |
302 | 322 | };
|
303 | 323 | /* End XCConfigurationList section */
|
304 | 324 | };
|
|
0 commit comments