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.pbxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
index 439fe75d..e8988501 100755
--- a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
+++ b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj
@@ -39,6 +39,8 @@
CE8687FA42EA49F2936AA5E4 /* CDVConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 669C0562CA3E4A2E9E6898D6 /* CDVConnection.m */; };
EE95056671E844C9921729AE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AAB41973FB4238B7AD4D85 /* AudioToolbox.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
EFF00C22294FE756DED28A81 /* libPods-Stone Island.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78CB957A0B40BA339C669D53 /* libPods-Stone Island.a */; };
+ 7D7ED983AE84434E999A6443 /* CDVMobileAccessibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C408E9D6E534246896B5341 /* CDVMobileAccessibility.m */; };
+ 161403E5BECB45528A83A79A /* MediaAccessibility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75209907C365445CAF1506E9 /* MediaAccessibility.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -127,6 +129,9 @@
EDA99B42F1E147FCA8824E6E /* CoreLocation.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "Stone Island/config.xml"; sourceTree = "<group>"; };
F9D019AC51834C309501EAF5 /* CDVReachability.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = CDVReachability.h; path = "cordova-plugin-network-information/CDVReachability.h"; sourceTree = "<group>"; };
+ 0C408E9D6E534246896B5341 /* CDVMobileAccessibility.m */ = {isa = PBXFileReference; name = "CDVMobileAccessibility.m"; path = "phonegap-plugin-mobile-accessibility/CDVMobileAccessibility.m"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; explicitFileType = undefined; includeInIndex = 0; };
+ 62F820B01E9B4DD9842F9D8C /* CDVMobileAccessibility.h */ = {isa = PBXFileReference; name = "CDVMobileAccessibility.h"; path = "phonegap-plugin-mobile-accessibility/CDVMobileAccessibility.h"; sourceTree = "<group>"; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; explicitFileType = undefined; includeInIndex = 0; };
+ 75209907C365445CAF1506E9 /* MediaAccessibility.framework */ = {isa = PBXFileReference; name = "MediaAccessibility.framework"; path = "System/Library/Frameworks/MediaAccessibility.framework"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = wrapper.framework; explicitFileType = undefined; includeInIndex = 0; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -145,6 +150,7 @@
99F09E9D2B904D3580C5937F /* libsqlite3.tbd in Frameworks */,
B5C0B9106EB44347960186AA /* libz.tbd in Frameworks */,
EFF00C22294FE756DED28A81 /* libPods-Stone Island.a in Frameworks */,
+ 161403E5BECB45528A83A79A /* MediaAccessibility.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -234,6 +240,7 @@
B3F4995810FD493F846F5FC9 /* libsqlite3.tbd */,
BD3EDD7FEE434D15AB85EECA /* libz.tbd */,
78CB957A0B40BA339C669D53 /* libPods-Stone Island.a */,
+ 75209907C365445CAF1506E9 /* MediaAccessibility.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -290,6 +297,8 @@
4B1911CDF0454542977ECE35 /* PushPlugin.h */,
DCFA1E58FE794CA6BE2A4834 /* Sim.m */,
3782AD713ACA4C098142F2DA /* Sim.h */,
+ 0C408E9D6E534246896B5341 /* CDVMobileAccessibility.m */,
+ 62F820B01E9B4DD9842F9D8C /* CDVMobileAccessibility.h */,
);
name = Plugins;
path = "Stone Island/Plugins";
@@ -483,6 +492,7 @@
A842514FAE364263A91C9664 /* AppDelegate+notification.m in Sources */,
17B84E5E1F2E4D699B41A450 /* PushPlugin.m in Sources */,
52A4EAACA1F34D6EBEED78A3 /* Sim.m in Sources */,
+ 7D7ED983AE84434E999A6443 /* CDVMobileAccessibility.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};