Skip to content

Commit

Permalink
➕ [ADD] Alamofire #7
Browse files Browse the repository at this point in the history
  • Loading branch information
seondal committed Dec 24, 2021
1 parent af941f4 commit 3fc864d
Show file tree
Hide file tree
Showing 70 changed files with 15,185 additions and 1 deletion.
71 changes: 71 additions & 0 deletions DalTube/DalTube.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
5F092D108C58CE0BB3C4CBCF /* Pods_DalTube.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */; };
9A04DCA22743E17F0012658D /* HomeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A04DCA02743E17F0012658D /* HomeTableViewCell.swift */; };
9A04DCA32743E17F0012658D /* HomeTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A04DCA12743E17F0012658D /* HomeTableViewCell.xib */; };
9A04DCA52743E7BA0012658D /* HomeContentDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A04DCA42743E7BA0012658D /* HomeContentDataModel.swift */; };
Expand All @@ -32,6 +33,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DalTube.debug.xcconfig"; path = "Target Support Files/Pods-DalTube/Pods-DalTube.debug.xcconfig"; sourceTree = "<group>"; };
2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DalTube.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DalTube.release.xcconfig"; path = "Target Support Files/Pods-DalTube/Pods-DalTube.release.xcconfig"; sourceTree = "<group>"; };
9A04DCA02743E17F0012658D /* HomeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTableViewCell.swift; sourceTree = "<group>"; };
9A04DCA12743E17F0012658D /* HomeTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeTableViewCell.xib; sourceTree = "<group>"; };
9A04DCA42743E7BA0012658D /* HomeContentDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeContentDataModel.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -63,17 +67,28 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5F092D108C58CE0BB3C4CBCF /* Pods_DalTube.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
35820517A9E6B1F67414976F /* Frameworks */ = {
isa = PBXGroup;
children = (
2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
9A1870712708521500228B78 = {
isa = PBXGroup;
children = (
9A18707C2708521500228B78 /* DalTube */,
9A18707B2708521500228B78 /* Products */,
BC6F2FF2BD23D23843C59830 /* Pods */,
35820517A9E6B1F67414976F /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -147,16 +162,28 @@
path = Home;
sourceTree = "<group>";
};
BC6F2FF2BD23D23843C59830 /* Pods */ = {
isa = PBXGroup;
children = (
053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */,
6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
9A1870792708521500228B78 /* DalTube */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9A18708E2708521600228B78 /* Build configuration list for PBXNativeTarget "DalTube" */;
buildPhases = (
F93D8D2E1DF6799F0792747C /* [CP] Check Pods Manifest.lock */,
9A1870762708521500228B78 /* Sources */,
9A1870772708521500228B78 /* Frameworks */,
9A1870782708521500228B78 /* Resources */,
8FB50EEA9B84DDDD0187A551 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -215,6 +242,48 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
8FB50EEA9B84DDDD0187A551 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
F93D8D2E1DF6799F0792747C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-DalTube-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
9A1870762708521500228B78 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -379,6 +448,7 @@
};
9A18708F2708521600228B78 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -397,6 +467,7 @@
};
9A1870902708521600228B78 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>DalTube.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>2</integer>
</dict>
</dict>
</dict>
Expand Down
10 changes: 10 additions & 0 deletions DalTube/DalTube.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
11 changes: 11 additions & 0 deletions DalTube/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'DalTube' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for DalTube
pod 'Alamofire', '~> 5.4'

end
16 changes: 16 additions & 0 deletions DalTube/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Alamofire (5.4.4)

DEPENDENCIES:
- Alamofire (~> 5.4)

SPEC REPOS:
trunk:
- Alamofire

SPEC CHECKSUMS:
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9

PODFILE CHECKSUM: 61046f6ef2feba5093a4d3fe3872a646339fc4a8

COCOAPODS: 1.11.2
19 changes: 19 additions & 0 deletions DalTube/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3fc864d

Please sign in to comment.