-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛠#297: Share Extension에서 사용할 파일들 타겟멤버쉽 추가 및 사용해야할 SDK들 의존성 추가
- Loading branch information
Showing
3 changed files
with
453 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'StreetDrop' do | ||
# platform :ios, '14.0' | ||
|
||
def pods | ||
pod 'NMapsMap' | ||
pod 'Google-Mobile-Ads-SDK' | ||
end | ||
|
||
target 'StreetDrop' do | ||
pods | ||
end | ||
|
||
target 'ShareExtension' do | ||
pods | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.