Skip to content

Commit f331821

Browse files
authored
Include PrivacyInfo.xcprivacy manifest on Krono's target from Kronos.xcodeproj (#117)
- Add new script Copy Bundle Resource on Krono's Build Phase and include the PrivacyInfo.xcprivacy, otherwise when running xcodebuild create-xcframework command the manifest isn't included on Kronos.xcframework. Signed-off-by: Dídac Coll <[email protected]>
1 parent 1b2d25b commit f331821

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Kronos.xcodeproj/project.pbxproj

+13
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
26447D8A1D6E54FF00159BEE /* DNSResolverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26447D861D6E54FF00159BEE /* DNSResolverTests.swift */; };
2121
26447D8B1D6E54FF00159BEE /* NTPClientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26447D871D6E54FF00159BEE /* NTPClientTests.swift */; };
2222
26447D8C1D6E54FF00159BEE /* NTPPacketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26447D881D6E54FF00159BEE /* NTPPacketTests.swift */; };
23+
5D6654E82BF520FA00FCE215 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 5DB5A05F2BAAF67D0069CCF9 /* PrivacyInfo.xcprivacy */; };
2324
930B39DD2051E6D300360BA2 /* TimeStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930B39DC2051E6D300360BA2 /* TimeStorage.swift */; };
2425
930B39E02051F26500360BA2 /* TimeStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930B39DE2051F25300360BA2 /* TimeStorageTests.swift */; };
2526
C201748E1BD5509D00E4FE18 /* Kronos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C20174831BD5509D00E4FE18 /* Kronos.framework */; };
@@ -156,6 +157,7 @@
156157
buildConfigurationList = C20174971BD5509D00E4FE18 /* Build configuration list for PBXNativeTarget "Kronos" */;
157158
buildPhases = (
158159
C201747E1BD5509D00E4FE18 /* Sources */,
160+
5D6654E72BF520F600FCE215 /* Resources */,
159161
);
160162
buildRules = (
161163
);
@@ -222,6 +224,17 @@
222224
};
223225
/* End PBXProject section */
224226

227+
/* Begin PBXResourcesBuildPhase section */
228+
5D6654E72BF520F600FCE215 /* Resources */ = {
229+
isa = PBXResourcesBuildPhase;
230+
buildActionMask = 2147483647;
231+
files = (
232+
5D6654E82BF520FA00FCE215 /* PrivacyInfo.xcprivacy in Resources */,
233+
);
234+
runOnlyForDeploymentPostprocessing = 0;
235+
};
236+
/* End PBXResourcesBuildPhase section */
237+
225238
/* Begin PBXSourcesBuildPhase section */
226239
C201747E1BD5509D00E4FE18 /* Sources */ = {
227240
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)