Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podfile update #82

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bisqapps/iosClient/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://cdn.cocoapods.org'
target 'iosClient' do
use_frameworks!
platform :ios, '16.0'
Expand Down
2 changes: 1 addition & 1 deletion bisqapps/iosClient/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ SPEC CHECKSUMS:
domain: feb764d7802f6a414d3f649e95721d16a38d018e
presentation: 8c21a3748676af08d28227a02cad92c9a7eeb27a

PODFILE CHECKSUM: e4e5bb187d8247572973af90a35b57b84c96b4c6
PODFILE CHECKSUM: 431d52ef58584308462794999ebead56142b0160

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion bisqapps/iosClient/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bisqapps/iosClient/iosClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
B92378962B6B1156000C7307 /* Frameworks */,
7555FF79242A565900829871 /* Resources */,
3281115E126FA938007845C3 /* [CP] Embed Pods Frameworks */,
CF1709C216E5B9793172E942 /* [CP] Copy Pods Resources */,
C4A62A78957219C45FAA848E /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -219,7 +219,7 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosClient/Pods-iosClient-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
CF1709C216E5B9793172E942 /* [CP] Copy Pods Resources */ = {
C4A62A78957219C45FAA848E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down
Loading