Skip to content

Commit a554fcd

Browse files
committed
update Xcode version and logic to execute unit testing
1 parent f33d40d commit a554fcd

File tree

4 files changed

+148
-8
lines changed

4 files changed

+148
-8
lines changed

.gitignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@ Carthage/Checkouts
5353
Carthage/Build
5454

5555
# fastlane
56-
#
57-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
58-
# screenshots whenever they are needed.
59-
# For more information about the recommended setup visit:
60-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
6156

57+
.bundle
58+
vendor/
59+
test_output/
6260
fastlane/report.xml
6361
fastlane/Preview.html
6462
fastlane/screenshots

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language:
22
objective-c
33
osx_image:
4-
xcode8.2
4+
xcode9
55
xcode_project:
66
PlayListPlayer.xcodeproj
77
xcode_scheme:
88
PlayListPlayer
99
script:
1010
- carthage bootstrap --platform iOS --no-use-binaries
11-
- xcodebuild -project PlayListPlayer.xcodeproj -scheme PlayListPlayer build-for-testing -sdk iphonesimulator | xcpretty
12-
- xctool -project PlayListPlayer.xcodeproj -scheme PlayListPlayer run-tests -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
11+
- bundle install --path vendor/bundle
12+
- bundle exec fastlane scan --scheme 'PlayListPlayer'

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"

Gemfile.lock

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (2.3.5)
5+
addressable (2.5.2)
6+
public_suffix (>= 2.0.2, < 4.0)
7+
babosa (1.0.2)
8+
claide (1.0.2)
9+
colored (1.2)
10+
colored2 (3.1.2)
11+
commander-fastlane (4.4.5)
12+
highline (~> 1.7.2)
13+
declarative (0.0.10)
14+
declarative-option (0.1.0)
15+
domain_name (0.5.20170404)
16+
unf (>= 0.0.5, < 1.0.0)
17+
dotenv (2.2.1)
18+
excon (0.59.0)
19+
faraday (0.13.1)
20+
multipart-post (>= 1.2, < 3)
21+
faraday-cookie_jar (0.0.6)
22+
faraday (>= 0.7.4)
23+
http-cookie (~> 1.0.0)
24+
faraday_middleware (0.12.2)
25+
faraday (>= 0.7.4, < 1.0)
26+
fastimage (2.1.0)
27+
fastlane (2.60.1)
28+
CFPropertyList (>= 2.3, < 3.0.0)
29+
addressable (>= 2.3, < 3.0.0)
30+
babosa (>= 1.0.2, < 2.0.0)
31+
bundler (>= 1.12.0, < 2.0.0)
32+
colored
33+
commander-fastlane (>= 4.4.5, < 5.0.0)
34+
dotenv (>= 2.1.1, < 3.0.0)
35+
excon (>= 0.45.0, < 1.0.0)
36+
faraday (~> 0.9)
37+
faraday-cookie_jar (~> 0.0.6)
38+
faraday_middleware (~> 0.9)
39+
fastimage (>= 2.1.0, < 3.0.0)
40+
gh_inspector (>= 1.0.1, < 2.0.0)
41+
google-api-client (>= 0.13.1, < 0.14.0)
42+
highline (>= 1.7.2, < 2.0.0)
43+
json (< 3.0.0)
44+
mini_magick (~> 4.5.1)
45+
multi_json
46+
multi_xml (~> 0.5)
47+
multipart-post (~> 2.0.0)
48+
plist (>= 3.1.0, < 4.0.0)
49+
public_suffix (~> 2.0.0)
50+
rubyzip (>= 1.1.0, < 2.0.0)
51+
security (= 0.1.3)
52+
slack-notifier (>= 1.3, < 2.0.0)
53+
terminal-notifier (>= 1.6.2, < 2.0.0)
54+
terminal-table (>= 1.4.5, < 2.0.0)
55+
tty-screen (~> 0.5.0)
56+
word_wrap (~> 1.0.0)
57+
xcodeproj (>= 1.5.0, < 2.0.0)
58+
xcpretty (>= 0.2.4, < 1.0.0)
59+
xcpretty-travis-formatter (>= 0.0.3)
60+
gh_inspector (1.0.3)
61+
google-api-client (0.13.6)
62+
addressable (~> 2.5, >= 2.5.1)
63+
googleauth (~> 0.5)
64+
httpclient (>= 2.8.1, < 3.0)
65+
mime-types (~> 3.0)
66+
representable (~> 3.0)
67+
retriable (>= 2.0, < 4.0)
68+
googleauth (0.5.3)
69+
faraday (~> 0.12)
70+
jwt (~> 1.4)
71+
logging (~> 2.0)
72+
memoist (~> 0.12)
73+
multi_json (~> 1.11)
74+
os (~> 0.9)
75+
signet (~> 0.7)
76+
highline (1.7.8)
77+
http-cookie (1.0.3)
78+
domain_name (~> 0.5)
79+
httpclient (2.8.3)
80+
json (2.1.0)
81+
jwt (1.5.6)
82+
little-plugger (1.1.4)
83+
logging (2.2.2)
84+
little-plugger (~> 1.1)
85+
multi_json (~> 1.10)
86+
memoist (0.16.0)
87+
mime-types (3.1)
88+
mime-types-data (~> 3.2015)
89+
mime-types-data (3.2016.0521)
90+
mini_magick (4.5.1)
91+
multi_json (1.12.2)
92+
multi_xml (0.6.0)
93+
multipart-post (2.0.0)
94+
nanaimo (0.2.3)
95+
os (0.9.6)
96+
plist (3.3.0)
97+
public_suffix (2.0.5)
98+
representable (3.0.4)
99+
declarative (< 0.1.0)
100+
declarative-option (< 0.2.0)
101+
uber (< 0.2.0)
102+
retriable (3.1.1)
103+
rouge (2.0.7)
104+
rubyzip (1.2.1)
105+
security (0.1.3)
106+
signet (0.7.3)
107+
addressable (~> 2.3)
108+
faraday (~> 0.9)
109+
jwt (~> 1.5)
110+
multi_json (~> 1.10)
111+
slack-notifier (1.5.1)
112+
terminal-notifier (1.8.0)
113+
terminal-table (1.8.0)
114+
unicode-display_width (~> 1.1, >= 1.1.1)
115+
tty-screen (0.5.0)
116+
uber (0.1.0)
117+
unf (0.1.4)
118+
unf_ext
119+
unf_ext (0.0.7.4)
120+
unicode-display_width (1.3.0)
121+
word_wrap (1.0.0)
122+
xcodeproj (1.5.2)
123+
CFPropertyList (~> 2.3.3)
124+
claide (>= 1.0.2, < 2.0)
125+
colored2 (~> 3.1)
126+
nanaimo (~> 0.2.3)
127+
xcpretty (0.2.8)
128+
rouge (~> 2.0.7)
129+
xcpretty-travis-formatter (0.0.4)
130+
xcpretty (~> 0.2, >= 0.0.7)
131+
132+
PLATFORMS
133+
ruby
134+
135+
DEPENDENCIES
136+
fastlane
137+
138+
BUNDLED WITH
139+
1.15.4

0 commit comments

Comments
 (0)