diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-07-09 12:45:03 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2019-07-09 12:45:03 (GMT) |
commit | 98617f1be07ecded94085f0aac41284604d3c684 (patch) | |
tree | a46a6e04b4c1a20b6d8611fec3ee3a961b3791b7 /Modules/CPack.Info.plist.in | |
parent | e559a3e9900a7c040de2faf36a196b59e82cdd73 (diff) | |
download | CMake-98617f1be07ecded94085f0aac41284604d3c684.zip CMake-98617f1be07ecded94085f0aac41284604d3c684.tar.gz CMake-98617f1be07ecded94085f0aac41284604d3c684.tar.bz2 |
Refactor: Move CPack internal files to `Internal/CPack/` directory
Some commits ago all CPack internal `*.cmake` files have been moved
to `Internal/CPack/`. This commit also move some templates
internally used by generators to the same location to make
`Modules/` directory less noisy w/ files the end users don't
need to use/see.
Diffstat (limited to 'Modules/CPack.Info.plist.in')
-rw-r--r-- | Modules/CPack.Info.plist.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Modules/CPack.Info.plist.in b/Modules/CPack.Info.plist.in deleted file mode 100644 index 6e32500..0000000 --- a/Modules/CPack.Info.plist.in +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> - -<plist version="1.0"> -<dict> -<key>IFMajorVersion</key> -<integer>@CPACK_PACKAGE_VERSION_MAJOR@</integer> -<key>IFMinorVersion</key> -<integer>@CPACK_PACKAGE_VERSION_MINOR@</integer> -<key>IFPkgFlagAllowBackRev</key> -<false/> -<key>IFPkgFlagAuthorizationAction</key> -<string>AdminAuthorization</string> -<key>IFPkgFlagDefaultLocation</key> -<string>@CPACK_PACKAGE_DEFAULT_LOCATION@</string> -<key>IFPkgFlagInstallFat</key> -<false/> -<key>IFPkgFlagIsRequired</key> -<false/> -<key>IFPkgFlagOverwritePermissions</key> -<true/> -<key>IFPkgFlagRelocatable</key> -<@CPACK_PACKAGE_RELOCATABLE@/> -<key>IFPkgFlagRestartAction</key> -<string>NoRestart</string> -<key>IFPkgFlagRootVolumeOnly</key> -<false/> -<key>IFPkgFlagUpdateInstalledLanguages</key> -<false/> -<key>IFPkgFlagUseUserMask</key> -<false/> -<key>IFPkgFormatVersion</key> -<real>0.10000000149011612</real> -<key>CFBundleIdentifier</key> -<string>com.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@@CPACK_MODULE_VERSION_SUFFIX@</string> -</dict> -</plist> |