Skip to content

Commit 2f6707e

Browse files
author
andypotion
committed
Changed project setting to build 64-bit Universal Binary on release build
git-svn-id: http://shortcutrecorder.googlecode.com/svn/trunk@48 95fa3068-9819-0410-9c96-7759cbfcbc6e
1 parent 413f579 commit 2f6707e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

ShortcutRecorder.xcodeproj/project.pbxproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
93983B2D0DA43C79007F53F3 /* ShortcutRecorder.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 939837800DA42965007F53F3 /* ShortcutRecorder.framework */; };
6767
93983B390DA43C82007F53F3 /* ShortcutRecorder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 939837800DA42965007F53F3 /* ShortcutRecorder.framework */; };
6868
93983B8B0DA441BB007F53F3 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93983B890DA441BB007F53F3 /* MainMenu.xib */; };
69+
A1125B77104C8AF3005C6F7B /* PTKeyCodeTranslator.h in Headers */ = {isa = PBXBuildFile; fileRef = A1125B75104C8AF3005C6F7B /* PTKeyCodeTranslator.h */; };
70+
A1125B79104C8B06005C6F7B /* PTKeyCodeTranslator.m in Sources */ = {isa = PBXBuildFile; fileRef = A1125B76104C8AF3005C6F7B /* PTKeyCodeTranslator.m */; };
6971
/* End PBXBuildFile section */
7072

7173
/* Begin PBXContainerItemProxy section */
@@ -170,6 +172,8 @@
170172
939839740DA4376D007F53F3 /* SR_Leopard_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SR_Leopard_Prefix.pch; path = Plugin/SR_Leopard_Prefix.pch; sourceTree = "<group>"; };
171173
93983B220DA43C4E007F53F3 /* ShortcutRecorder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ShortcutRecorder.app; sourceTree = BUILT_PRODUCTS_DIR; };
172174
93983B8A0DA441BB007F53F3 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Demo/English.lproj/MainMenu.xib; sourceTree = "<group>"; };
175+
A1125B75104C8AF3005C6F7B /* PTKeyCodeTranslator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PTKeyCodeTranslator.h; sourceTree = "<group>"; };
176+
A1125B76104C8AF3005C6F7B /* PTKeyCodeTranslator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PTKeyCodeTranslator.m; sourceTree = "<group>"; };
173177
/* End PBXFileReference section */
174178

175179
/* Begin PBXFrameworksBuildPhase section */
@@ -266,6 +270,8 @@
266270
0B8E2A0409CDBADE0085E9ED /* PTHotKey.m */,
267271
0B8E2A0509CDBADE0085E9ED /* PTHotKeyCenter.h */,
268272
0B8E2A0609CDBADE0085E9ED /* PTHotKeyCenter.m */,
273+
A1125B75104C8AF3005C6F7B /* PTKeyCodeTranslator.h */,
274+
A1125B76104C8AF3005C6F7B /* PTKeyCodeTranslator.m */,
269275
0B8E2A0709CDBADE0085E9ED /* PTKeyCombo.h */,
270276
0B8E2A0809CDBADE0085E9ED /* PTKeyCombo.m */,
271277
);
@@ -392,6 +398,7 @@
392398
9398393E0DA4350B007F53F3 /* SRKeyCodeTransformer.h in Headers */,
393399
9398393F0DA4350B007F53F3 /* SRValidator.h in Headers */,
394400
939839400DA4350B007F53F3 /* SRCommon.h in Headers */,
401+
A1125B77104C8AF3005C6F7B /* PTKeyCodeTranslator.h in Headers */,
395402
);
396403
runOnlyForDeploymentPostprocessing = 0;
397404
};
@@ -582,6 +589,7 @@
582589
93983B150DA43C4E007F53F3 /* PTHotKey.m in Sources */,
583590
93983B160DA43C4E007F53F3 /* PTHotKeyCenter.m in Sources */,
584591
93983B170DA43C4E007F53F3 /* PTKeyCombo.m in Sources */,
592+
A1125B79104C8B06005C6F7B /* PTKeyCodeTranslator.m in Sources */,
585593
);
586594
runOnlyForDeploymentPostprocessing = 0;
587595
};
@@ -722,7 +730,6 @@
722730
);
723731
PREBINDING = NO;
724732
PRODUCT_NAME = ShortcutRecorder;
725-
SDKROOT = macosx10.5;
726733
ZERO_LINK = NO;
727734
};
728735
name = Release;
@@ -763,7 +770,6 @@
763770
939838A80DA43010007F53F3 /* Release */ = {
764771
isa = XCBuildConfiguration;
765772
buildSettings = {
766-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
767773
COPY_PHASE_STRIP = YES;
768774
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
769775
FRAMEWORK_SEARCH_PATHS = (
@@ -787,7 +793,6 @@
787793
);
788794
PREBINDING = NO;
789795
PRODUCT_NAME = ShortcutRecorder;
790-
SDKROOT = macosx10.5;
791796
WRAPPER_EXTENSION = ibplugin;
792797
ZERO_LINK = NO;
793798
};
@@ -836,10 +841,6 @@
836841
93983B210DA43C4E007F53F3 /* Release */ = {
837842
isa = XCBuildConfiguration;
838843
buildSettings = {
839-
ARCHS = (
840-
ppc,
841-
i386,
842-
);
843844
GCC_ENABLE_OBJC_GC = supported;
844845
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
845846
GCC_MODEL_TUNING = G5;
@@ -871,6 +872,7 @@
871872
C01FCF5008A954540054247B /* Release */ = {
872873
isa = XCBuildConfiguration;
873874
buildSettings = {
875+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
874876
GCC_C_LANGUAGE_STANDARD = gnu99;
875877
GCC_VERSION = 4.0;
876878
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

0 commit comments

Comments
 (0)