| | |
| | | project.AddBuildProperty(targetGUID, "GCC_GENERATE_DEBUGGING_SYMBOLS", "NO"); |
| | | //webkit |
| | | project.AddFrameworkToProject(fwTargetGUID, "WebKit.framework", true); |
| | | //GameKit |
| | | project.AddFrameworkToProject(fwTargetGUID, "GameKit.framework", true); |
| | | //bugly |
| | | project.AddFrameworkToProject(fwTargetGUID, "SystemConfiguration.framework", true); |
| | | project.AddFrameworkToProject(fwTargetGUID, "Security.framework", true); |
| | |
| | | |
| | | rootDict.SetString("NSMicrophoneUsageDescription", "使用麦克风权限"); |
| | | rootDict.SetString("NSPhotoLibraryAddUsageDescription", "使用相册权限,用以存储截屏的账号信息,以防忘记账号密码"); |
| | | |
| | | rootDict.SetString("NSUserTrackingUsageDescription", "請放心,開啟權限不會獲取您在其他站點的隱私信息,該權限僅用於標識設備並保障服務安全,以優化我們的技術服務和體驗。"); |
| | | //google login |
| | | var urlTypes = rootDict.CreateArray("CFBundleURLTypes"); |
| | | var dic0 = urlTypes.AddDict(); |