Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 60b2475

Browse files
committed
version up
1 parent c57dd65 commit 60b2475

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Demo/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<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>
125
<key>CFBundleDevelopmentRegion</key>
136
<string>en</string>
147
<key>CFBundleExecutable</key>
@@ -22,7 +15,7 @@
2215
<key>CFBundlePackageType</key>
2316
<string>APPL</string>
2417
<key>CFBundleShortVersionString</key>
25-
<string>1.0</string>
18+
<string>1.0.1</string>
2619
<key>CFBundleURLTypes</key>
2720
<array>
2821
<dict>
@@ -40,6 +33,13 @@
4033
<string>1</string>
4134
<key>LSRequiresIPhoneOS</key>
4235
<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>
4343
<key>UILaunchStoryboardName</key>
4444
<string>LaunchScreen</string>
4545
<key>UIMainStoryboardFile</key>

StudyplusSDK-V2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "StudyplusSDK-V2"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
55
s.homepage = "http://info.studyplus.jp"
66
s.license = { :type => "MIT", :file => "LICENSE" }

StudyplusSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)