build(project): modernize Xcode project and update for macOS 26 compa…#28
Open
BAProductions wants to merge 1 commit intopackagesdev:masterfrom
Open
build(project): modernize Xcode project and update for macOS 26 compa…#28BAProductions wants to merge 1 commit intopackagesdev:masterfrom
BAProductions wants to merge 1 commit intopackagesdev:masterfrom
Conversation
…tibility - Update objectVersion from 46 to 54 to support newer Xcode project format and build system improvements - Add UniformTypeIdentifiers.framework to enable modern Uniform Type Identifiers API usage - Add Base localization folder reference for SHConfigurationWindowController to support base internationalization - Remove duplicate SHConfigurationWindowController.xib resource entry to avoid conflicts - Set BuildIndependentTargetsInParallel to YES to improve build speed with parallel target compilation - Update LastUpgradeCheck to 2600 to reflect current Xcode tools version - Change developmentRegion from “English” to “en” for correct regional settings handling - Add 'Base' localization to knownRegions for consistent base localization recognition - Enable multiple compiler warnings (CLANG_WARN_*) to enforce stricter code quality and catch potential issues early - Enable DEAD_CODE_STRIPPING for optimized binary size and removal of unused code - Enable ENABLE_STRICT_OBJC_MSGSEND and ENABLE_USER_SCRIPT_SANDBOXING to strengthen Obj-C messaging and sandbox security - Change MACOSX_DEPLOYMENT_TARGET from 10.9 to 26.0 to target latest macOS version - Change SDKROOT from macosx10.9 to macosx for compatibility with latest macOS frameworks - Enable STRING_CATALOG_GENERATE_SYMBOLS for automatic generation of string catalog symbols to help localization - Update PRODUCT_BUNDLE_IDENTIFIER pattern to support consistent reverse DNS naming convention - Bump Info.plist CFBundleShortVersionString from 2.6 to 2.7, CFBundleVersion from 10 to 11 reflecting release progression - Remove obsolete PBXRezBuildPhase section that is no longer needed in current Xcode project format This commit ensures compatibility with modern macOS SDKs, strengthens build safety and quality standards, enhances localization support, and integrates up-to-date system frameworks to future-proof the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…tibility
This commit ensures compatibility with modern macOS SDKs, strengthens build safety and quality standards, enhances localization support, and integrates up-to-date system frameworks to future-proof the project.