Skip to content

Commit

Permalink
Update Project.
Browse files Browse the repository at this point in the history
  • Loading branch information
zekunyan committed Oct 7, 2016
1 parent a2df26e commit e928aec
Show file tree
Hide file tree
Showing 90 changed files with 1,516 additions and 2,667 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,13 +1,12 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode8
language: objective-c
cache: cocoapods
podfile: Example-Swift/Podfile
podfile: Example/Podfile
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod install --project-directory=Example-Swift
script:
- set -o pipefail && xcodebuild clean build -workspace Example-Swift/TTGSnackbarExample.xcworkspace -scheme TTGSnackbarExample -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild clean build -workspace Example/TTGSnackbar.xcworkspace -scheme TTGSnackbar-Example -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty
6 changes: 0 additions & 6 deletions Example-Objc/Podfile

This file was deleted.

16 changes: 0 additions & 16 deletions Example-Objc/Pods/Manifest.lock

This file was deleted.

546 changes: 0 additions & 546 deletions Example-Objc/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e928aec

Please sign in to comment.