Skip to content

Commit e92f653

Browse files
authored
Project changes to allow consuming cordova as submodule (#1015)
1 parent cb20c9b commit e92f653

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CordovaLib/CordovaLib.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
4E23F90323E17FFA006CD852 /* CDVWebViewUIDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E23F8F623E16E96006CD852 /* CDVWebViewUIDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
2525
4E714D3623F535B500A321AF /* CDVLaunchScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E714D3223F535B500A321AF /* CDVLaunchScreen.h */; };
2626
4E714D3823F535B500A321AF /* CDVLaunchScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E714D3423F535B500A321AF /* CDVLaunchScreen.m */; };
27+
4F56D82D254A2EB50063F1D6 /* CDVWebViewEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E23F8F823E16E96006CD852 /* CDVWebViewEngine.m */; };
28+
4F56D830254A2ED70063F1D6 /* CDVWebViewUIDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E23F8F723E16E96006CD852 /* CDVWebViewUIDelegate.m */; };
29+
4F56D833254A2ED90063F1D6 /* CDVWebViewProcessPoolFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E23F8F523E16E96006CD852 /* CDVWebViewProcessPoolFactory.m */; };
30+
4F56D836254A2EE10063F1D6 /* CDVWebViewEngine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E23F8FA23E16E96006CD852 /* CDVWebViewEngine.h */; };
31+
4F56D839254A2EE40063F1D6 /* CDVWebViewProcessPoolFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E23F8F923E16E96006CD852 /* CDVWebViewProcessPoolFactory.h */; };
32+
4F56D83C254A2F2F0063F1D6 /* CDVURLSchemeHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F4D42BB23F218BA00501999 /* CDVURLSchemeHandler.m */; };
2733
7E7F69B91ABA3692007546F4 /* CDVHandleOpenURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED95CF81AB9028C008C4574 /* CDVHandleOpenURL.h */; };
2834
7ED95D021AB9028C008C4574 /* CDVDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED95CF21AB9028C008C4574 /* CDVDebug.h */; };
2935
7ED95D031AB9028C008C4574 /* CDVJSON_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED95CF31AB9028C008C4574 /* CDVJSON_private.h */; };
@@ -360,13 +366,15 @@
360366
C0C01EBE1E39131A0056E6CB /* CDVAvailabilityDeprecated.h in Headers */,
361367
C0C01EBF1E39131A0056E6CB /* CDVCommandDelegate.h in Headers */,
362368
C0C01EC01E39131A0056E6CB /* CDVCommandDelegateImpl.h in Headers */,
369+
4F56D839254A2EE40063F1D6 /* CDVWebViewProcessPoolFactory.h in Headers */,
363370
C0C01EC11E39131A0056E6CB /* CDVCommandQueue.h in Headers */,
364371
C0C01EC21E39131A0056E6CB /* CDVConfigParser.h in Headers */,
365372
C0C01EC31E39131A0056E6CB /* CDVInvokedUrlCommand.h in Headers */,
366373
C0C01EC41E39131A0056E6CB /* CDVPlugin+Resources.h in Headers */,
367374
C0C01EC51E39131A0056E6CB /* CDVPlugin.h in Headers */,
368375
C0C01EC61E39131A0056E6CB /* CDVPluginResult.h in Headers */,
369376
C0C01EC71E39131A0056E6CB /* CDVScreenOrientationDelegate.h in Headers */,
377+
4F56D836254A2EE10063F1D6 /* CDVWebViewEngine.h in Headers */,
370378
C0C01EC81E39131A0056E6CB /* CDVTimer.h in Headers */,
371379
C0C01ECB1E39131A0056E6CB /* CDVViewController.h in Headers */,
372380
C0C01ECC1E39131A0056E6CB /* CDVWebViewEngineProtocol.h in Headers */,
@@ -531,8 +539,12 @@
531539
9052DE762150D040008E83D4 /* CDVPlugin+Resources.m in Sources */,
532540
9052DE772150D040008E83D4 /* CDVPlugin.m in Sources */,
533541
9052DE782150D040008E83D4 /* CDVPluginResult.m in Sources */,
542+
4F56D830254A2ED70063F1D6 /* CDVWebViewUIDelegate.m in Sources */,
534543
9052DE792150D040008E83D4 /* CDVTimer.m in Sources */,
544+
4F56D833254A2ED90063F1D6 /* CDVWebViewProcessPoolFactory.m in Sources */,
545+
4F56D82D254A2EB50063F1D6 /* CDVWebViewEngine.m in Sources */,
535546
9052DE7C2150D040008E83D4 /* CDVViewController.m in Sources */,
547+
4F56D83C254A2F2F0063F1D6 /* CDVURLSchemeHandler.m in Sources */,
536548
9052DE7D2150D040008E83D4 /* CDVWhitelist.m in Sources */,
537549
9052DE7E2150D040008E83D4 /* NSDictionary+CordovaPreferences.m in Sources */,
538550
9052DE7F2150D040008E83D4 /* NSMutableArray+QueueAdditions.m in Sources */,

0 commit comments

Comments
 (0)