Merge branch 'master' of http://192.168.1.20:10010/r/snxxz_client
| | |
| | | |
| | | project.AddBuildProperty(targetGUID, "OTHER_LDFLAGS", "-ObjC"); |
| | | project.AddBuildProperty(targetGUID, "GCC_GENERATE_DEBUGGING_SYMBOLS", "NO"); |
| | | |
| | | //webkit |
| | | project.AddFrameworkToProject(fwTargetGUID, "WebKit.framework", true); |
| | | //bugly |
| | | project.AddFrameworkToProject(fwTargetGUID, "SystemConfiguration.framework", true); |
| | | project.AddFrameworkToProject(fwTargetGUID, "Security.framework", true); |
| | |
| | | json_struct = { |
| | | 'project_info': { |
| | | 'project_number': xml_dict['GCM_SENDER_ID'], |
| | | 'firebase_url': '',#xml_dict['DATABASE_URL'], |
| | | 'firebase_url': xml_dict.get('DATABASE_URL', ""), |
| | | 'project_id': xml_dict['PROJECT_ID'], |
| | | 'storage_bucket': xml_dict['STORAGE_BUCKET'] |
| | | }, |