Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: app minification #988

Merged
merged 14 commits into from
Mar 4, 2025
Prev Previous commit
Next Next commit
fix: add ios minification flags
jimcase committed Mar 3, 2025
commit 0765f6ad095bf8381f9aea9eb6b25891f78d391e
5 changes: 4 additions & 1 deletion ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -320,7 +320,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -337,6 +337,9 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS= NO;
DEAD_CODE_STRIPPING = YES;
STRIP_STYLE = all;
};
name = Release;
};
Loading