Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Oct 30, 2023
1 parent b78569b commit 943be97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions LookinDemo/Swift_Pod/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use_frameworks!

target 'LookinDemoSwift' do
# pod 'LookinServer', :subspecs => ['Swift'], :configurations => ['Debug']

pod 'LookinServer', :path=>'../../', :configurations => ['Debug']
# pod 'LookinServer', :subspecs => ['Swift'], :configurations => ['Debug']

pod 'LookinServer', :path=>'../../', :subspecs => ['Swift'], :configurations => ['Debug']
# pod 'LookinServer', :configurations => ['Debug']
end
10 changes: 5 additions & 5 deletions LookinDemo/Swift_Pod/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- LookinServer (1.2.3):
- LookinServer/Core (= 1.2.3)
- LookinServer/Core (1.2.3)
- LookinServer/Swift (1.2.3):
- LookinServer/Core

DEPENDENCIES:
- LookinServer (from `../../`)
- LookinServer/Swift (from `../../`)

EXTERNAL SOURCES:
LookinServer:
Expand All @@ -13,6 +13,6 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
LookinServer: 535f5d1ffd5823a3b0abaf97ba5c4108bd8cb5ea

PODFILE CHECKSUM: bd8c90bfc53358a621951fcbca2c2285d1cda382
PODFILE CHECKSUM: 7cee39de3c6ee4309322cc7927fa04ac5a04f4d9

COCOAPODS: 1.13.0
COCOAPODS: 1.11.3

0 comments on commit 943be97

Please sign in to comment.