diff --git a/android/app/build.gradle b/android/app/build.gradle index ee7b3e0e8..8971d53a5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -116,8 +116,8 @@ android { applicationId "io.epns.epns" targetSdkVersion rootProject.ext.targetSdkVersion resValue "string", "build_config_package", "io.epns.epns" - versionCode 73 - versionName "0.12" + versionCode 74 + versionName "0.13" } staging { minSdkVersion rootProject.ext.minSdkVersion diff --git a/ios/epns.xcodeproj/project.pbxproj b/ios/epns.xcodeproj/project.pbxproj index d186cbe48..4c182ae54 100644 --- a/ios/epns.xcodeproj/project.pbxproj +++ b/ios/epns.xcodeproj/project.pbxproj @@ -1228,7 +1228,7 @@ CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 111; + CURRENT_PROJECT_VERSION = 114; DEVELOPMENT_TEAM = 62B7287GF5; ENABLE_BITCODE = NO; INFOPLIST_FILE = "push.prod-Info.plist"; @@ -1237,7 +1237,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.12; + MARKETING_VERSION = 0.13; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1264,7 +1264,7 @@ CODE_SIGN_ENTITLEMENTS = epns/epns.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 111; + CURRENT_PROJECT_VERSION = 114; DEVELOPMENT_TEAM = 62B7287GF5; ENABLE_BITCODE = NO; INFOPLIST_FILE = "push.prod-Info.plist"; @@ -1273,7 +1273,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.12; + MARKETING_VERSION = 0.13; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/epns/Info.plist b/ios/epns/Info.plist index b6fb5b479..14bf9356d 100644 --- a/ios/epns/Info.plist +++ b/ios/epns/Info.plist @@ -1,77 +1,77 @@ + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Push (EPNS) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSApplicationCategoryType + public.app-category.productivity + LSRequiresIPhoneOS + + NSAppTransportSecurity - CFBundleDevelopmentRegion - en - CFBundleDisplayName - Push (EPNS) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - LSApplicationCategoryType - public.app-category.productivity - LSRequiresIPhoneOS + NSAllowsArbitraryLoads - NSAppTransportSecurity + NSExceptionDomains - NSAllowsArbitraryLoads - - NSExceptionDomains + localhost - localhost - - NSExceptionAllowsInsecureHTTPLoads - - + NSExceptionAllowsInsecureHTTPLoads + - NSCameraUsageDescription - Allow EPNS to access your camera. EPNS will use this to scan the QR Code of your wallet. - NSFaceIDUsageDescription - Enabling Face ID allows you to quickly and securely access your Account. - NSMicrophoneUsageDescription - Allow EPNS to access your Audio. EPNS will use this to play sounds. - UIBackgroundModes - - fetch - remote-notification - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UIRequiresFullScreen - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - - UIViewControllerBasedStatusBarAppearance - - CFBundleURLTypes - - - CFBundleURLSchemes - - app.push.org - - - - \ No newline at end of file + NSCameraUsageDescription + Allow EPNS to access your camera. EPNS will use this to scan the QR Code of your wallet. + NSFaceIDUsageDescription + Enabling Face ID allows you to quickly and securely access your Account. + NSMicrophoneUsageDescription + Allow EPNS to access your Audio. EPNS will use this to play sounds. + UIBackgroundModes + + fetch + remote-notification + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UIRequiresFullScreen + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UIViewControllerBasedStatusBarAppearance + + CFBundleURLTypes + + + CFBundleURLSchemes + + app.push.org + + + + +