Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 208d3e2

Browse files
committed
Moved header files back to private
1 parent e015bc7 commit 208d3e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

iOSCSRSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "iOSCSRSwift"
4-
s.version = "0.0.991"
4+
s.version = "0.0.992"
55
s.summary = "Generate a certificate signing request (CSR) in iOS using Swift"
66

77
s.description = <<-DESC

iOSCSRSwift.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
9109209C1E787BE3008E5535 /* CertificateSigningRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910920991E787BE3008E5535 /* CertificateSigningRequest.swift */; };
1212
910920A01E787BFA008E5535 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9109209E1E787BFA008E5535 /* Info.plist */; };
1313
910920A31E788CB1008E5535 /* iOS_csr_swiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910920A21E788CB1008E5535 /* iOS_csr_swiftTests.swift */; };
14-
910921571E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213B1E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Public, ); }; };
14+
910921571E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213B1E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Private, ); }; };
1515
910921581E79AC39008E5535 /* CommonCryptoError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213C1E79AC39008E5535 /* CommonCryptoError.h */; };
1616
910921591E79AC39008E5535 /* CommonCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213D1E79AC39008E5535 /* CommonCryptor.h */; };
1717
9109215A1E79AC39008E5535 /* CommonDigest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213E1E79AC39008E5535 /* CommonDigest.h */; };
1818
9109215B1E79AC39008E5535 /* CommonHMAC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109213F1E79AC39008E5535 /* CommonHMAC.h */; };
1919
9109215C1E79AC39008E5535 /* CommonKeyDerivation.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921401E79AC39008E5535 /* CommonKeyDerivation.h */; };
2020
9109215D1E79AC39008E5535 /* CommonRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921411E79AC39008E5535 /* CommonRandom.h */; };
2121
9109215E1E79AC39008E5535 /* CommonSymmetricKeywrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921421E79AC39008E5535 /* CommonSymmetricKeywrap.h */; };
22-
9109215F1E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921451E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Public, ); }; };
22+
9109215F1E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921451E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Private, ); }; };
2323
910921601E79AC39008E5535 /* CommonCryptoError.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921461E79AC39008E5535 /* CommonCryptoError.h */; };
2424
910921611E79AC39008E5535 /* CommonCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921471E79AC39008E5535 /* CommonCryptor.h */; };
2525
910921621E79AC39008E5535 /* CommonDigest.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921481E79AC39008E5535 /* CommonDigest.h */; };
2626
910921631E79AC39008E5535 /* CommonHMAC.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921491E79AC39008E5535 /* CommonHMAC.h */; };
2727
910921641E79AC39008E5535 /* CommonKeyDerivation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109214A1E79AC39008E5535 /* CommonKeyDerivation.h */; };
2828
910921651E79AC39008E5535 /* CommonRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109214B1E79AC39008E5535 /* CommonRandom.h */; };
2929
910921661E79AC39008E5535 /* CommonSymmetricKeywrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109214C1E79AC39008E5535 /* CommonSymmetricKeywrap.h */; };
30-
910921671E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109214F1E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Public, ); }; };
30+
910921671E79AC39008E5535 /* CommonCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 9109214F1E79AC39008E5535 /* CommonCrypto.h */; settings = {ATTRIBUTES = (Private, ); }; };
3131
910921681E79AC39008E5535 /* CommonCryptoError.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921501E79AC39008E5535 /* CommonCryptoError.h */; };
3232
910921691E79AC39008E5535 /* CommonCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921511E79AC39008E5535 /* CommonCryptor.h */; };
3333
9109216A1E79AC39008E5535 /* CommonDigest.h in Headers */ = {isa = PBXBuildFile; fileRef = 910921521E79AC39008E5535 /* CommonDigest.h */; };
@@ -247,10 +247,10 @@
247247
isa = PBXHeadersBuildPhase;
248248
buildActionMask = 2147483647;
249249
files = (
250-
910921571E79AC39008E5535 /* CommonCrypto.h in Headers */,
251-
9109215F1E79AC39008E5535 /* CommonCrypto.h in Headers */,
252-
910921671E79AC39008E5535 /* CommonCrypto.h in Headers */,
253250
9109216A1E79AC39008E5535 /* CommonDigest.h in Headers */,
251+
910921671E79AC39008E5535 /* CommonCrypto.h in Headers */,
252+
9109215F1E79AC39008E5535 /* CommonCrypto.h in Headers */,
253+
910921571E79AC39008E5535 /* CommonCrypto.h in Headers */,
254254
910921611E79AC39008E5535 /* CommonCryptor.h in Headers */,
255255
910921621E79AC39008E5535 /* CommonDigest.h in Headers */,
256256
910921591E79AC39008E5535 /* CommonCryptor.h in Headers */,

0 commit comments

Comments
 (0)