Commit Graph

15 Commits

Author SHA1 Message Date
Greg Neagle
a6a070db0f Adjust build architectures for MunkiStatus (don't build 32-bit code) -- may address build issues under Xcode 10 2018-10-18 09:07:58 -07:00
Greg Neagle
9917df8708 Speed up launch of MunkiStatus by replacing wildcard imports from Foundation and AppKit with selective import of needed symbols. 2017-06-26 09:23:02 -07:00
Greg Neagle
9da9d24a22 Link Managed Software Center.app and MunkiStatus.app to Python 2.7 instead of 2.6 2017-06-09 06:48:19 -07:00
Greg Neagle
e171a251c8 # This is a combination of 4 commits.
# The first commit's message is:
Update build targets to 10.8; change forward/back controls from deprecated 'textured rounded' to 'textured square'

# This is the 2nd commit message:

MunkiStatus: update build targets to 10.8

# This is the 3rd commit message:

munki-notifier: set deployment target to 10.8

# This is the 4th commit message:

MunkiStatus: tweak MainMenu.xib to built for deployment target
2017-03-24 15:14:47 -07:00
Greg Neagle
dca0608aab Revert "Munki3: Update project settings to Xcode 8.2, deployment target 10.8 (#736)"
This reverts commit a60cff69b8.
2017-03-24 14:35:58 -07:00
Timothy Sutton
a60cff69b8 Munki3: Update project settings to Xcode 8.2, deployment target 10.8 (#736)
* Updates for Xcode 8

- applied recommended settings (mostly Clang-related)
- Fixed Deployment Target to 10.8 for all projects
- set macOS SDK explicitly to 10.12
- switch textured rounded to textured square for MSC toolbar navigation UI element

* macOS 10.12 SDK -> macOS current

* Revert height property change within MSC Log window
2017-03-24 14:18:49 -07:00
Greg Neagle
6558090190 Add log window to MunkiStatus 2016-04-19 09:46:05 -07:00
Greg Neagle
b2c4e138f1 Attempt for MunkiStatus to automagically stay in front of loginwindow PolicyBanner in 10.11+ 2016-03-21 15:48:42 -07:00
Greg Neagle
cbe21d36ff Change Base SDK for apps to 'Latest OS X' and OS X Deployment Target to 'OS X 10.6' 2015-11-18 16:36:06 -08:00
Greg Neagle
45b3fbf785 Update project settings for Managed Software Center and MunkiStatus to add Japanese localization 2015-07-08 15:25:36 -04:00
Greg Neagle
05b82c1c43 More Italian localization bits for MunkiStatus.app 2014-10-28 10:02:55 -07:00
Timothy Sutton
f1515eb8a1 Move 'Embed version info' phase to end in Xcode project
- fixes issue where, in Xcode 6, the template app plists were not yet
  copied to the TARGET_BUILD_DIR during build
2014-10-07 10:29:23 -04:00
Greg Neagle
caeecc92e3 Huge localization update.
Changed toolbar at the top of the MSC main window from a fake toolbar to an NSToolbar. This allows the buttons to auto-resize to show the entire label when the localized language labels are wider than the English labels. Also provides better/more-Mac-like behavior when in full-screen mode.

Updated all lproj/MainMenu.xib files to have the correct strings; ported the translated button labels to the new controls.

Added additional managedsoftwareupdate message strings to Managed Software Center and MunkiStatus's Localizable strings.

Normalized all Managed Software Center/*.lproj/Localizable.strings so all comments and keys match en.lproj.
2014-08-25 08:39:37 -07:00
Timothy Sutton
d7d5fc1b41 en_CA, en_GB, en_CA: s/Center/Centre/g
- also add CFBundleDisplayName in InfoPlist.strings
2014-08-07 12:07:29 -04:00
Greg Neagle
b49b5fa558 Move both apps into an apps subdirectory so we can auto-increment app.pkg version if either app is updated 2014-06-25 18:59:57 -07:00