Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
luolihao committed Dec 25, 2023
1 parent 85cc859 commit 796ec78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = XB333SWTAF;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand Down Expand Up @@ -577,7 +577,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = XB333SWTAF;
ENABLE_BITCODE = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand Down
2 changes: 1 addition & 1 deletion NTESLiveDetectPublicDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://github.com/CocoaPods/Specs.git'
target 'NTESLiveDetectPublicDemo' do
pod 'Masonry', '~> 1.0.2'
pod 'WHToast'
pod 'NTESLiveDetect', '3.1.6'
pod 'NTESLiveDetect', '3.1.9'
pod 'AFNetworking'
pod 'MBProgressHUD'

Expand Down
18 changes: 9 additions & 9 deletions NTESLiveDetectPublicDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ PODS:
- Masonry (1.0.2)
- MBProgressHUD (1.2.0)
- NTESBaseComponent (1.8)
- NTESLiveDetect (3.1.6):
- NTESLiveDetect (3.1.9):
- NTESBaseComponent
- NTESLiveDetect/Basic (= 3.1.6)
- NTESLiveDetect/Nenn (= 3.1.6)
- NTESLiveDetect/Basic (3.1.6):
- NTESLiveDetect/Basic (= 3.1.9)
- NTESLiveDetect/Nenn (= 3.1.9)
- NTESLiveDetect/Basic (3.1.9):
- NTESBaseComponent
- NTESLiveDetect/Nenn (3.1.6):
- NTESLiveDetect/Nenn (3.1.9):
- NTESBaseComponent
- WHToast (0.0.7)

DEPENDENCIES:
- AFNetworking
- Masonry (~> 1.0.2)
- MBProgressHUD
- NTESLiveDetect (= 3.1.6)
- NTESLiveDetect (= 3.1.9)
- WHToast

SPEC REPOS:
Expand All @@ -48,9 +48,9 @@ SPEC CHECKSUMS:
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
NTESBaseComponent: 7b310e7e80bb6c27183176188b98356d200dbbc5
NTESLiveDetect: ba0c72e7e2314a47f841b6fe539026427ffa8f08
NTESLiveDetect: 6adbb0fa0ca052de04226ad609b0832b87372fb3
WHToast: 11a17a3f09f5f733e32bd6f3338919a448cbb719

PODFILE CHECKSUM: aa163b79aa06240194c0f40a2a7970bd89cba951
PODFILE CHECKSUM: 2188e056fd9168ae3d76531f245f74b6954b7ca2

COCOAPODS: 1.11.3
COCOAPODS: 1.13.0

0 comments on commit 796ec78

Please sign in to comment.