From: Michael J. Rubinsky Date: Sun, 27 Sep 2009 15:46:54 +0000 (-0400) Subject: iPhoto (and Aperture) plugins ca only be compiled as 32 bit at the moment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2277798e05ffd83cbc384733ac9fff100600f61f;p=horde.git iPhoto (and Aperture) plugins ca only be compiled as 32 bit at the moment. --- diff --git a/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib b/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib index 3ce07275d..a0d9f6767 100644 --- a/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib +++ b/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib @@ -22,7 +22,6 @@ YES - YES @@ -600,7 +599,7 @@ 23 2 - {{196, 183}, {480, 327}} + {{196, 97}, {480, 413}} -1543503872 Window NSPanel @@ -616,6 +615,7 @@ 268 {{370, 12}, {96, 32}} + YES 67239424 @@ -801,8 +801,9 @@ NeXT TIFF v4.0 pasteboard type - {423, 251} + {423, 337} + NO YES YES @@ -817,8 +818,9 @@ - {{1, 1}, {423, 251}} + {{1, 1}, {423, 337}} + @@ -827,8 +829,9 @@ 256 - {{424, 1}, {15, 251}} + {{424, 1}, {15, 337}} + _doScroller: 1 @@ -837,16 +840,18 @@ 256 - {{1, 252}, {423, 15}} + {{1, 338}, {423, 15}} + 1 _doScroller: 0.50602409999999998 - {{20, 60}, {440, 268}} + {{20, 60}, {440, 354}} + 50 @@ -855,8 +860,9 @@ QSAAAEEgAABCzQAAQvAAAA - {480, 327} + {480, 413} + {{0, 0}, {1920, 1178}} {1.79769e+308, 1.79769e+308} @@ -2069,8 +2075,8 @@ YES - + @@ -2676,9 +2682,9 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{33, 581}, {480, 327}} + {{530, 715}, {480, 413}} com.apple.InterfaceBuilder.CocoaPlugin - {{33, 581}, {480, 327}} + {{530, 715}, {480, 413}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2722,31 +2728,6 @@ AnselExportController NSObject - - YES - - YES - clickServer: - clickViewGallery: - closeGalleryView: - closeServerList: - doAddServer: - doCancelAddServer: - removeServer: - showNewGallery: - - - YES - id - id - id - id - id - id - id - id - - YES @@ -2756,7 +2737,6 @@ defaultImageView firstView galleryCombo - mExportMgr mImageCountLabel mMakeNewServerDefault mNewGalleryButton @@ -2782,7 +2762,6 @@ NSImageView NSControl NSComboBox - id NSTextField NSButton NSButton @@ -3132,7 +3111,7 @@ com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib b/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib index 600548e66..8eb1ec6ed 100644 Binary files a/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib and b/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib differ diff --git a/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj b/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj index 73c6bbbef..0815acfb7 100644 --- a/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj +++ b/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj @@ -355,6 +355,8 @@ 1DEB913B08733D840010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; COPY_PHASE_STRIP = NO; DEPLOYMENT_LOCATION = YES; DSTROOT = /; @@ -381,6 +383,8 @@ 1DEB913C08733D840010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/iPhoto2Ansel-1.0/Library/Application Support/iPhoto/Plugins"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEPLOYMENT_LOCATION = NO;