Skip to content

Commit 23c4183

Browse files
author
rarichter
committed
turns on the gc flag and removes the no longer used InterfaceBuilder.framework reference
git-svn-id: http://shortcutrecorder.googlecode.com/svn/trunk@42 95fa3068-9819-0410-9c96-7759cbfcbc6e
1 parent 44d0dd1 commit 23c4183

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

ShortcutRecorder.xcodeproj/project.pbxproj

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
/* End PBXBuildFile section */
7070

7171
/* Begin PBXContainerItemProxy section */
72+
936CAE910FFBEC59001934D1 /* PBXContainerItemProxy */ = {
73+
isa = PBXContainerItemProxy;
74+
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
75+
proxyType = 1;
76+
remoteGlobalIDString = 9398377F0DA42965007F53F3;
77+
remoteInfo = ShortcutRecorder.framework;
78+
};
7279
939838AF0DA430D1007F53F3 /* PBXContainerItemProxy */ = {
7380
isa = PBXContainerItemProxy;
7481
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
@@ -138,7 +145,6 @@
138145
0B8E2A0609CDBADE0085E9ED /* PTHotKeyCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PTHotKeyCenter.m; sourceTree = "<group>"; };
139146
0B8E2A0709CDBADE0085E9ED /* PTKeyCombo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PTKeyCombo.h; sourceTree = "<group>"; };
140147
0B8E2A0809CDBADE0085E9ED /* PTKeyCombo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PTKeyCombo.m; sourceTree = "<group>"; };
141-
0B8E2AA009CDC0D90085E9ED /* InterfaceBuilder.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = InterfaceBuilder.framework; path = /System/Library/Frameworks/InterfaceBuilder.framework; sourceTree = "<absolute>"; };
142148
0BA347AB09E84C7A008B4374 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/ShortcutRecorder.strings; sourceTree = "<group>"; };
143149
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
144150
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
@@ -286,7 +292,6 @@
286292
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
287293
isa = PBXGroup;
288294
children = (
289-
0B8E2AA009CDC0D90085E9ED /* InterfaceBuilder.framework */,
290295
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
291296
0B57CB1109C482D20000E739 /* Carbon.framework */,
292297
0B57CB1309C482DC0000E739 /* CoreServices.framework */,
@@ -449,6 +454,7 @@
449454
buildRules = (
450455
);
451456
dependencies = (
457+
936CAE920FFBEC59001934D1 /* PBXTargetDependency */,
452458
93983B290DA43C60007F53F3 /* PBXTargetDependency */,
453459
);
454460
name = ShortcutRecorderFramework_Tester;
@@ -590,6 +596,11 @@
590596
/* End PBXSourcesBuildPhase section */
591597

592598
/* Begin PBXTargetDependency section */
599+
936CAE920FFBEC59001934D1 /* PBXTargetDependency */ = {
600+
isa = PBXTargetDependency;
601+
target = 9398377F0DA42965007F53F3 /* ShortcutRecorder.framework */;
602+
targetProxy = 936CAE910FFBEC59001934D1 /* PBXContainerItemProxy */;
603+
};
593604
939838B00DA430D1007F53F3 /* PBXTargetDependency */ = {
594605
isa = PBXTargetDependency;
595606
target = 939838A40DA4300F007F53F3 /* ShortcutRecorder.ibplugin */;
@@ -682,6 +693,7 @@
682693
FRAMEWORK_VERSION = A;
683694
GCC_DYNAMIC_NO_PIC = NO;
684695
GCC_ENABLE_FIX_AND_CONTINUE = YES;
696+
GCC_ENABLE_OBJC_GC = supported;
685697
GCC_MODEL_TUNING = G5;
686698
GCC_OPTIMIZATION_LEVEL = 0;
687699
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -709,6 +721,7 @@
709721
DYLIB_CURRENT_VERSION = 1;
710722
FRAMEWORK_VERSION = A;
711723
GCC_ENABLE_FIX_AND_CONTINUE = NO;
724+
GCC_ENABLE_OBJC_GC = supported;
712725
GCC_MODEL_TUNING = G5;
713726
GCC_PRECOMPILE_PREFIX_HEADER = YES;
714727
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
@@ -730,6 +743,7 @@
730743
939838A70DA43010007F53F3 /* Debug */ = {
731744
isa = XCBuildConfiguration;
732745
buildSettings = {
746+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
733747
COPY_PHASE_STRIP = NO;
734748
FRAMEWORK_SEARCH_PATHS = (
735749
"$(inherited)",
@@ -739,6 +753,7 @@
739753
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_FRAMEWORKS_DIR)\"";
740754
GCC_DYNAMIC_NO_PIC = NO;
741755
GCC_ENABLE_FIX_AND_CONTINUE = YES;
756+
GCC_ENABLE_OBJC_GC = supported;
742757
GCC_MODEL_TUNING = G5;
743758
GCC_OPTIMIZATION_LEVEL = 0;
744759
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -761,6 +776,7 @@
761776
939838A80DA43010007F53F3 /* Release */ = {
762777
isa = XCBuildConfiguration;
763778
buildSettings = {
779+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
764780
COPY_PHASE_STRIP = YES;
765781
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
766782
FRAMEWORK_SEARCH_PATHS = (
@@ -770,6 +786,7 @@
770786
);
771787
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_FRAMEWORKS_DIR)\"";
772788
GCC_ENABLE_FIX_AND_CONTINUE = NO;
789+
GCC_ENABLE_OBJC_GC = supported;
773790
GCC_MODEL_TUNING = G5;
774791
GCC_PRECOMPILE_PREFIX_HEADER = YES;
775792
GCC_PREFIX_HEADER = Plugin/SR_Leopard_Prefix.pch;
@@ -817,6 +834,7 @@
817834
COPY_PHASE_STRIP = NO;
818835
GCC_DYNAMIC_NO_PIC = NO;
819836
GCC_ENABLE_FIX_AND_CONTINUE = YES;
837+
GCC_ENABLE_OBJC_GC = supported;
820838
GCC_MODEL_TUNING = G5;
821839
GCC_OPTIMIZATION_LEVEL = 0;
822840
INFOPLIST_FILE = Demo/Info.plist;
@@ -834,6 +852,7 @@
834852
ppc,
835853
i386,
836854
);
855+
GCC_ENABLE_OBJC_GC = supported;
837856
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
838857
GCC_MODEL_TUNING = G5;
839858
INFOPLIST_FILE = Demo/Info.plist;

0 commit comments

Comments
 (0)