From a9de086c10eee56aa86b034ec4ead5de11336af1 Mon Sep 17 00:00:00 2001 From: Alessandro DiMarco Date: Wed, 19 Oct 2016 15:37:32 -0400 Subject: [PATCH] Rename project and change version number --- ios/MobileAudit.xcodeproj/project.pbxproj | 14 +++++++------- ios/MobileAudit/Info.plist | 19 +++---------------- package.json | 4 ++-- 3 files changed, 12 insertions(+), 25 deletions(-) diff --git a/ios/MobileAudit.xcodeproj/project.pbxproj b/ios/MobileAudit.xcodeproj/project.pbxproj index f22a77d..72e94a5 100644 --- a/ios/MobileAudit.xcodeproj/project.pbxproj +++ b/ios/MobileAudit.xcodeproj/project.pbxproj @@ -177,7 +177,7 @@ 0521806EFE33420BBC223256 /* libA0RNLock.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libA0RNLock.a; sourceTree = ""; }; 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* MobileAudit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileAudit.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07F961A680F5B00A75B9A /* BlocPower Audit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BlocPower Audit.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = MobileAudit/AppDelegate.h; sourceTree = ""; }; 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = MobileAudit/AppDelegate.m; sourceTree = ""; }; 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; @@ -461,7 +461,7 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* MobileAudit.app */, + 13B07F961A680F5B00A75B9A /* BlocPower Audit.app */, 00E356EE1AD99517003FC87E /* MobileAuditTests.xctest */, ); name = Products; @@ -554,7 +554,7 @@ ); name = MobileAudit; productName = "Hello World"; - productReference = 13B07F961A680F5B00A75B9A /* MobileAudit.app */; + productReference = 13B07F961A680F5B00A75B9A /* BlocPower Audit.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -1035,8 +1035,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = MobileAudit; + PRODUCT_BUNDLE_IDENTIFIER = "org.blocpower.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "BlocPower Audit"; PROVISIONING_PROFILE = ""; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -1077,8 +1077,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = MobileAudit; + PRODUCT_BUNDLE_IDENTIFIER = "org.blocpower.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "BlocPower Audit"; PROVISIONING_PROFILE = ""; TARGETED_DEVICE_FAMILY = "1,2"; }; diff --git a/ios/MobileAudit/Info.plist b/ios/MobileAudit/Info.plist index e97cb34..4269795 100644 --- a/ios/MobileAudit/Info.plist +++ b/ios/MobileAudit/Info.plist @@ -2,8 +2,6 @@ - NSMicrophoneUsageDescription - Record your voice during the audit CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1 CFBundleSignature ???? CFBundleVersion @@ -28,19 +26,13 @@ NSAllowsArbitraryLoads - NSExceptionDomains - - localhost - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - NSCameraUsageDescription Take photos of each system during the audit. NSLocationWhenInUseUsageDescription Blocpower audit would like to take photos of audit locations. + NSMicrophoneUsageDescription + Record your voice during the audit NSPhotoLibraryUsageDescription Include photos from audit. UIAppFonts @@ -77,10 +69,5 @@ UIViewControllerBasedStatusBarAppearance - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - diff --git a/package.json b/package.json index f02e963..7de5af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "blocpower.blocpoweraudit", - "version": "0.0.1", + "name": "BlocPower-Audit", + "version": "0.1.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", -- GitLab