Skip to content

Commit 035e628

Browse files
committed
Add adn certificate to Mac example
1 parent 33ba568 commit 035e628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Example/AFNetworking Mac Example.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
B304CCE8177D58DD00F4FC85 /* adn.cer in Resources */ = {isa = PBXBuildFile; fileRef = B304CCE7177D58DD00F4FC85 /* adn.cer */; };
1011
F8129C001591061B009BFE23 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8129BFF1591061B009BFE23 /* Cocoa.framework */; };
1112
F8129C321591073C009BFE23 /* AFAppDotNetAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = F8129C251591073C009BFE23 /* AFAppDotNetAPIClient.m */; };
1213
F8129C341591073C009BFE23 /* Post.m in Sources */ = {isa = PBXBuildFile; fileRef = F8129C2B1591073C009BFE23 /* Post.m */; };
@@ -27,6 +28,7 @@
2728
/* End PBXBuildFile section */
2829

2930
/* Begin PBXFileReference section */
31+
B304CCE7177D58DD00F4FC85 /* adn.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = adn.cer; sourceTree = SOURCE_ROOT; };
3032
F8129BFB1591061B009BFE23 /* AFNetworking Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AFNetworking Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3133
F8129BFF1591061B009BFE23 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
3234
F8129C021591061B009BFE23 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
@@ -139,6 +141,7 @@
139141
F8129C061591061B009BFE23 /* Supporting Files */ = {
140142
isa = PBXGroup;
141143
children = (
144+
B304CCE7177D58DD00F4FC85 /* adn.cer */,
142145
F8129C6E15910B15009BFE23 /* main.m */,
143146
F8129C7015910B3E009BFE23 /* MainMenu.xib */,
144147
);
@@ -238,6 +241,7 @@
238241
buildActionMask = 2147483647;
239242
files = (
240243
F8129C7115910B3E009BFE23 /* MainMenu.xib in Resources */,
244+
B304CCE8177D58DD00F4FC85 /* adn.cer in Resources */,
241245
);
242246
runOnlyForDeploymentPostprocessing = 0;
243247
};

0 commit comments

Comments
 (0)