diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
| commit | fb691ed5fbe0122efa1b8eda05c40f2f1272b1b0 (patch) | |
| tree | f6c9da3ed67b1c9fe1576e3d9febaf8bd2587ced /StoneIsland/platforms/ios/frameworks.json | |
| parent | 20739f5f572e043aec1a4b25de63231c4c176ffe (diff) | |
rebuild
Diffstat (limited to 'StoneIsland/platforms/ios/frameworks.json')
| -rwxr-xr-x | StoneIsland/platforms/ios/frameworks.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/frameworks.json b/StoneIsland/platforms/ios/frameworks.json index 1b8fc309..615b5f0b 100755 --- a/StoneIsland/platforms/ios/frameworks.json +++ b/StoneIsland/platforms/ios/frameworks.json @@ -1,7 +1,14 @@ { - "AudioToolbox.framework": 1, - "CoreLocation.framework": 1, - "SystemConfiguration.framework": 1, - "Social.framework": 1, - "MessageUI.framework": 1 + "AudioToolbox.framework": 2, + "CoreLocation.framework": 2, + "SystemConfiguration.framework": 2, + "Social.framework": 2, + "MessageUI.framework": 1, + "Accounts.framework": 1, + "CFNetwork.framework": 1, + "QuartzCore.framework": 1, + "Security.framework": 1, + "StoreKit.framework": 1, + "libz.dylib": 1, + "libsqlite3.dylib": 1 }
\ No newline at end of file |
