summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj')
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj23
1 files changed, 22 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
index 582901a2..1abfe332 100755
--- a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
+++ b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
@@ -5,7 +5,6 @@
};
objectVersion = 46;
objects = {
-
/* Begin PBXBuildFile section */
00E07008265D45F78DE2FC2B /* PushPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = A47F3571A27B4754B79DE957 /* PushPlugin.m */; };
0207DA581B56EA530066E2B4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0207DA571B56EA530066E2B4 /* Images.xcassets */; };
@@ -37,6 +36,10 @@
E88E58A089E644DBBA79BBAF /* CDVReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = F12981AA34334DAAB9FFFD15 /* CDVReachability.m */; };
EC576C7FFE9C4923AC9F246D /* CDVLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D5FD89600D46479D6C049E /* CDVLocation.m */; };
FD100FFA6CDF40B5BBFC3EF2 /* AppDelegate+notification.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBDCE0E3CD64C0A8BD16077 /* AppDelegate+notification.m */; };
+ 61273E0E5C6F4C1F980F3AB6 /* CDVWKWebViewEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 42554F171DB84178A87C52BF /* CDVWKWebViewEngine.m */; };
+ 1921050AF02243B59D731EA2 /* CDVWKWebViewUIDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 382BC0B7B47543A38F56BEE2 /* CDVWKWebViewUIDelegate.m */; };
+ C9349CEE7CEB4787B7CC16EC /* CDVWKProcessPoolFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9228FB919C46F2A8790488 /* CDVWKProcessPoolFactory.m */; };
+ AAF4CD79DD534E02B4DB6AB1 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67C31CDFE0EB4523BAA5C5F1 /* WebKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -122,6 +125,13 @@
F12981AA34334DAAB9FFFD15 /* CDVReachability.m */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.objc; name = CDVReachability.m; path = "cordova-plugin-network-information/CDVReachability.m"; sourceTree = "<group>"; };
F3CE61E09DA34B75AD99F264 /* IonicKeyboard.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = IonicKeyboard.h; path = "ionic-plugin-keyboard/IonicKeyboard.h"; sourceTree = "<group>"; };
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "Stone Island/config.xml"; sourceTree = "<group>"; };
+ 42554F171DB84178A87C52BF /* CDVWKWebViewEngine.m */ = {isa = PBXFileReference; name = "CDVWKWebViewEngine.m"; path = "cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; explicitFileType = undefined; includeInIndex = 0; };
+ 382BC0B7B47543A38F56BEE2 /* CDVWKWebViewUIDelegate.m */ = {isa = PBXFileReference; name = "CDVWKWebViewUIDelegate.m"; path = "cordova-plugin-wkwebview-engine/CDVWKWebViewUIDelegate.m"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; explicitFileType = undefined; includeInIndex = 0; };
+ 7C9228FB919C46F2A8790488 /* CDVWKProcessPoolFactory.m */ = {isa = PBXFileReference; name = "CDVWKProcessPoolFactory.m"; path = "cordova-plugin-wkwebview-engine/CDVWKProcessPoolFactory.m"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; explicitFileType = undefined; includeInIndex = 0; };
+ 24616C5AD60A46DC9527B0B5 /* CDVWKWebViewEngine.h */ = {isa = PBXFileReference; name = "CDVWKWebViewEngine.h"; path = "cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
+ 94EBFB9DC2CE4E9B8C92DE89 /* CDVWKWebViewUIDelegate.h */ = {isa = PBXFileReference; name = "CDVWKWebViewUIDelegate.h"; path = "cordova-plugin-wkwebview-engine/CDVWKWebViewUIDelegate.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
+ 736D2CE3A74A4B53A5EB13EA /* CDVWKProcessPoolFactory.h */ = {isa = PBXFileReference; name = "CDVWKProcessPoolFactory.h"; path = "cordova-plugin-wkwebview-engine/CDVWKProcessPoolFactory.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
+ 67C31CDFE0EB4523BAA5C5F1 /* WebKit.framework */ = {isa = PBXFileReference; name = "WebKit.framework"; path = "System/Library/Frameworks/WebKit.framework"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = wrapper.framework; explicitFileType = undefined; includeInIndex = 0; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -137,6 +147,7 @@
DCB810ACFCCB4E61929DB7F1 /* Social.framework in Frameworks */,
3EBFCB392D1643C3A52ADA67 /* MessageUI.framework in Frameworks */,
DD12ACF49C7E6775E99375DA /* libPods-Stone Island.a in Frameworks */,
+ AAF4CD79DD534E02B4DB6AB1 /* WebKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -216,6 +227,7 @@
5EA86E7B178641B2B8A2E100 /* Social.framework */,
746B7EAAA8C84872957E0779 /* MessageUI.framework */,
D0808D2FADAC40215352A5BB /* libPods-Stone Island.a */,
+ 67C31CDFE0EB4523BAA5C5F1 /* WebKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -272,6 +284,12 @@
A47F3571A27B4754B79DE957 /* PushPlugin.m */,
5842BF12B8014E1D80A3C717 /* AppDelegate+notification.h */,
2C8B26080D914B89BCFB2815 /* PushPlugin.h */,
+ 42554F171DB84178A87C52BF /* CDVWKWebViewEngine.m */,
+ 382BC0B7B47543A38F56BEE2 /* CDVWKWebViewUIDelegate.m */,
+ 7C9228FB919C46F2A8790488 /* CDVWKProcessPoolFactory.m */,
+ 24616C5AD60A46DC9527B0B5 /* CDVWKWebViewEngine.h */,
+ 94EBFB9DC2CE4E9B8C92DE89 /* CDVWKWebViewUIDelegate.h */,
+ 736D2CE3A74A4B53A5EB13EA /* CDVWKProcessPoolFactory.h */,
);
name = Plugins;
path = "Stone Island/Plugins";
@@ -472,6 +490,9 @@
9DA6B2875B144609A917701E /* IonicKeyboard.m in Sources */,
FD100FFA6CDF40B5BBFC3EF2 /* AppDelegate+notification.m in Sources */,
00E07008265D45F78DE2FC2B /* PushPlugin.m in Sources */,
+ 61273E0E5C6F4C1F980F3AB6 /* CDVWKWebViewEngine.m in Sources */,
+ 1921050AF02243B59D731EA2 /* CDVWKWebViewUIDelegate.m in Sources */,
+ C9349CEE7CEB4787B7CC16EC /* CDVWKProcessPoolFactory.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};