Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hughkli committed Nov 12, 2023
1 parent 6c8d18a commit 40cd61b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'LookinClient' do
pod 'AppCenter'
pod 'ReactiveObjC', '3.1.0'
pod 'Sparkle', '~> 1.0'
pod 'LookinShared', :git=>'https://github.com/QMUI/LookinServer.git', :branch => 'develop'
pod 'LookinShared', :git=>'https://github.com/QMUI/LookinServer.git', :branch => 'release/1.2.4'
# pod 'LookinShared', :path=>'../LookinServer/'
end

Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PODS:

DEPENDENCIES:
- AppCenter
- LookinShared (from `https://github.com/QMUI/LookinServer.git`, branch `develop`)
- LookinShared (from `https://github.com/QMUI/LookinServer.git`, branch `release/1.2.4`)
- ReactiveObjC (= 3.1.0)
- Sparkle (~> 1.0)

Expand All @@ -25,7 +25,7 @@ SPEC REPOS:

EXTERNAL SOURCES:
LookinShared:
:branch: develop
:branch: release/1.2.4
:git: https://github.com/QMUI/LookinServer.git

CHECKOUT OPTIONS:
Expand All @@ -39,6 +39,6 @@ SPEC CHECKSUMS:
ReactiveObjC: 2a38ea15335de4119d8b17caf1db1484f61db902
Sparkle: 23f98b268284c8c03e6228230fc8f1807ef041d5

PODFILE CHECKSUM: accf430053f4309245802e44ad8b98ef3d6a2f33
PODFILE CHECKSUM: b8048df4c6530c9c763a302f4c754060f3022de2

COCOAPODS: 1.13.0

0 comments on commit 40cd61b

Please sign in to comment.