Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 321191e

Browse files
dmytrozavgorodniycybergrind
authored andcommitted
v1.0.0 (#4)
1 parent f3946da commit 321191e

File tree

281 files changed

+4048
-17777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+4048
-17777
lines changed

.gitignore

+22-49
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4-
5-
## Build generated
6-
build/
7-
DerivedData/
1+
# OS X
2+
.DS_Store
83

9-
## Various settings
4+
# Xcode
5+
build/*
106
*.pbxuser
117
!default.pbxuser
128
*.mode1v3
@@ -15,46 +11,23 @@ DerivedData/
1511
!default.mode2v3
1612
*.perspectivev3
1713
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
14+
*.xcworkspace
15+
!default.xcworkspace
16+
!tipsi.xcworkspace
17+
xcuserdata
18+
profile
2119
*.moved-aside
22-
*.xcuserstate
23-
24-
## Obj-C/Swift specific
25-
*.hmap
26-
*.ipa
27-
*.dSYM.zip
28-
*.dSYM
29-
30-
# CocoaPods
31-
#
32-
# We recommend against adding the Pods directory to your .gitignore. However
33-
# you should judge for yourself, the pros and cons are mentioned at:
34-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
35-
#
36-
# Pods/
37-
38-
# Carthage
39-
#
40-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
41-
# Carthage/Checkouts
42-
43-
Carthage/Build
44-
45-
# fastlane
46-
#
47-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48-
# screenshots whenever they are needed.
49-
# For more information about the recommended setup visit:
50-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
51-
52-
fastlane/report.xml
53-
fastlane/screenshots
54-
55-
#Code Injection
56-
#
57-
# After new code Injection tools there's a generated folder /iOSInjectionProject
58-
# https://github.com/johnno1962/injectionforxcode
5920

60-
iOSInjectionProject/
21+
# generic osx
22+
*~
23+
*.lock
24+
!Podfile.lock
25+
!Manifest.lock
26+
*.DS_Store
27+
.DS_Store
28+
*.swp
29+
*.out
30+
31+
# idea
32+
.idea/*
33+
*.scm

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
osx_image: xcode7.3
1+
osx_image: xcode8
22
language: objective-c
33
script: xcodebuild -workspace Example/TPSDropDown.xcworkspace -scheme TPSDropDown-Example -sdk iphonesimulator -destination 'name=iPhone 6' build test | xcpretty -c && exit ${PIPESTATUS[0]}

Example/Podfile

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
use_frameworks!
22

33
target 'TPSDropDown_Example' do
4-
pod 'pop', '1.0.9'
5-
pod 'TPSDropDown', :path => '../'
6-
7-
target 'TPSDropDown_Tests' do
8-
inherit! :search_paths
9-
pod 'pop', '1.0.9'
104
pod 'TPSDropDown', :path => '../'
11-
pod 'Specta'
12-
pod 'Expecta'
13-
pod 'FBSnapshotTestCase'
14-
pod 'Expecta+Snapshots'
15-
end
5+
6+
target 'TPSDropDown_Tests' do
7+
inherit! :search_paths
8+
pod 'FBSnapshotTestCase', '~> 2.1'
9+
pod 'TPSDropDown', :path => '../'
10+
end
1611
end

Example/Podfile.lock

+14-27
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,26 @@
11
PODS:
2-
- Expecta (1.0.5)
3-
- Expecta+Snapshots (3.0.0):
4-
- Expecta (~> 1.0)
5-
- FBSnapshotTestCase/Core (~> 2.0)
6-
- Specta (~> 1.0)
7-
- FBSnapshotTestCase (2.1.2):
8-
- FBSnapshotTestCase/SwiftSupport (= 2.1.2)
9-
- FBSnapshotTestCase/Core (2.1.2)
10-
- FBSnapshotTestCase/SwiftSupport (2.1.2):
2+
- FBSnapshotTestCase (2.1.4):
3+
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
4+
- FBSnapshotTestCase/Core (2.1.4)
5+
- FBSnapshotTestCase/SwiftSupport (2.1.4):
116
- FBSnapshotTestCase/Core
12-
- pop (1.0.9)
13-
- Specta (1.0.5)
14-
- TPSDropDown (0.4.0):
15-
- pop (= 1.0.9)
7+
- TPSDropDown (1.0.0):
8+
- TPSMKDropdownMenu (~> 1.3)
9+
- TPSMKDropdownMenu (1.3.1)
1610

1711
DEPENDENCIES:
18-
- Expecta
19-
- Expecta+Snapshots
20-
- FBSnapshotTestCase
21-
- pop (= 1.0.9)
22-
- Specta
12+
- FBSnapshotTestCase (~> 2.1)
2313
- TPSDropDown (from `../`)
2414

2515
EXTERNAL SOURCES:
2616
TPSDropDown:
27-
:path: "../"
17+
:path: ../
2818

2919
SPEC CHECKSUMS:
30-
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
31-
Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516
32-
FBSnapshotTestCase: 918c55861356ee83aee7843d759f55a18ff6982b
33-
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce
34-
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
35-
TPSDropDown: 5f3ca38a7460772a4209f34367cf87123409f630
20+
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
21+
TPSDropDown: 658ca1b64c92338de264ef06ac362c0bd5a73669
22+
TPSMKDropdownMenu: 39d1f450747f152dbbede525b26033ab0571ac54
3623

37-
PODFILE CHECKSUM: 5c2cbf65620b6d8bf9c98021dc0b3110ce383fc3
24+
PODFILE CHECKSUM: 9b265cdd356fbe4575e124ee45c4b80f003211d6
3825

39-
COCOAPODS: 1.1.0.rc.2
26+
COCOAPODS: 1.1.1

Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h

-14
This file was deleted.

0 commit comments

Comments
 (0)