-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Barreto
committed
Apr 1, 2019
1 parent
643a91e
commit c9893bc
Showing
22 changed files
with
73 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
language: objective-c | ||
osx_image: xcode10.2 | ||
branches: | ||
only: | ||
- master | ||
env: | ||
- DESTINATION="OS=12.2,name=iPhone 8" SCHEME="Eureka" SDK=iphonesimulator | ||
- DESTINATION="OS=12.2,name=iPhone XS" SCHEME="Eureka" SDK=iphonesimulator | ||
before_install: | ||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet | ||
- brew update | ||
- brew outdated carthage || brew upgrade carthage | ||
script: | ||
- set -o pipefail | ||
- xcodebuild -version | ||
- xcodebuild -project Eureka.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c | ||
- xcodebuild -project Eureka.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='5.0' target-platform='ios' auto-termination-delay='20' display-mode='rendered' executeOnSourceChanges='false' timelineScrubberEnabled='true' last-migration='0900'> | ||
<playground version='5.0' target-platform='ios' auto-termination-delay='20' display-mode='rendered' timelineScrubberEnabled='true' last-migration='1020'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Eureka' | ||
s.version = '4.3.1' | ||
s.version = '5.0.0' | ||
s.license = 'MIT' | ||
s.summary = 'Elegant iOS Forms in pure Swift' | ||
s.homepage = 'https://github.com/xmartlabs/Eureka' | ||
s.social_media_url = 'http://twitter.com/xmartlabs' | ||
s.authors = { 'Martin Barreto' => '[email protected]', 'Mathias Claassen' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/xmartlabs/Eureka.git', :tag => s.version } | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '9.3' | ||
s.ios.frameworks = 'UIKit', 'Foundation' | ||
s.source_files = 'Source/**/*.swift' | ||
s.resources = 'Source/Resources/Eureka.bundle' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.