forked from dcariola/XCodeEditor-for-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.projmods
More file actions
13 lines (13 loc) · 795 Bytes
/
sample_config.projmods
File metadata and controls
13 lines (13 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"group": "Services",
"libs": ["libsqlite3.dylib"],
"frameworks": ["MessageUI.framework","StoreKit.framework","iAd.framework","CoreData.framework","SystemConfiguration.framework","Social.framework:","Security.framework:","Accounts.framework:","AdSupport.framework:"],
"headerpaths": [],
"files": ["/Users/beannt/Documents/FacebookSDK/FacebookSDK.framework", "/Users/beannt/Documents/FacebookSDK/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle"],
"folders": ["iOS/Store/","iOS/GoogleAnalytics/"],
"excludes": ["^.*.DS_Store$","^.*.meta$", "^.*.mdown^", "^.*.pdf$", "^.*.svn$"],
"buildSettings": {
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
"GCC_ENABLE_OBJC_EXCEPTIONS": "YES",
"OTHER_LDFLAGS" : ["-ObjC"]
}}