Skip to content

Commit

Permalink
removed DAPIGRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Aug 26, 2024
1 parent 76d6899 commit 545c440
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 678 deletions.
1 change: 0 additions & 1 deletion DashSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Pod::Spec.new do |s|
s.dependency 'CocoaLumberjack', '3.7.2'
s.ios.dependency 'DWAlertController', '0.2.1'
s.dependency 'DSDynamicOptions', '0.1.2'
s.dependency 'DAPI-GRPC', '0.22.0-dev.8'
s.dependency 'TinyCborObjc', '0.4.6'
s.prefix_header_contents = '#import "DSEnvironment.h"'

Expand Down
10 changes: 0 additions & 10 deletions Example/DashSync.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2786,14 +2786,10 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-NetworkInfo/Pods-NetworkInfo-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/DashSync-macOS/DashSync.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf-macOS/Protobuf_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-macOS/gRPCCertificates.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DashSync.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Protobuf_Privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -2848,14 +2844,10 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DashSync-DashSync_Example/Pods-DashSync-DashSync_Example-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/DashSync-iOS/DashSync.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf-iOS/Protobuf_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/gRPC-iOS/gRPCCertificates.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DashSync.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Protobuf_Privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -3235,7 +3227,6 @@
"-l\"BoringSSL-GRPC-iOS\"",
"-l\"CocoaImageHashing-iOS\"",
"-l\"CocoaLumberjack-iOS\"",
"-l\"DAPI-GRPC-iOS\"",
"-l\"DSDynamicOptions-iOS\"",
"-l\"DWAlertController\"",
"-l\"DashSync-iOS\"",
Expand Down Expand Up @@ -3295,7 +3286,6 @@
"-l\"BoringSSL-GRPC-iOS\"",
"-l\"CocoaImageHashing-iOS\"",
"-l\"CocoaLumberjack-iOS\"",
"-l\"DAPI-GRPC-iOS\"",
"-l\"DSDynamicOptions-iOS\"",
"-l\"DWAlertController\"",
"-l\"DashSync-iOS\"",
Expand Down
Loading

0 comments on commit 545c440

Please sign in to comment.