Skip to content

Commit

Permalink
chore: 1.0.18-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed Jan 22, 2024
1 parent 6430ead commit 6de54a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ android {
applicationId "com.infomaniak.chat"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1_00_017_08
versionName "1.0.17"
versionCode 1_00_018_01
versionName "1.0.18"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
manifestPlaceholders = [
Expand Down
14 changes: 7 additions & 7 deletions ios/kChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 864VDCS2QY;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -1399,7 +1399,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 864VDCS2QY;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 864VDCS2QY;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1452,7 +1452,7 @@
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationService.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -1502,7 +1502,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -1513,7 +1513,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.17;
MARKETING_VERSION = 1.0.18;
MTL_FAST_MATH = YES;
OTHER_CFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.infomaniak.chat.NotificationService;
Expand Down Expand Up @@ -1549,7 +1549,7 @@
CODE_SIGN_ENTITLEMENTS = MattermostShare/MattermostShare.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -1600,7 +1600,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down

0 comments on commit 6de54a9

Please sign in to comment.