Skip to content

Commit 87fea02

Browse files
authored
Merge pull request #368 from StepicOrg/release/1.68
Release 1.68
2 parents c798def + 9a7127b commit 87fea02

File tree

142 files changed

+3330
-1200
lines changed

Some content is hidden

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

142 files changed

+3330
-1200
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ StepicAdaptiveCourse/Content/**/Tokens.plist filter=git-crypt diff=git-crypt
1414
StepicAdaptiveCourse/Content/**/GoogleService-Info.plist filter=git-crypt diff=git-crypt
1515

1616
ExamEGERussian/Resources/Config/Auth.plist filter=git-crypt diff=git-crypt
17+
ExamEGERussian/Resources/Config/Tokens.plist filter=git-crypt diff=git-crypt
1718

1819
.gitattributes !filter !diff

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ fastlane/test_output/
3131
fastlane/report.xml
3232
fastlane/Readme.md
3333
Preview.html
34-
*.lock
3534
# Carthage
3635
#
3736
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "clipboard-checklist.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "template"
25+
}
26+
}
263 Bytes
Loading
367 Bytes
Loading
471 Bytes
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "time.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "template"
25+
}
26+
}
305 Bytes
Loading
602 Bytes
Loading

0 commit comments

Comments
 (0)