Skip to content

Commit

Permalink
[Add] pod update(#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
heerucan committed Jan 4, 2022
1 parent 63f738e commit 5211c15
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
18 changes: 18 additions & 0 deletions After-iOS/After-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
5B139C0C2784C5D8007AC0F9 /* Sources */,
5B139C0D2784C5D8007AC0F9 /* Frameworks */,
5B139C0E2784C5D8007AC0F9 /* Resources */,
CACAF0D6AD8EA0E257F55CEB /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -273,6 +274,23 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
CACAF0D6AD8EA0E257F55CEB /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-After-iOS/Pods-After-iOS-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-After-iOS/Pods-After-iOS-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-After-iOS/Pods-After-iOS-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
4 changes: 4 additions & 0 deletions After-iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ target 'After-iOS' do
use_frameworks!

# Pods for After-iOS
pod 'SnapKit', '~> 5.0.0'
pod 'Then'
pod 'Kingfisher', '~> 6.0'
pod 'SwiftGen', '~> 6.0'

target 'After-iOSTests' do
inherit! :search_paths
Expand Down
27 changes: 26 additions & 1 deletion After-iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
PODFILE CHECKSUM: c2048065cd228c17305c7de10cdaccedb0587978
PODS:
- Kingfisher (6.3.1)
- SnapKit (5.0.1)
- SwiftGen (6.5.1)
- Then (2.7.0)

DEPENDENCIES:
- Kingfisher (~> 6.0)
- SnapKit (~> 5.0.0)
- SwiftGen (~> 6.0)
- Then

SPEC REPOS:
trunk:
- Kingfisher
- SnapKit
- SwiftGen
- Then

SPEC CHECKSUMS:
Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
SwiftGen: a6d22010845f08fe18fbdf3a07a8e380fd22e0ea
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: 6cc6dba67049936b09198539cba41c2b8a2ab16e

COCOAPODS: 1.11.2

0 comments on commit 5211c15

Please sign in to comment.