Skip to content

Commit

Permalink
Merge pull request #591 from StepicOrg/release/1.105
Browse files Browse the repository at this point in the history
Release 1.105
  • Loading branch information
ivan-magda authored Dec 11, 2019
2 parents af5237f + 4b15fcf commit 10b611f
Show file tree
Hide file tree
Showing 27 changed files with 562 additions and 136 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ def shared_pods
pod 'Alamofire', '4.9.1'
pod 'Atributika', '4.9.0'
pod 'SwiftyJSON', '5.0.0'
pod 'SDWebImage', '5.3.2'
pod 'SDWebImage', '5.4.0'
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '2.x'
pod 'Logging', :git => 'https://github.com/ivan-magda/swift-log.git', :branch => 'swift-4'
pod 'Fabric', '1.10.2'
pod 'Crashlytics', '3.14.0'
pod 'DeviceKit', '2.3.0'
pod 'PromiseKit', '6.11.0'
pod 'SwiftLint', '0.37.0'
pod 'SwiftLint', '0.38.0'
pod 'Reveal-SDK', :configurations => ['Debug']
end

Expand Down
22 changes: 11 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,19 @@ PODS:
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.11.0):
- PromiseKit/CorePromise
- Protobuf (3.11.0)
- Protobuf (3.11.1)
- Quick (2.2.0)
- Reveal-SDK (24)
- SDWebImage (5.3.2):
- SDWebImage/Core (= 5.3.2)
- SDWebImage/Core (5.3.2)
- SDWebImage (5.4.0):
- SDWebImage/Core (= 5.4.0)
- SDWebImage/Core (5.4.0)
- SnapKit (4.2.0)
- STRegex (2.1.0)
- SVGKit (2.1.0):
- CocoaLumberjack (~> 3.0)
- SVProgressHUD (2.2.5)
- SwiftDate (6.1.0)
- SwiftLint (0.37.0)
- SwiftLint (0.38.0)
- SwiftyGif (5.2.0)
- SwiftyJSON (5.0.0)
- Tabman (2.4.3):
Expand Down Expand Up @@ -220,13 +220,13 @@ DEPENDENCIES:
- PromiseKit (= 6.11.0)
- Quick (= 2.2.0)
- Reveal-SDK
- SDWebImage (= 5.3.2)
- SDWebImage (= 5.4.0)
- SnapKit (= 4.2.0)
- STRegex (= 2.1.0)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, branch `2.x`)
- SVProgressHUD (= 2.2.5)
- SwiftDate (= 6.1.0)
- SwiftLint (= 0.37.0)
- SwiftLint (= 0.38.0)
- SwiftyJSON (= 5.0.0)
- Tabman (= 2.4.3)
- TSMessages (from `https://github.com/KrauseFx/TSMessages.git`)
Expand Down Expand Up @@ -370,16 +370,16 @@ SPEC CHECKSUMS:
pop: d582054913807fd11fd50bfe6a539d91c7e1a55a
Presentr: 7078d7eb5d1661ebeaae60c9e42a1e534de1b993
PromiseKit: e4863d06976e7dee5e41c04fc7371c16b3600292
Protobuf: 394b2bf29ec303f4325e3ee4892c09e675647152
Protobuf: 20d79da7f20b5928b80043b05080b816e802659e
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
Reveal-SDK: 5d7e56b8f018c0a88b3a2c10bf68d598bbd3b071
SDWebImage: 6ac2eb96571bff96ecde31a987172c5934a0eb7d
SDWebImage: 5bf6aec6481ae2a062bdc59f9d6c1d1e552090e0
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
STRegex: dfa420d93d8c1402956233b3879ec1fc14b45fbe
SVGKit: 8a2fc74258bdb2abb54d3b65f3dd68b0277a9c4d
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftDate: fa2bb3962056bb44047b4b85a30044e5eae30b03
SwiftLint: c078a14d7d7ade75e5507795d185e3da41d844d2
SwiftLint: 4105f061f9812b214568b736dab580ab2c73a582
SwiftyGif: b85c6b33a9411859d9e1db998b6a8214aea942df
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
Tabman: c2c83ebfcbec3e5be67e27a1dd6689a4e3efccd3
Expand All @@ -390,6 +390,6 @@ SPEC CHECKSUMS:
VK-ios-sdk: 62a10b6571fbcda0657f455fedce7fedf55b4cd0
YandexMobileMetrica: edb00e8af2903290e142ba4c488adf8d394e828a

PODFILE CHECKSUM: 1a9ef034b87e939726fa45dce93df960f35abbcf
PODFILE CHECKSUM: 82838d40c87b8a99393ee56f68f617bed56bd820

COCOAPODS: 1.8.4
12 changes: 9 additions & 3 deletions Stepic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
2C096583236C555D005B771A /* NSAttributedString+TrimmingCharacters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C096582236C555D005B771A /* NSAttributedString+TrimmingCharacters.swift */; };
2C0B42C1234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C0B42BF234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.swift */; };
2C0B42C2234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2C0B42C0234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.xib */; };
2C10100B239EFAD700440651 /* DiscountingPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C10100A239EFAD700440651 /* DiscountingPolicy.swift */; };
2C104B682069064D0026FEB9 /* autocomplete_suggestions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2C104B672069064D0026FEB9 /* autocomplete_suggestions.plist */; };
2C10C458221496F300FA3E13 /* CourseReviewsAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C10C457221496F300FA3E13 /* CourseReviewsAPI.swift */; };
2C1219901F9655AB00A43E98 /* NotificationsSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C12198F1F9655AB00A43E98 /* NotificationsSection.swift */; };
Expand Down Expand Up @@ -1522,6 +1523,8 @@
2C096582236C555D005B771A /* NSAttributedString+TrimmingCharacters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+TrimmingCharacters.swift"; sourceTree = "<group>"; };
2C0B42BF234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomMenuBlockTableViewCell.swift; sourceTree = "<group>"; };
2C0B42C0234CD17C00B03EA1 /* CustomMenuBlockTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CustomMenuBlockTableViewCell.xib; sourceTree = "<group>"; };
2C101009239E7A1E00440651 /* Model_discount_policy.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model_discount_policy.xcdatamodel; sourceTree = "<group>"; };
2C10100A239EFAD700440651 /* DiscountingPolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscountingPolicy.swift; sourceTree = "<group>"; };
2C104B672069064D0026FEB9 /* autocomplete_suggestions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = autocomplete_suggestions.plist; sourceTree = "<group>"; };
2C10C457221496F300FA3E13 /* CourseReviewsAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseReviewsAPI.swift; sourceTree = "<group>"; };
2C12198F1F9655AB00A43E98 /* NotificationsSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsSection.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4519,6 +4522,7 @@
children = (
2C20C86522F8E4BF0052E9BF /* CodeDetails.swift */,
2C20C86B22F988030052E9BF /* CodeEditorTheme.swift */,
2C10100A239EFAD700440651 /* DiscountingPolicy.swift */,
2CD462E9226F4279004E4725 /* FetchResult.swift */,
2C3DAB90233D735D00453B1C /* FontSize.swift */,
2C7F78392271D5480089FDD7 /* LayoutInsets.swift */,
Expand Down Expand Up @@ -6611,6 +6615,7 @@
08AB82381D74C44100FDEADE /* Session.swift in Sources */,
08901E6D1CD102DF00D94613 /* UpdatePreferencesContainer.swift in Sources */,
2C3A24572359DD2E00E2405F /* DiscussionsViewModel.swift in Sources */,
2C10100B239EFAD700440651 /* DiscountingPolicy.swift in Sources */,
082E35B220B5F1E4006E28F9 /* StorageRecordsAPI.swift in Sources */,
2CB5B15D22941D7000D7F706 /* StepDiscussionsButton.swift in Sources */,
08F485B11C58EB0D000165AA /* SortingReply.swift in Sources */,
Expand Down Expand Up @@ -7513,7 +7518,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 168;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = UJ4KC2QN7B;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = Stepic/Info.plist;
Expand Down Expand Up @@ -7543,7 +7548,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 168;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = UJ4KC2QN7B;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = Stepic/Info.plist;
Expand Down Expand Up @@ -7605,6 +7610,7 @@
08D1EF6E1BB5618700BE84E6 /* Model.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
2C101009239E7A1E00440651 /* Model_discount_policy.xcdatamodel */,
2CEE97B0239123EA005503EF /* Model_step_passed_by_correct_ratio.xcdatamodel */,
2C2EBAB92382E3EB00AB1B83 /* Model_lesson_can_edit.xcdatamodel */,
2CD6E254234DFFD500F49303 /* Model_email_addresses.xcdatamodel */,
Expand Down Expand Up @@ -7650,7 +7656,7 @@
0802AC531C7222B200C4F3E6 /* Model_v2.xcdatamodel */,
08D1EF6F1BB5618700BE84E6 /* Model.xcdatamodel */,
);
currentVersion = 2CEE97B0239123EA005503EF /* Model_step_passed_by_correct_ratio.xcdatamodel */;
currentVersion = 2C101009239E7A1E00440651 /* Model_discount_policy.xcdatamodel */;
path = Model.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
Expand Down
4 changes: 2 additions & 2 deletions Stepic/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.104</string>
<string>1.105</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>168</string>
<string>170</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion Stepic/Model.xcdatamodeld/.xccurrentversion
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>_XCCurrentVersionName</key>
<string>Model_step_passed_by_correct_ratio.xcdatamodel</string>
<string>Model_discount_policy.xcdatamodel</string>
</dict>
</plist>
Loading

0 comments on commit 10b611f

Please sign in to comment.