This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >StudyplusSDK </key >
6
- <dict >
7
- <key >consumerKey </key >
8
- <string >set_your_consumerKey </string >
9
- <key >consumerSecret </key >
10
- <string >set_your_consumerSecret </string >
11
- </dict >
12
5
<key >CFBundleDevelopmentRegion </key >
13
6
<string >en </string >
14
7
<key >CFBundleExecutable </key >
22
15
<key >CFBundlePackageType </key >
23
16
<string >APPL </string >
24
17
<key >CFBundleShortVersionString </key >
25
- <string >1.0 </string >
18
+ <string >1.0.1 </string >
26
19
<key >CFBundleURLTypes </key >
27
20
<array >
28
21
<dict >
40
33
<string >1 </string >
41
34
<key >LSRequiresIPhoneOS </key >
42
35
<true />
36
+ <key >StudyplusSDK </key >
37
+ <dict >
38
+ <key >consumerKey </key >
39
+ <string >set_your_consumerKey </string >
40
+ <key >consumerSecret </key >
41
+ <string >set_your_consumerSecret </string >
42
+ </dict >
43
43
<key >UILaunchStoryboardName </key >
44
44
<string >LaunchScreen </string >
45
45
<key >UIMainStoryboardFile </key >
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.0 "
3
+ s . version = "1.0.1 "
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 </string >
18
+ <string >1.0.1 </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