Skip to content

Commit

Permalink
Properly set version and build for real this time I promise!
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Nov 19, 2024
1 parent fcad409 commit 9372141
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions deltachat-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 112;
CURRENT_PROJECT_VERSION = 115;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -2073,7 +2073,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.48.3;
MARKETING_VERSION = 1.48.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2118,7 +2118,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 112;
CURRENT_PROJECT_VERSION = 115;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -2132,7 +2132,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.48.3;
MARKETING_VERSION = 1.48.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -2153,7 +2153,6 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 114;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2172,7 +2171,6 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.48.4;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down Expand Up @@ -2225,7 +2223,6 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 114;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2244,7 +2241,6 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/deltachat-ffi",
"$(PROJECT_DIR)/deltachat-ios/libraries",
);
MARKETING_VERSION = 1.48.4;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down

0 comments on commit 9372141

Please sign in to comment.