Skip to content

Commit

Permalink
chore: build 1.0.28-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed Nov 5, 2024
1 parent c659128 commit 769a1a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ android {
applicationId "com.infomaniak.chat"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1_00_028_08
versionCode 1_00_028_09
versionName "1.0.28"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
12 changes: 6 additions & 6 deletions ios/kChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 864VDCS2QY;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -1527,7 +1527,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = 864VDCS2QY;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 864VDCS2QY;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1578,7 +1578,7 @@
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationService.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -1629,7 +1629,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -1678,7 +1678,7 @@
CODE_SIGN_ENTITLEMENTS = MattermostShare/MattermostShare.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -1730,7 +1730,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 864VDCS2QY;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down

0 comments on commit 769a1a9

Please sign in to comment.