Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] 1차 PR 수정 #35

Merged
merged 8 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ios/sidedish/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'sidedish' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Toaster'
# Pods for sidedish

end
16 changes: 16 additions & 0 deletions ios/sidedish/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Toaster (2.3.0)

DEPENDENCIES:
- Toaster

SPEC REPOS:
trunk:
- Toaster

SPEC CHECKSUMS:
Toaster: c3473963c78e8cabbf6ea6f11ad0fdaae6f54987

PODFILE CHECKSUM: 6091b6450d4fbc3b91c69e324781111a3e39d762

COCOAPODS: 1.9.3
16 changes: 16 additions & 0 deletions ios/sidedish/Pods/Manifest.lock

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

638 changes: 638 additions & 0 deletions ios/sidedish/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

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

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

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

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

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

Loading