aboutsummaryrefslogtreecommitdiff
path: root/GoogleToolboxForMac.podspec
Commit message (Collapse)AuthorAge
* Fix some other iOS min versions to support Xcode 12.Gravatar Thomas Van Lenten2020-10-22
|
* Version bump for a release.Gravatar Thomas Van Lenten2020-10-22
|
* Bump the iOS deployment version since Xcode 12 don't build for iOS 8.Gravatar Thomas Van Lenten2020-10-22
|
* bump the version number to do a release soon.Gravatar Thomas Van Lenten2019-10-22
|
* Add missing dep for podspec.Gravatar Thomas Van Lenten2019-05-17
|
* Bump the version for a pods release.Gravatar Thomas Van Lenten2019-05-17
|
* Add GTMTimeUtils (#229)Gravatar dmaclach2019-01-03
| | | Utilities for relatively common desire to know the launch time of an app, or the boot time of a device.
* Version bump for a release.Gravatar Thomas Van Lenten2018-12-05
| | | | | | | | | | Looking at what has changed since the last release: https://github.com/google/google-toolbox-for-mac/compare/v2.1.4...master There are two small fixes, but the rest is removing a few unused things and the majority is marking things as deprecated that the System Frameworks now provide. So bumping the minor version so folks can control when they adopt this if they so wish.
* Project modernization.Gravatar Thomas Van Lenten2018-11-15
| | | | | | | | | - Create shared scheme to use. - Let Xcode (9.4.1) update the project files and add some warnings. - Remove -finalize (GC days are gone) - Add some more pragmas to compile cleanly. - The iOS targets had a mix of 7.0 and 8.0 min versions, so make them all 8.
* Remove AddressBook subspec since files are gone.Gravatar Thomas Van Lenten2018-09-04
|
* Bump the version to cut a release for newer Xcodes.Gravatar Thomas Van Lenten2018-04-23
|
* Bump to v2.1.3 for another releaseGravatar Thomas Van Lenten2017-10-06
|
* version bump for cutting a releaseGravatar Thomas Van Lenten2017-10-06
|
* Add default_subspecs to help avoid testing code ended up in apps.Gravatar Thomas Van Lenten2017-06-19
| | | | This has come up on issues #130 and #138.
* Fixed PodSpec for tvOS (#140)Gravatar Mario Hahn2017-05-19
| | | | Fixed PodSpec for tvOS
* Support for tvOS (#139)Gravatar Mario Hahn2017-05-18
| | | | Support for tvOS
* Bump the pod version to do a releaseGravatar Thomas Van Lenten2017-01-11
|
* fix typo of stay commaGravatar Thomas Van Lenten2016-10-07
|
* Version bump for the podspecGravatar Thomas Van Lenten2016-10-07
|
* First cut at pruning things/updating things.Gravatar dmaclach2016-10-07
| | | | | | | | | | | | | | | Remove a bunch of code that Google stopped using/maintaining rather than trying to update it it. Some would be hard to update, some actually has system provided replacements; others are patterns that just don't seem as common now. Prune out the code related to macOS <= 10.5, start pruning some of the really old iOS support also. Get the projects mostly limping again with modern Xcodes so tests can be run. If someone ends up on this commit via history for something they still find as useful, feel free to do a pull request to bring the snippet of code back to life and update it for current SDKs.
* Fix up GTM_METHOD_CHECK so that it doesn't need the objectivec runtime calls.Gravatar Thomas Van Lenten2016-09-16
|
* Tweak version to do a pod pushGravatar Thomas Van Lenten2016-08-05
|
* Add a podspec for GTM. This only adds a podspec for some of the ↵Gravatar Jonathan MacMillan2016-02-25
commonly-used pieces of GTM.