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

Commit abef9e2

Browse files
committed
version up
1 parent de9c3f6 commit abef9e2

File tree

6 files changed

+4
-16
lines changed

6 files changed

+4
-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.3</string>
18+
<string>1.0.4</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>

Podfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ platform :ios, '8.0'
22

33
use_frameworks!
44

5-
target :StudyplusSDK do
6-
pod 'KeychainAccess', '3.0.2'
7-
end
8-
95
target :Demo do
106
pod 'KeychainAccess', '3.0.2'
117
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: 025d8c1896a4e5a53259224420bc7f972856ad5c
10+
PODFILE CHECKSUM: 99cb6e8dd53026dd13517c24451af319e5c1a23a
1111

1212
COCOAPODS: 1.2.0

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.3"
3+
s.version = "1.0.4"
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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
183FDABA1E759E0F0085589F /* StudyplusSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 183FDA671E7510920085589F /* StudyplusSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2727
486C64C31E94E3BD00FCFE74 /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486C64C21E94E3BD00FCFE74 /* KeychainAccess.framework */; };
2828
879C2B31A68B2AB725BEC317 /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F2BF8D56E016A5AA66C8A96 /* Pods_Demo.framework */; };
29-
BDBFEE69E47477456F843718 /* Pods_StudyplusSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 59FC3B183C486D0A5FD847AF /* Pods_StudyplusSDK.framework */; };
3029
/* End PBXBuildFile section */
3130

3231
/* Begin PBXContainerItemProxy section */
@@ -95,8 +94,6 @@
9594
59FC3B183C486D0A5FD847AF /* Pods_StudyplusSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StudyplusSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9695
617BD1B3D302AA6EB05AD450 /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
9796
89218006880625385A599621 /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
98-
AC95F13A302673C53E256E7E /* Pods-StudyplusSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StudyplusSDK.debug.xcconfig"; path = "Pods/Target Support Files/Pods-StudyplusSDK/Pods-StudyplusSDK.debug.xcconfig"; sourceTree = "<group>"; };
99-
F3E79CA8365C836EB9587561 /* Pods-StudyplusSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StudyplusSDK.release.xcconfig"; path = "Pods/Target Support Files/Pods-StudyplusSDK/Pods-StudyplusSDK.release.xcconfig"; sourceTree = "<group>"; };
10097
/* End PBXFileReference section */
10198

10299
/* Begin PBXFrameworksBuildPhase section */
@@ -105,7 +102,6 @@
105102
buildActionMask = 2147483647;
106103
files = (
107104
486C64C31E94E3BD00FCFE74 /* KeychainAccess.framework in Frameworks */,
108-
BDBFEE69E47477456F843718 /* Pods_StudyplusSDK.framework in Frameworks */,
109105
);
110106
runOnlyForDeploymentPostprocessing = 0;
111107
};
@@ -219,8 +215,6 @@
219215
8B346B2970BAAFB268DF66BD /* Pods */ = {
220216
isa = PBXGroup;
221217
children = (
222-
AC95F13A302673C53E256E7E /* Pods-StudyplusSDK.debug.xcconfig */,
223-
F3E79CA8365C836EB9587561 /* Pods-StudyplusSDK.release.xcconfig */,
224218
89218006880625385A599621 /* Pods-Demo.debug.xcconfig */,
225219
617BD1B3D302AA6EB05AD450 /* Pods-Demo.release.xcconfig */,
226220
);
@@ -632,7 +626,6 @@
632626
};
633627
183FDA7C1E7510920085589F /* Debug */ = {
634628
isa = XCBuildConfiguration;
635-
baseConfigurationReference = AC95F13A302673C53E256E7E /* Pods-StudyplusSDK.debug.xcconfig */;
636629
buildSettings = {
637630
CLANG_ENABLE_MODULES = YES;
638631
CODE_SIGN_IDENTITY = "";
@@ -660,7 +653,6 @@
660653
};
661654
183FDA7D1E7510920085589F /* Release */ = {
662655
isa = XCBuildConfiguration;
663-
baseConfigurationReference = F3E79CA8365C836EB9587561 /* Pods-StudyplusSDK.release.xcconfig */;
664656
buildSettings = {
665657
CLANG_ENABLE_MODULES = YES;
666658
CODE_SIGN_IDENTITY = "";

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

0 commit comments

Comments
 (0)