Skip to content

Commit

Permalink
Prepare iOS publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp committed Nov 29, 2024
1 parent 29da977 commit 318a37e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions app/ios/grodno-roads-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 100;
DEVELOPMENT_ASSET_PATHS = "\"grodno-roads-ios/Preview Content\"";
DEVELOPMENT_TEAM = 9DVPR48GRE;
DEVELOPMENT_TEAM = XGV27LYB6Y;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -459,6 +460,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.egoriku.grodnoroads;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -477,10 +479,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 100;
DEVELOPMENT_ASSET_PATHS = "\"grodno-roads-ios/Preview Content\"";
DEVELOPMENT_TEAM = 9DVPR48GRE;
DEVELOPMENT_TEAM = XGV27LYB6Y;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -513,6 +516,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.egoriku.grodnoroads;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=true

Expand All @@ -15,4 +15,4 @@ kotlin.code.style=official
xcodeproj=./app/ios

#Moko
moko.resources.disableStaticFrameworkWarning=true
moko.resources.disableStaticFrameworkWarning=true

0 comments on commit 318a37e

Please sign in to comment.