From ec15bb51d6dc6c5d119ec1f1c1e74b6e41fb698b Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 14 Mar 2020 11:29:45 -0400 Subject: [PATCH 1/2] Version 0.4 --- android/app/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3cd01a2bce..848f7fcb12 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ android { applicationId "edu.mit.privatekit" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3 - versionName "0.0.3" + versionCode 4 + versionName "0.4" } splits { abi { diff --git a/package.json b/package.json index c593c98c29..d8e1c69f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privatekit", - "version": "0.0.3", + "version": "0.0.4", "private": true, "scripts": { "android": "react-native run-android", From 7c600dd4145ad06b5e5c4ba28c04580ce915732d Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 14 Mar 2020 14:04:47 -0400 Subject: [PATCH 2/2] Releasing Version 0.4 on the Apple Store. --- ios/PrivateKit.xcodeproj/project.pbxproj | 9 +- .../xcschemes/PrivateKit.xcscheme | 2 +- ios/PrivateKit/Info.plist | 124 +++++++++--------- 3 files changed, 68 insertions(+), 67 deletions(-) diff --git a/ios/PrivateKit.xcodeproj/project.pbxproj b/ios/PrivateKit.xcodeproj/project.pbxproj index e191904cae..2658150608 100644 --- a/ios/PrivateKit.xcodeproj/project.pbxproj +++ b/ios/PrivateKit.xcodeproj/project.pbxproj @@ -236,6 +236,9 @@ CreatedOnToolsVersion = 6.2; TestTargetID = 13B07F861A680F5B00A75B9A; }; + 13B07F861A680F5B00A75B9A = { + DevelopmentTeam = A35W4MM59Y; + }; }; }; buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "PrivateKit" */; @@ -464,6 +467,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; + DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = PrivateKit/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -471,7 +475,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = edu.mit.privatekit; PRODUCT_NAME = PrivateKit; VERSIONING_SYSTEM = "apple-generic"; }; @@ -484,6 +488,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = PrivateKit/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -491,7 +496,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_BUNDLE_IDENTIFIER = edu.mit.privatekit; PRODUCT_NAME = PrivateKit; VERSIONING_SYSTEM = "apple-generic"; }; diff --git a/ios/PrivateKit.xcodeproj/xcshareddata/xcschemes/PrivateKit.xcscheme b/ios/PrivateKit.xcodeproj/xcshareddata/xcschemes/PrivateKit.xcscheme index 1acda578ef..756b17ec17 100644 --- a/ios/PrivateKit.xcodeproj/xcshareddata/xcschemes/PrivateKit.xcscheme +++ b/ios/PrivateKit.xcodeproj/xcshareddata/xcschemes/PrivateKit.xcscheme @@ -78,7 +78,7 @@ - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - PrivateKit - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSLocationWhenInUseUsageDescription - App requires background tracking - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - UIBackgroundModes - - location - - NSLocationAlwaysUsageDescription - App requires background tracking - NSLocationAlwaysAndWhenInUseUsageDescription - App requires background tracking - NSMotionUsageDescription - App requires motion tracking - - \ No newline at end of file + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + PrivateKit + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.4 + CFBundleSignature + ???? + CFBundleVersion + 4 + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + + NSLocationAlwaysAndWhenInUseUsageDescription + App requires background tracking + NSLocationAlwaysUsageDescription + App requires background tracking + NSLocationWhenInUseUsageDescription + App requires background tracking + NSMainNibFile + LaunchScreen + NSMotionUsageDescription + App requires motion tracking + UIBackgroundModes + + location + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + +