Re: Double-clicking a screensaver
Re: Double-clicking a screensaver
- Subject: Re: Double-clicking a screensaver
- From: Gabriel Zachmann <email@hidden>
- Date: Sat, 31 Oct 2009 17:37:53 +0100
How old is "old"? Have you updated the project to create a universal
binary? Snow Leopard is Intel-only, so its screen saver app isn't
Sorry, about not writing more details.
Well, the project is about 3-4 years old, and I have upgraded it with
new XCode versions.
Currently, I am compiling for 10.6 (intel) and 10.5 (intel & ppc).
Here are my (relevant, I hope) project settings:
Cocoa.framework
ScreenSaver.framework
Foundation.framework
ScriptingBridge.framework
QuartzCore.framework
ApplicationServices.framework
OpenGL.framework
923089610858F7E70094E243 /* Executable */ = {
isa = PBXNativeTarget;
buildConfigurationList = 92B139FA08771E5E00D2A6D9 /*
Build configuration list for PBXNativeTarget "Executable" */;
buildPhases = (
923089640858F7E70094E243 /* Resources */,
923089670858F7E70094E243 /* Sources */,
923089690858F7E70094E243 /* Frameworks */,
9230896C0858F7E70094E243 /* Rez */,
92C42D620B9D774F0054FE4B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = Executable;
productInstallPath = "$(HOME)/Library/ScreenSavers";
productName = ArtSaver;
productReference = 9230896E0858F7E70094E243 /*
ArtSaver.saver */;
productType = "com.apple.product-type.bundle";
92B139FC08771E5E00D2A6D9 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = "";
FRAMEWORK_SEARCH_PATHS = "";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = ArtSaver;
SECTORDER_FLAGS = "";
VERSIONING_SYSTEM = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = saver;
ZERO_LINK = NO;
};
name = Deployment;
92B13A0008771E5E00D2A6D9 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
"FRAMEWORK_SEARCH_PATHS[sdk=macosx10.5][arch=*]" = /
Developer/SDKs/MacOSX10.5.sdk;
"FRAMEWORK_SEARCH_PATHS[sdk=macosx10.6][arch=*]" = /
Developer/SDKs/MacOSX10.6.sdk;
GCC_C_LANGUAGE_STANDARD = c99;
"GCC_ENABLE_OBJC_GC[sdk=macosx10.6][arch=*]" =
supported;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_OPTIMIZATION_LEVEL = 3;
MACOSX_DEPLOYMENT_TARGET = 10.5;
"MACOSX_DEPLOYMENT_TARGET[sdk=macosx10.6][arch=*]" =
10.6;
SDKROOT = macosx10.5;
"SDKROOT[arch=x86_64]" = macosx10.6;
};
name = Deployment;
Is there anything wrong?
Best regards,
Gabriel.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden