Skip to content

Commit 7ffcfdd

Browse files
committed
Remove support for garbage-collection as Apple tools no longer support it. Remove some ancient build settings from the project
1 parent ed4b785 commit 7ffcfdd

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

v002 Rutt Etra.xcodeproj/project.pbxproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
089C1669FE841209C02AAC07 /* Project object */ = {
189189
isa = PBXProject;
190190
attributes = {
191-
LastUpgradeCheck = 0500;
191+
LastUpgradeCheck = 0510;
192192
};
193193
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "v002 Rutt Etra" */;
194194
compatibilityVersion = "Xcode 3.2";
@@ -257,8 +257,6 @@
257257
COMBINE_HIDPI_IMAGES = YES;
258258
COPY_PHASE_STRIP = NO;
259259
GCC_DYNAMIC_NO_PIC = NO;
260-
GCC_ENABLE_OBJC_GC = supported;
261-
GCC_MODEL_TUNING = G5;
262260
GCC_OPTIMIZATION_LEVEL = 0;
263261
GCC_PRECOMPILE_PREFIX_HEADER = YES;
264262
GCC_PREFIX_HEADER = "v002 Rutt Etra_Prefix.pch";
@@ -267,7 +265,6 @@
267265
MACOSX_DEPLOYMENT_TARGET = 10.6;
268266
PRODUCT_NAME = "v002 Rutt Etra";
269267
WRAPPER_EXTENSION = plugin;
270-
ZERO_LINK = YES;
271268
};
272269
name = Debug;
273270
};
@@ -276,8 +273,6 @@
276273
buildSettings = {
277274
COMBINE_HIDPI_IMAGES = YES;
278275
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
279-
GCC_ENABLE_OBJC_GC = supported;
280-
GCC_MODEL_TUNING = G5;
281276
GCC_PRECOMPILE_PREFIX_HEADER = YES;
282277
GCC_PREFIX_HEADER = "v002 Rutt Etra_Prefix.pch";
283278
INFOPLIST_FILE = Info.plist;

v002RuttEtraPlugIn.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ - (id) init
286286
return self;
287287
}
288288

289-
- (void) finalize
290-
{
291-
[super finalize];
292-
}
293-
294289
- (void) dealloc
295290
{
296291
free(eq1);

0 commit comments

Comments
 (0)