This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed 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.0.6 </string >
18
+ <string >1.0.7 </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.0.6 "
3
+ s . version = "1.0.7 "
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" }
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.0.6 </string >
18
+ <string >1.0.7 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ final public class Studyplus {
217
217
218
218
default :
219
219
#if DEBUG
220
- print ( " Unknown format: \( appDelegateUrl. absoluteString) " )
220
+ print ( " StudyplusSDK: Unknown format: \( appDelegateUrl. absoluteString) " )
221
221
#endif
222
222
return false
223
223
}
@@ -233,8 +233,8 @@ final public class Studyplus {
233
233
let consumerKey = data [ " consumerKey " ] ,
234
234
let consumerSecret = data [ " consumerSecret " ] else {
235
235
236
- assert ( false , " *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
237
- print ( " *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
236
+ assert ( false , " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. ***" )
237
+ print ( " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. ***" )
238
238
239
239
self . consumerKey = " "
240
240
self . consumerSecret = " "
@@ -243,8 +243,8 @@ final public class Studyplus {
243
243
244
244
if consumerKey == " set_your_consumerKey " || consumerSecret == " set_your_consumerSecret " {
245
245
246
- assert ( false , " *** Pleease set consumerKey and consumerSecret in Info.plist. *** " )
247
- print ( " *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
246
+ assert ( false , " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in Info.plist. ***" )
247
+ print ( " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. ***" )
248
248
249
249
self . consumerKey = " "
250
250
self . consumerSecret = " "
You can’t perform that action at this time.
0 commit comments