summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj')
-rw-r--r--StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj
index e75b8393..53038bdc 100644
--- a/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj
+++ b/StoneIsland/platforms/ios/StoneIsland.xcodeproj/project.pbxproj
@@ -55,6 +55,9 @@
C2BF0352F9A246A886C16676 /* CDVViewController+SplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B5B2F329484022BEE14D58 /* CDVViewController+SplashScreen.m */; };
4A80D26AF40046D7AD4979A9 /* AppDelegate+notification.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6BC93769C04564BA35B9B4 /* AppDelegate+notification.m */; };
4ABEABC16E324DEEB7A72E3B /* PushPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 450F6AEB11F34A6080834666 /* PushPlugin.m */; };
+ 6084459294A8473FB8AA20F3 /* SocialSharing.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D2A7B40020F4AAEBE6DCEB1 /* SocialSharing.m */; };
+ 98F1852ABB5E4B118CC6C27B /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88275732925E4321970403F3 /* Social.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
+ 4C059853D8B843F88F01C944 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A186FB94DE714DEC95EA29D9 /* MessageUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -148,6 +151,10 @@
450F6AEB11F34A6080834666 /* PushPlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "PushPlugin.m"; path = "phonegap-plugin-push/PushPlugin.m"; sourceTree = "<group>"; fileEncoding = 4; };
9F746E936D46499681DECD6E /* AppDelegate+notification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "AppDelegate+notification.h"; path = "phonegap-plugin-push/AppDelegate+notification.h"; sourceTree = "<group>"; fileEncoding = 4; };
A3C287A7B1C74C02A8585FC2 /* PushPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "PushPlugin.h"; path = "phonegap-plugin-push/PushPlugin.h"; sourceTree = "<group>"; fileEncoding = 4; };
+ 0D2A7B40020F4AAEBE6DCEB1 /* SocialSharing.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "SocialSharing.m"; path = "cordova-plugin-x-socialsharing/SocialSharing.m"; sourceTree = "<group>"; fileEncoding = 4; };
+ 8A80AE176DAB4F84AC8031D7 /* SocialSharing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SocialSharing.h"; path = "cordova-plugin-x-socialsharing/SocialSharing.h"; sourceTree = "<group>"; fileEncoding = 4; };
+ 88275732925E4321970403F3 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Social.framework"; path = "System/Library/Frameworks/Social.framework"; sourceTree = SDKROOT; fileEncoding = 4; };
+ A186FB94DE714DEC95EA29D9 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "MessageUI.framework"; path = "System/Library/Frameworks/MessageUI.framework"; sourceTree = SDKROOT; fileEncoding = 4; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -162,6 +169,8 @@
05EBE3ED6EA64212BCC52906 /* AudioToolbox.framework in Frameworks */,
85552B118FDD4F9286C3D33C /* CoreLocation.framework in Frameworks */,
28FA0D2F417F4E6891D4A2A3 /* SystemConfiguration.framework in Frameworks */,
+ 98F1852ABB5E4B118CC6C27B /* Social.framework in Frameworks */,
+ 4C059853D8B843F88F01C944 /* MessageUI.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -238,6 +247,8 @@
270ADA31CA7B4A42B185E451 /* AudioToolbox.framework */,
88109882DED84831BEC5BBB0 /* CoreLocation.framework */,
E63CFDA045E649E8A2E41A6E /* SystemConfiguration.framework */,
+ 88275732925E4321970403F3 /* Social.framework */,
+ A186FB94DE714DEC95EA29D9 /* MessageUI.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -277,6 +288,8 @@
450F6AEB11F34A6080834666 /* PushPlugin.m */,
9F746E936D46499681DECD6E /* AppDelegate+notification.h */,
A3C287A7B1C74C02A8585FC2 /* PushPlugin.h */,
+ 0D2A7B40020F4AAEBE6DCEB1 /* SocialSharing.m */,
+ 8A80AE176DAB4F84AC8031D7 /* SocialSharing.h */,
);
name = Plugins;
path = "StoneIsland/Plugins";
@@ -474,6 +487,7 @@
C2BF0352F9A246A886C16676 /* CDVViewController+SplashScreen.m in Sources */,
4A80D26AF40046D7AD4979A9 /* AppDelegate+notification.m in Sources */,
4ABEABC16E324DEEB7A72E3B /* PushPlugin.m in Sources */,
+ 6084459294A8473FB8AA20F3 /* SocialSharing.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};