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

Commit be3ad1d

Browse files
committed
typo README.md
1 parent 60b2475 commit be3ad1d

File tree

7 files changed

+9
-16
lines changed

7 files changed

+9
-16
lines changed

Demo/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>

Podfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ end
99
target :Demo do
1010
pod 'KeychainAccess', '3.0.2'
1111
end
12-
13-
post_install do |installer_representation|
14-
installer_representation.pods_project.targets.each do |target|
15-
target.build_configurations.each do |config|
16-
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
17-
end
18-
end
19-
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ DEPENDENCIES:
77
SPEC CHECKSUMS:
88
KeychainAccess: a986406022dfc7c634c691ad3bec670cc6a32002
99

10-
PODFILE CHECKSUM: f6486cf52d561db263bf82f9c53f5b98d519b145
10+
PODFILE CHECKSUM: 025d8c1896a4e5a53259224420bc7f972856ad5c
1111

1212
COCOAPODS: 1.2.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and run
5858
### Initialize
5959

6060
```Swift
61-
import StudyplusSDK
61+
import StudyplusSDK_V2
6262

6363
class ViewController: UIViewController, StudyplusLoginDelegate {
6464

@@ -73,7 +73,7 @@ class ViewController: UIViewController, StudyplusLoginDelegate {
7373

7474
### Login
7575
```Swift
76-
import StudyplusSDK
76+
import StudyplusSDK_V2
7777

7878
class AppDelegate: UIResponder, UIApplicationDelegate {
7979

@@ -94,7 +94,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
9494
```
9595

9696
```Swift
97-
import StudyplusSDK
97+
import StudyplusSDK_V2
9898

9999
class ViewController: UIViewController, StudyplusLoginDelegate {
100100

@@ -125,7 +125,7 @@ class ViewController: UIViewController, StudyplusLoginDelegate {
125125
### Post studyRecord to Studyplus
126126

127127
```Swift
128-
import StudyplusSDK
128+
import StudyplusSDK_V2
129129

130130
class ViewController: UIViewController, StudyplusLoginDelegate {
131131

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.1"
3+
s.version = "1.0.2"
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.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@
664664
buildSettings = {
665665
CLANG_ENABLE_MODULES = YES;
666666
CODE_SIGN_IDENTITY = "";
667+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
667668
DEFINES_MODULE = YES;
668669
DEVELOPMENT_TEAM = "";
669670
DYLIB_COMPATIBILITY_VERSION = 1;

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.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)