Skip to content

Commit

Permalink
Update sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Jul 2, 2018
1 parent 10b526a commit de0f443
Show file tree
Hide file tree
Showing 52 changed files with 1,729 additions and 1,271 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
language: objective-c
osx_image: xcode8.3
osx_image: xcode9.4

env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=Sample.xcworkspace
- SCHEME=Sample
- SDK=iphonesimulator10.3
- SDK=iphonesimulator11.4
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=10.3.1,name=iPhone SE"
- DESTINATION="OS=9.0,name=iPhone 6"
- DESTINATION="OS=11.4,name=iPhone X"
- DESTINATION="OS=10.3.1,name=iPhone 7"
- DESTINATION="OS=9.3,name=iPhone 6"

install:
- bundle install
Expand Down
14 changes: 3 additions & 11 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,9 @@ target 'Sample' do

target 'SampleTests' do
inherit! :search_paths
pod 'OCMock', '~> 3.4'
pod 'Expecta', '~> 1.0.5'
pod 'Quick', '~> 1.1.0'
pod 'OCMock'
pod 'Expecta'
pod 'Quick'
end

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
28 changes: 17 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
PODS:
- Expecta (1.0.5)
- OCMock (3.4)
- Quick (1.1.0)
- Expecta (1.0.6)
- OCMock (3.4.2)
- Quick (1.3.0)

DEPENDENCIES:
- Expecta (~> 1.0.5)
- OCMock (~> 3.4)
- Quick (~> 1.1.0)
- Expecta
- OCMock
- Quick

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Expecta
- OCMock
- Quick

SPEC CHECKSUMS:
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
Quick: 03278013f71aa05fe9ecabc94fbcc6835f1ee76f

PODFILE CHECKSUM: ae8befc2fd1d50099f4b42856f2ac515d7cd2dbf
PODFILE CHECKSUM: 9459ed323e22afc5735b7854a442b57613e47d79

COCOAPODS: 1.2.0
COCOAPODS: 1.5.0
8 changes: 4 additions & 4 deletions Pods/Expecta/Expecta/EXPDefines.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Pods/Expecta/Expecta/Matchers/EXPMatchers+respondTo.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

140 changes: 72 additions & 68 deletions Pods/Expecta/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 17 additions & 11 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions Pods/OCMock/Source/OCMock/NSInvocation+OCMAdditions.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de0f443

Please sign in to comment.