aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.xcodeproj/xcshareddata
AgeCommit message (Collapse)Author
2016-11-17MASShortcut.xcodeproj: Change settings to work in Low Battery YupTeddy Wing
Change a number of settings to work in the context of my application and my computer/development environment. * Set build architecture to Standard (32/64-bit Intel) * Set deployment target to 10.8 * Link MASShortcut.framework with Carbon.framework (fix * `CopySymbolicHotKeys` etc. undeclared error) * Delete test target because it was failing on: target specifies product type 'com.apple.product-type.bundle.unit-test', but there's no such product type for the 'macosx' platform Since I don't appear to have that product type in my Xcode 4.5.2, I figured I wasn't really going to run the tests anyway so let's just delete the target in order to get the framework to build.
2016-10-28Update build warnings as suggested by Xcode 8Tomáš Znamenáček
2016-08-08Upgrade Projects to Xcode 7Vadim Shpakovski
2015-08-18Added Czech localization.Tomáš Znamenáček
2015-03-09Namespaced the testing build scheme name (Tests → MASShortcutTests).Tomáš Znamenáček
2015-01-13Added shared Xcode schemes to help Travis with the build.Tomáš Znamenáček