Skip to content

Commit

Permalink
增加 AFNetwirking 隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
gzx543097079 committed Apr 30, 2024
1 parent 3c64a4f commit fb71399
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AFNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|

s.source_files = 'AFNetworking/AFNetworking.h'
s.resource_bundles = {
"#{s.name}" => 'Resources/PrivacyInfo.xcprivacy'
"#{s.name}" => '#{s.name}/Resources/PrivacyInfo.xcprivacy'
}

s.subspec 'Serialization' do |ss|
Expand Down
4 changes: 2 additions & 2 deletions PrivacyDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ target 'PrivacyDemo' do

# Pods for PrivacyDemo
# pod 'PureLayout', :path => '../PrivacyPods/PureLayout'
pod 'AFNetworking', :path => '../'

# pod 'AFNetworking', :path => '../'
pod 'AFNetworking', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git'
pod 'PureLayout', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git'


Expand Down
18 changes: 18 additions & 0 deletions PrivacyDemo/PrivacyDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
A304CAE62BDF981300BD821A /* Frameworks */,
A304CAE72BDF981300BD821A /* Resources */,
C67D8B34307575477EEB711A /* [CP] Copy Pods Resources */,
F8F7E4E89026768908081EC4 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -306,6 +307,23 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PrivacyDemo/Pods-PrivacyDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
F8F7E4E89026768908081EC4 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-PrivacyDemo/Pods-PrivacyDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-PrivacyDemo/Pods-PrivacyDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PrivacyDemo/Pods-PrivacyDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FBA2AFCD4CBF97E241BA6D11 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit fb71399

Please sign in to comment.