From 5ba0ad22abb2a75aae46244b2497abe739c11903 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk Date: Tue, 19 Dec 2017 19:50:25 -0500 Subject: [PATCH] project: bump to version 1.0.14 for release Change-Id: If23011618d3857e02afa4aae15587361c5b09638 Reviewed-by: Kateryna Kostiuk --- Ring/Ring.xcodeproj/project.pbxproj | 6 +++--- Ring/Ring/Info.plist | 2 +- Ring/RingTests/Info.plist | 2 +- Ring/RingUITests/Info.plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ring/Ring.xcodeproj/project.pbxproj b/Ring/Ring.xcodeproj/project.pbxproj index c270b32..81a1381 100644 --- a/Ring/Ring.xcodeproj/project.pbxproj +++ b/Ring/Ring.xcodeproj/project.pbxproj @@ -1837,7 +1837,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = MSHYCBXK85; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1873,7 +1873,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2031,7 +2031,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Ring/Ring/Info.plist b/Ring/Ring/Info.plist index cccefd2..99fdc2b 100644 --- a/Ring/Ring/Info.plist +++ b/Ring/Ring/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 11 + 14 LSRequiresIPhoneOS NSCameraUsageDescription diff --git a/Ring/RingTests/Info.plist b/Ring/RingTests/Info.plist index ba72822..ed90b3e 100644 --- a/Ring/RingTests/Info.plist +++ b/Ring/RingTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1 + 14 diff --git a/Ring/RingUITests/Info.plist b/Ring/RingUITests/Info.plist index ba72822..ed90b3e 100644 --- a/Ring/RingUITests/Info.plist +++ b/Ring/RingUITests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1 + 14 -- GitLab