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')
-rw-r--r--StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
index 23f5a035..f5f8c774 100644
--- 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 */
04679954946B416BAF5109F4 /* AppDelegate+notification.m in Sources */ = {isa = PBXBuildFile; fileRef = E281A1AF5CAC496486193F7D /* AppDelegate+notification.m */; };
0D43DE7D3F4F4D2CA1143CCD /* CDVLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 02EC23045EE24BFE9394BE84 /* CDVLogger.m */; };
@@ -59,6 +58,7 @@
E0D1A618D2134B69A25CAE5A /* CDVNotification.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 72C981F273644F2AA5D17C78 /* CDVNotification.bundle */; };
E507737F3A0941E68A569F9B /* CDVViewController+SplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1FF1ED80D34C91A03C18FD /* CDVViewController+SplashScreen.m */; };
F7CC7E6030524635AC59C0A0 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 900B1AD106FC41E3BFA9FE3C /* MessageUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
+ E9AB3A7C5BC846C8877B780D /* CDVInAppBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DA5A6FCAA884998901EF477 /* CDVInAppBrowser.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -154,6 +154,8 @@
EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
F0AAFF41056245EFBF8D4D8F /* CDVLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CDVLocation.m; path = "cordova-plugin-geolocation/CDVLocation.m"; sourceTree = "<group>"; };
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "Stone Island/config.xml"; sourceTree = "<group>"; };
+ 9DA5A6FCAA884998901EF477 /* CDVInAppBrowser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVInAppBrowser.m"; path = "cordova-plugin-inappbrowser/CDVInAppBrowser.m"; sourceTree = "<group>"; fileEncoding = 4; };
+ B3F3C58C9BDE42978CEB4933 /* CDVInAppBrowser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVInAppBrowser.h"; path = "cordova-plugin-inappbrowser/CDVInAppBrowser.h"; sourceTree = "<group>"; fileEncoding = 4; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -289,6 +291,8 @@
E88AD47F098D47C99EC93E5B /* PushPlugin.m */,
AA6C7622E794422B951B8F12 /* AppDelegate+notification.h */,
E0289321840940989600F684 /* PushPlugin.h */,
+ 9DA5A6FCAA884998901EF477 /* CDVInAppBrowser.m */,
+ B3F3C58C9BDE42978CEB4933 /* CDVInAppBrowser.h */,
);
name = Plugins;
path = "Stone Island/Plugins";
@@ -497,6 +501,7 @@
54A78D3704F04282B4BD0B36 /* SocialSharing.m in Sources */,
04679954946B416BAF5109F4 /* AppDelegate+notification.m in Sources */,
A51DA261CB3F4B89BC98FFDE /* PushPlugin.m in Sources */,
+ E9AB3A7C5BC846C8877B780D /* CDVInAppBrowser.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};