Skip to content

Conversation

@BAProductions
Copy link

…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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant