File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.0 Release notes (2018-08-21)
2
+ =============================================================
3
+
4
+ ### API Breaking Changes
5
+
6
+ * None.
7
+
8
+ ### Enhancements
9
+
10
+ * change the consumer key and secret.
11
+ * You can call this method to switch to a different key when logging in to Studyplus or posting study records.
12
+ * If multiple applications are connected with Studyplus, you need to call this method.
13
+ * If there is only one connected application, you do not need to call this method.
14
+
15
+ ### Bugfixes
16
+
17
+ * None.
18
+
1
19
1.2.0 Release notes (2018-07-02)
2
20
=============================================================
3
21
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2 .0 </string >
18
+ <string >1.3 .0 </string >
19
19
<key >CFBundleURLTypes </key >
20
20
<array >
21
21
<dict >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "StudyplusSDK-V2"
3
- s . version = "1.2 .0"
3
+ s . version = "1.3 .0"
4
4
s . summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
5
5
s . homepage = "http://info.studyplus.jp"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
@@ -13,4 +13,3 @@ Pod::Spec.new do |s|
13
13
s . author = { "studyplus" => "[email protected] " }
14
14
s . dependency 'KeychainAccess' , '3.1.1'
15
15
end
16
-
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2 .0 </string >
18
+ <string >1.3 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments