Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,167
    • Issues 4,167
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Repository
  • cmake
  • Source
  • QtDialog
  • Info.plist.in
Find file BlameHistoryPermalink
  • Brad King's avatar
    OS X: Set CMake.app bundle Info.plist fields (#11694) · dcf1b645
    Brad King authored Oct 08, 2013
    Use the Apple Info.plist reference documentation:
    
     Core Foundation Keys
     https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
    
     Launch Services Keys
     https://developer.apple.com/library/mac/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html
    
     Cocoa Keys
     https://developer.apple.com/library/mac/documentation/general/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html
    
    modify the Info.plist we create for cmake-gui to add/set fields
    
     CFBundleShortVersionString = The release-version-number string
     LSApplicationCategoryType  = UTI that categorizes the app for the App Store
     NSHumanReadableCopyright   = Specifies the copyright notice
    
    and drop fields
    
     CFBundleGetInfoString
     CFBundleLongVersionString
     LSRequiresCarbon
    
    Also prepare to set
    
     CFBundleVersion            = The build-version-number string
    
    but leave it commented out as TBD (To Be De...
    dcf1b645