Skip to content

Commit

Permalink
#28 feat: 다이어리 기록 추가 화면에서 MediaPicker 라이브러리 사용한 버전(미완성)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nya128 committed Aug 29, 2023
1 parent 252f353 commit 215c7f6
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 134 deletions.
5 changes: 3 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ target 'meongmory_iOS' do
use_frameworks!

# Pods for meongmory_iOS
pod 'NMapsMap'
pod 'PagerTabStripView', '~> 4.0'
pod 'NMapsMap'
pod 'PagerTabStripView', '~> 4.0'
pod 'ExyteMediaPicker'

target 'meongmory_iOSTests' do
inherit! :search_paths
Expand Down
6 changes: 5 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
PODS:
- ExyteMediaPicker (1.2.6)
- NMapsGeometry (1.0.1)
- NMapsMap (3.17.0):
- NMapsGeometry
- PagerTabStripView (4.0.0)

DEPENDENCIES:
- ExyteMediaPicker
- NMapsMap
- PagerTabStripView (~> 4.0)

SPEC REPOS:
trunk:
- ExyteMediaPicker
- NMapsGeometry
- NMapsMap
- PagerTabStripView

SPEC CHECKSUMS:
ExyteMediaPicker: b79b9d1af1f072c49f7f4d5a0728bd22ebb7f234
NMapsGeometry: 53c573ead66466681cf123f99f698dc8071a4b83
NMapsMap: a5b909a31b6f3d27a670f6eb2ddc913c38975474
PagerTabStripView: 4d51320a7349ac4da5a662ac0bdacb8e8e5120f1

PODFILE CHECKSUM: 4533faf554f5f1275462346295768f2d59c6092d
PODFILE CHECKSUM: 79d98a05844d77176a52ea1560b48e9b7453a647

COCOAPODS: 1.12.0
4 changes: 2 additions & 2 deletions meongmory-iOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NMFClientId</key>
<string>zong4eaxmw</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NMFClientId</key>
<string>zong4eaxmw</string>
</dict>
</plist>
Loading

0 comments on commit 215c7f6

Please sign in to comment.