Commit Graph

55 Commits

Author SHA1 Message Date
Robert Payne 1d0160bce2 Fix typo 2020-09-25 15:32:35 +12:00
Robert Payne 18608ead65 Xcode 12 and SwiftPM enhancements 2020-09-25 15:27:40 +12:00
wotjd 4cac0e9ac1
Add method getting constraint with closure to ConstraintMakerRelatable (#663)
* add ConstraintMakerRelatable extension

* fix fatalError message

Co-authored-by: Jimi <jimi-hpcnt@hpcnt.com>
2020-07-08 10:57:32 +12:00
Wang, Chi dfe862da48
Add back support for OS X 10.11 (#645) 2020-07-08 10:52:57 +12:00
pushp1989 d592d1d9be Migrate to Xcode 11 and updated travis.yml (#629)
* Migrate to Xcode 11 and updated travis.yml

* Travis to support Xcode 11
2019-11-27 23:27:13 +13:00
Josh Converse 04e9c890aa Adds support for NSDirectionalEdgeInsets as an inset constant (#594) 2019-06-11 00:32:33 +12:00
Robert Payne 5b0282cf8b Bump min version requirements 2019-04-28 20:57:48 +12:00
Jungwon An ca81e8ece0 Support swift 5.0 (#570)
* Update swift version 5.0

* Remove needless access control

* Fix misused "Available" annotations

* Support @unknown default

* Support swift 5.0 in test code

* Update podspec

* Update travis CI

* Code review by @freak4pc

* Add constraint for Swift version

* Fix build failed
2019-04-03 06:25:22 +13:00
Ibrahim Koteish 460a6c524f Update Swift Language version to 4.2 under build settings (#551)
* Update swift language version to 4.2 in build settings

* Update podspec
2018-10-22 04:48:31 -07:00
Shai Mishali 6af44ff4c9 Update project to get rid of Migration Warning (#547) 2018-09-29 02:28:33 -07:00
Linus Unnebäck 01124b9f32 Add Swift Package Manager support (#501) 2018-05-19 16:47:52 +12:00
Robert Payne 0417bda236 Prepare for release 2017-09-17 14:21:22 +12:00
Raimon Lapuente e44888b0e4 Xcode 4 mac compatibility (#446)
* Typealias the types that are different on mac and ios
Update tests because when failing they where being blocked and stoped running

* try xcode 9 version to see tests pass

* Renaming the Typealiases to remove Generic suffix and NS prefix
2017-09-17 14:15:34 +12:00
Robert Payne d31148f449 Swift 4 Migration 2017-06-12 22:12:07 +12:00
Robert Payne a15821b791 Improve Priority API's 2017-02-11 22:49:00 +13:00
Jordane Belanger 2313eb2818 Switched main target build settings' "skip install" default settings to YES. (#391) 2017-02-11 22:32:47 +13:00
Robert Payne 9dcfb53445 Update project files 2016-12-26 00:26:06 +13:00
Robert Payne 6ef7fca953 Attempt to fix Carthage Schemes 2016-11-27 02:25:37 +13:00
Robert Payne cfa5e8cb5b Fix up iOS 9 / OSX 10.11 availability on Layout Guides 2016-10-11 23:17:32 +13:00
Robert Payne dc304472aa Begin support for LayoutGuide constraint maker 2016-10-07 23:58:56 +13:00
Robert Payne daf00b5a3e Update settings for Carthage 2016-10-07 23:25:17 +13:00
Robert Payne 757ff896b4 Fix erroneus scheme 2016-10-07 23:03:10 +13:00
Robert Payne f03dd0e85f Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into develop
# Conflicts:
#	.travis.yml
#	CHANGELOG.md
#	README.md
#	SnapKit.podspec
#	SnapKit.xcodeproj/project.pbxproj
#	SnapKit.xcodeproj/xcshareddata/xcschemes/SnapKit OSX.xcscheme
#	SnapKit.xcodeproj/xcshareddata/xcschemes/SnapKit iOS.xcscheme
#	Source/Constraint.swift
#	Source/ConstraintAttributes.swift
#	Source/ConstraintDescription.swift
#	Source/ConstraintMaker.swift
#	Source/ConstraintView.swift
#	Source/Debugging.swift
#	Source/LayoutConstraint.swift
#	Source/View+SnapKit.swift
#	Tests/Tests.swift
2016-09-14 20:55:25 +12:00
Robert Payne 25bd7dab9e Fix for tests 2016-09-14 20:49:36 +12:00
Robert Payne fa96e379bc Add tests to updated build scheme 2016-09-14 20:45:03 +12:00
Robert Payne fa5290e5ff Improve project setup for multiplatform 2016-09-14 20:44:06 +12:00
Robert Payne 2764642a2d Tweaks for OSX support 2016-09-02 01:39:08 +12:00
Robert Payne fc298aeaf4 Split up DSL and add support for UILayoutGuide 2016-09-02 00:27:26 +12:00
Robert Payne bd6643ff54 Enable coverage results in tests 2016-08-16 22:53:01 +12:00
Robert Payne 439e2e8e39 Xcode 8 - Beta 3 tweaks 2016-08-08 11:10:48 +12:00
Robert Payne 7631964aee Don’t build for running 2016-08-08 11:08:26 +12:00
Robert Payne 9d0232ca08 API updates, migrate away from iOS 7.0 support 2016-08-06 22:38:02 +12:00
Robert Payne 5b5720d435 Tweak build settings 2016-08-04 10:27:05 +12:00
Alex Pawlowski d00444d7d1 Migrated to latest Swift 3.0 syntax and latest macOS Cocoa API 2016-06-28 15:31:43 +03:00
Robert Payne 37dd5e9310 Update for Swift 2.3 2016-06-21 18:56:32 +12:00
Robert Payne 8355410d92 Swift 3.0 Migration 2016-06-15 13:49:49 +12:00
Jamie White 8511c60d27 Enabling app extension API only for tvOS and OSX targets 2016-04-19 20:50:23 +01:00
Spiros Gerokostas a231343050 updates 2016-03-01 13:13:24 +02:00
Spiros Gerokostas 2cd154ed2a basic scrollview example 2016-03-01 12:14:50 +02:00
Spiros Gerokostas b206d5ffd5 adding example project 2016-03-01 11:58:06 +02:00
Robert Payne 61b4016202 Fix improper revert 2016-01-27 01:04:28 +13:00
Robert Payne 105dd74a9c Re-add SourceLocation.swift 2016-01-27 00:44:05 +13:00
Robert Payne 1a1592e04e Fix up bad tvOS target 2016-01-27 00:23:37 +13:00
Stephen Yao a3824e54a0 Changed code-signing to iOS-distribution for Release target 2016-01-27 00:20:05 +13:00
eralpkaraduman d92a316052 Added tvOS target
added tvOS test target

# Conflicts:
#	SnapKit.xcodeproj/project.pbxproj
2016-01-27 00:19:49 +13:00
Robert Payne 7ba532d597 Major overhaul 2016-01-26 23:49:04 +13:00
Robert Payne cbd76888c8 Merge pull request #179 from eralpkaraduman/develop
Added tvOS target for Carthage support
2016-01-21 11:07:56 +13:00
Stephen Yao 4446f7d1dc Changed code-signing to iOS-distribution for Release target 2016-01-06 14:21:26 +11:00
eralpkaraduman cd35eedc26 Added tvOS target
added tvOS test target
2016-01-01 01:57:54 +02:00
Robert Payne 2dcf3bddfa nits 2015-11-08 21:18:01 +13:00