Skip to content

Commit ac10f62

Browse files
authored
Merge pull request #234 from mendix/moo/release-mx-11-11
[MOO-2315] bump up versions for Studio Pro 11.11
2 parents d40c5c1 + aa7adc8 commit ac10f62

4 files changed

Lines changed: 83 additions & 11 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ android {
4646
applicationId "com.mendix.developerapp.mx10"
4747
minSdkVersion rootProject.minSdkVersion
4848
targetSdkVersion rootProject.targetSdkVersion
49-
versionCode 619
50-
versionName "11.9.0"
49+
versionCode 622
50+
versionName "11.11.0"
5151
missingDimensionStrategy "react-native-camera", "general"
5252
testBuildType System.getProperty("testBuildType", "debug")
5353
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4246,7 +4246,7 @@ SPEC CHECKSUMS:
42464246
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
42474247
GoogleMaps: 8939898920281c649150e0af74aa291c60f2e77d
42484248
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
4249-
hermes-engine: 9f6d216d03a4100ed243774d56948a93afc5bae1
4249+
hermes-engine: 166613ab57f3dde1bf3f24c60212b66a1d585f8b
42504250
IQKeyboardManager: c8665b3396bd0b79402b4c573eac345a31c7d485
42514251
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
42524252
MendixNative: 2499d1796c68bc9bfc3ebecc5bf91b0a28c13ef1

ios/developerapp.xcodeproj/project.pbxproj

Lines changed: 78 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
711711
CODE_SIGN_IDENTITY = "Apple Development";
712712
CODE_SIGN_STYLE = Automatic;
713-
CURRENT_PROJECT_VERSION = 619;
713+
CURRENT_PROJECT_VERSION = 622;
714714
DEAD_CODE_STRIPPING = YES;
715715
DEVELOPMENT_TEAM = BC32QNM6AD;
716716
ENABLE_BITCODE = NO;
@@ -744,7 +744,7 @@
744744
"$(inherited)",
745745
"$(PROJECT_DIR)",
746746
);
747-
MARKETING_VERSION = 11.9.0;
747+
MARKETING_VERSION = 11.11.0;
748748
OTHER_LDFLAGS = (
749749
"$(inherited)",
750750
"-ObjC",
@@ -773,7 +773,7 @@
773773
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
774774
CODE_SIGN_IDENTITY = "Apple Development";
775775
CODE_SIGN_STYLE = Automatic;
776-
CURRENT_PROJECT_VERSION = 619;
776+
CURRENT_PROJECT_VERSION = 622;
777777
DEVELOPMENT_TEAM = BC32QNM6AD;
778778
ENABLE_BITCODE = NO;
779779
ENABLE_NS_ASSERTIONS = YES;
@@ -806,7 +806,7 @@
806806
"$(inherited)",
807807
"$(PROJECT_DIR)",
808808
);
809-
MARKETING_VERSION = 11.9.0;
809+
MARKETING_VERSION = 11.11.0;
810810
OTHER_LDFLAGS = (
811811
"$(inherited)",
812812
"-ObjC",
@@ -971,6 +971,77 @@
971971
};
972972
name = ReleaseDevToolsEnabled;
973973
};
974+
83CBBA221A601CBA00E9B192 /* Release */ = {
975+
isa = XCBuildConfiguration;
976+
buildSettings = {
977+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
978+
ALWAYS_SEARCH_USER_PATHS = NO;
979+
CC = "";
980+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
981+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
982+
CLANG_CXX_LIBRARY = "libc++";
983+
CLANG_ENABLE_MODULES = YES;
984+
CLANG_ENABLE_OBJC_ARC = YES;
985+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
986+
CLANG_WARN_BOOL_CONVERSION = YES;
987+
CLANG_WARN_COMMA = YES;
988+
CLANG_WARN_CONSTANT_CONVERSION = YES;
989+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
990+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
991+
CLANG_WARN_EMPTY_BODY = YES;
992+
CLANG_WARN_ENUM_CONVERSION = YES;
993+
CLANG_WARN_INFINITE_RECURSION = YES;
994+
CLANG_WARN_INT_CONVERSION = YES;
995+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
996+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
997+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
998+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
999+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
1000+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1001+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1002+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1003+
CLANG_WARN_UNREACHABLE_CODE = YES;
1004+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1005+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1006+
COPY_PHASE_STRIP = YES;
1007+
CXX = "";
1008+
ENABLE_NS_ASSERTIONS = NO;
1009+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1010+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
1011+
GCC_C_LANGUAGE_STANDARD = gnu99;
1012+
GCC_NO_COMMON_BLOCKS = YES;
1013+
GCC_PREPROCESSOR_DEFINITIONS = (
1014+
"$(inherited)",
1015+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
1016+
);
1017+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1018+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1019+
GCC_WARN_UNDECLARED_SELECTOR = YES;
1020+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1021+
GCC_WARN_UNUSED_FUNCTION = YES;
1022+
GCC_WARN_UNUSED_VARIABLE = YES;
1023+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
1024+
LD = "";
1025+
LDPLUSPLUS = "";
1026+
MTL_ENABLE_DEBUG_INFO = NO;
1027+
OTHER_CFLAGS = (
1028+
"$(inherited)",
1029+
"-DRCT_REMOVE_LEGACY_ARCH=1",
1030+
);
1031+
OTHER_CPLUSPLUSFLAGS = (
1032+
"$(inherited)",
1033+
"-DRCT_REMOVE_LEGACY_ARCH=1",
1034+
);
1035+
OTHER_LDFLAGS = "$(inherited)";
1036+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
1037+
SDKROOT = iphoneos;
1038+
SWIFT_COMPILATION_MODE = wholemodule;
1039+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
1040+
USE_HERMES = true;
1041+
VALIDATE_PRODUCT = YES;
1042+
};
1043+
name = Release;
1044+
};
9741045
EB66C5DC2242BCE600CD7DBB /* ReleaseDevToolsEnabled */ = {
9751046
isa = XCBuildConfiguration;
9761047
baseConfigurationReference = DF8CCDFC26E5FA0900323934 /* DeveloperApp.release.devtools.xcconfig */;
@@ -980,7 +1051,7 @@
9801051
CODE_SIGN_ENTITLEMENTS = DeveloperApp/DeveloperApp.entitlements;
9811052
CODE_SIGN_IDENTITY = "Apple Development";
9821053
CODE_SIGN_STYLE = Automatic;
983-
CURRENT_PROJECT_VERSION = 619;
1054+
CURRENT_PROJECT_VERSION = 622;
9841055
DEVELOPMENT_TEAM = BC32QNM6AD;
9851056
ENABLE_BITCODE = NO;
9861057
ENABLE_NS_ASSERTIONS = YES;
@@ -1018,7 +1089,7 @@
10181089
"$(inherited)",
10191090
"$(PROJECT_DIR)",
10201091
);
1021-
MARKETING_VERSION = 11.9.0;
1092+
MARKETING_VERSION = 11.11.0;
10221093
OTHER_LDFLAGS = (
10231094
"$(inherited)",
10241095
"-ObjC",
@@ -1053,6 +1124,7 @@
10531124
isa = XCConfigurationList;
10541125
buildConfigurations = (
10551126
83CBBA201A601CBA00E9B192 /* Debug */,
1127+
83CBBA221A601CBA00E9B192 /* Release */,
10561128
83CBBA211A601CBA00E9B192 /* ReleaseDevToolsEnabled */,
10571129
);
10581130
defaultConfigurationIsVisible = 0;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"store-versions": {
6-
"google-play": "11.9.0",
7-
"apple-store": "11.9.0"
6+
"google-play": "11.11.0",
7+
"apple-store": "11.11.0"
88
},
99
"private": true,
1010
"scripts": {

0 commit comments

Comments
 (0)