Skip to content

Commit 0280e14

Browse files
committed
update OSS
1 parent 87dba77 commit 0280e14

File tree

5 files changed

+12
-24
lines changed

5 files changed

+12
-24
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "kishikawakatsumi/KeychainAccess" == 3.1.0
1+
github "kishikawakatsumi/KeychainAccess" == 3.1.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "kishikawakatsumi/KeychainAccess" "v3.1.0"
1+
github "kishikawakatsumi/KeychainAccess" "v3.1.1"

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ platform :ios, '8.0'
33
use_frameworks!
44

55
target :Demo do
6-
pod 'KeychainAccess', '3.1.0'
6+
pod 'KeychainAccess', '3.1.1'
77
end

Podfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
PODS:
2-
- KeychainAccess (3.1.0)
2+
- KeychainAccess (3.1.1)
33

44
DEPENDENCIES:
5-
- KeychainAccess (= 3.1.0)
5+
- KeychainAccess (= 3.1.1)
6+
7+
SPEC REPOS:
8+
https://github.com/cocoapods/specs.git:
9+
- KeychainAccess
610

711
SPEC CHECKSUMS:
8-
KeychainAccess: 94c5540b32eabf7bc32bfb976a268e8ea05fd6da
12+
KeychainAccess: 7bd430028059754a3debab3cfc0bd1fc7fb85df3
913

10-
PODFILE CHECKSUM: 5d59a864df1b8c7fb07b7cc4f11a87235ba9692c
14+
PODFILE CHECKSUM: 252d5377b931f703238854e56df200aab4d237d9
1115

12-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.3

StudyplusSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@
280280
183FDA821E7510F00085589F /* Frameworks */,
281281
183FDA831E7510F00085589F /* Resources */,
282282
764BEF1941D689B54DF91C96 /* [CP] Embed Pods Frameworks */,
283-
0D84BAE00562247D34CA7850 /* [CP] Copy Pods Resources */,
284283
48D53DAA1F72346A00FDB105 /* Embed Frameworks */,
285284
);
286285
buildRules = (
@@ -400,21 +399,6 @@
400399
/* End PBXResourcesBuildPhase section */
401400

402401
/* Begin PBXShellScriptBuildPhase section */
403-
0D84BAE00562247D34CA7850 /* [CP] Copy Pods Resources */ = {
404-
isa = PBXShellScriptBuildPhase;
405-
buildActionMask = 2147483647;
406-
files = (
407-
);
408-
inputPaths = (
409-
);
410-
name = "[CP] Copy Pods Resources";
411-
outputPaths = (
412-
);
413-
runOnlyForDeploymentPostprocessing = 0;
414-
shellPath = /bin/sh;
415-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
416-
showEnvVarsInLog = 0;
417-
};
418402
764BEF1941D689B54DF91C96 /* [CP] Embed Pods Frameworks */ = {
419403
isa = PBXShellScriptBuildPhase;
420404
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)