Skip to content

Commit

Permalink
Added Info.plist for code signing. Added other LD flags to Release co…
Browse files Browse the repository at this point in the history
…nfiguration.
  • Loading branch information
nygard committed Jul 6, 2009
1 parent 917263c commit 21e2e63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.codethecode.class-dump</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>class-dump</string>
</dict>
</plist>
8 changes: 8 additions & 0 deletions class-dump.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
010C4CF01001999100B27A2B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
011261610C21312C00B9C4E0 /* CDClassDumpVisitor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CDClassDumpVisitor.h; sourceTree = "<group>"; };
011261620C21312C00B9C4E0 /* CDClassDumpVisitor.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CDClassDumpVisitor.m; sourceTree = "<group>"; };
011261630C21312C00B9C4E0 /* CDFindMethodVisitor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CDFindMethodVisitor.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -691,6 +692,7 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
010C4CF01001999100B27A2B /* Info.plist */,
32A70AAB03705E1F00C91783 /* class-dump_Prefix.pch */,
012E2B3208AE9D8F003E99F8 /* main.m */,
);
Expand Down Expand Up @@ -1318,6 +1320,12 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "class-dump_Prefix.pch";
INSTALL_PATH = /;
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
__info_plist,
Info.plist,
);
PREBINDING = NO;
PRODUCT_NAME = "class-dump";
ZERO_LINK = NO;
Expand Down

0 comments on commit 21e2e63

Please sign in to comment.