From 696b382c2054d425b6cbe1736dfc11095dfb4bd1 Mon Sep 17 00:00:00 2001 From: "Lukhnos D. Liu" Date: Wed, 15 Apr 2009 12:10:34 +0800 Subject: [PATCH] Builds ObjectiveFlickr.framework. Modifies copyright header in LFWebAPIKit. (Copyright both held by Lukhnos and Lithoglyph Inc.) --- .../SnapAndRun.xcodeproj/project.pbxproj | 16 ++ LFWebAPIKit/LFHTTPRequest.h | 3 +- LFWebAPIKit/LFHTTPRequest.m | 3 +- LFWebAPIKit/LFWebAPIKit.h | 3 +- LFWebAPIKit/NSData+LFHTTPFormExtensions.h | 3 +- LFWebAPIKit/NSData+LFHTTPFormExtensions.m | 3 +- ObjectiveFlickr-Info.plist | 20 ++ ObjectiveFlickr.xcodeproj/project.pbxproj | 227 ++++++++++++++++++ Source/ObjectiveFlickr.h | 1 + 9 files changed, 274 insertions(+), 5 deletions(-) create mode 100644 ObjectiveFlickr-Info.plist diff --git a/Examples/SnapAndRun/SnapAndRun.xcodeproj/project.pbxproj b/Examples/SnapAndRun/SnapAndRun.xcodeproj/project.pbxproj index 052967a..02a53ab 100755 --- a/Examples/SnapAndRun/SnapAndRun.xcodeproj/project.pbxproj +++ b/Examples/SnapAndRun/SnapAndRun.xcodeproj/project.pbxproj @@ -20,6 +20,13 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 6A86664E0F9593B300325E1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6AE01E490F94DFA1000FE708 /* ObjectiveFlickr.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 6A8666490F9593B200325E1C /* ObjectiveFlickr.framework */; + remoteInfo = ObjectiveFlickr; + }; 6AE01E500F94DFA1000FE708 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 6AE01E490F94DFA1000FE708 /* ObjectiveFlickr.xcodeproj */; @@ -138,6 +145,7 @@ isa = PBXGroup; children = ( 6AE01E510F94DFA1000FE708 /* libObjectiveFlickr.a */, + 6A86664F0F9593B300325E1C /* ObjectiveFlickr.framework */, ); name = Products; sourceTree = ""; @@ -187,6 +195,14 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ + 6A86664F0F9593B300325E1C /* ObjectiveFlickr.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + name = ObjectiveFlickr.framework; + path = build/Debug/ObjectiveFlickr.framework; + remoteRef = 6A86664E0F9593B300325E1C /* PBXContainerItemProxy */; + sourceTree = ""; + }; 6AE01E510F94DFA1000FE708 /* libObjectiveFlickr.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; diff --git a/LFWebAPIKit/LFHTTPRequest.h b/LFWebAPIKit/LFHTTPRequest.h index fb1ec6b..e986c29 100644 --- a/LFWebAPIKit/LFHTTPRequest.h +++ b/LFWebAPIKit/LFHTTPRequest.h @@ -1,7 +1,8 @@ // // LFHTTPRequest.h // -// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org) +// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com) +// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org) // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/LFWebAPIKit/LFHTTPRequest.m b/LFWebAPIKit/LFHTTPRequest.m index 51cc79d..a0bf632 100644 --- a/LFWebAPIKit/LFHTTPRequest.m +++ b/LFWebAPIKit/LFHTTPRequest.m @@ -1,7 +1,8 @@ // // LFHTTPRequest.m // -// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org) +// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com) +// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org) // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/LFWebAPIKit/LFWebAPIKit.h b/LFWebAPIKit/LFWebAPIKit.h index 6d34564..abbe836 100644 --- a/LFWebAPIKit/LFWebAPIKit.h +++ b/LFWebAPIKit/LFWebAPIKit.h @@ -1,7 +1,8 @@ // // LFWebAPIKit.h // -// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org) +// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com) +// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org) // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/LFWebAPIKit/NSData+LFHTTPFormExtensions.h b/LFWebAPIKit/NSData+LFHTTPFormExtensions.h index 85d76e2..4359739 100644 --- a/LFWebAPIKit/NSData+LFHTTPFormExtensions.h +++ b/LFWebAPIKit/NSData+LFHTTPFormExtensions.h @@ -1,7 +1,8 @@ // // NSData+LFHTTPFormExtensions.h // -// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org) +// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com) +// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org) // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/LFWebAPIKit/NSData+LFHTTPFormExtensions.m b/LFWebAPIKit/NSData+LFHTTPFormExtensions.m index cb9384d..0756ba4 100644 --- a/LFWebAPIKit/NSData+LFHTTPFormExtensions.m +++ b/LFWebAPIKit/NSData+LFHTTPFormExtensions.m @@ -1,7 +1,8 @@ // // NSData+LFHTTPFormExtensions.m // -// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org) +// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com) +// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org) // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/ObjectiveFlickr-Info.plist b/ObjectiveFlickr-Info.plist new file mode 100644 index 0000000..5939954 --- /dev/null +++ b/ObjectiveFlickr-Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.lukhnos.ObjectiveFlickr + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + FMWK + CFBundleSignature + LUKH + CFBundleVersion + 2.0 + + diff --git a/ObjectiveFlickr.xcodeproj/project.pbxproj b/ObjectiveFlickr.xcodeproj/project.pbxproj index 2b1e2d2..222d9a4 100644 --- a/ObjectiveFlickr.xcodeproj/project.pbxproj +++ b/ObjectiveFlickr.xcodeproj/project.pbxproj @@ -6,7 +6,33 @@ objectVersion = 42; objects = { +/* Begin PBXAggregateTarget section */ + 6A8666A60F95956A00325E1C /* All */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 6A8666B40F95959E00325E1C /* Build configuration list for PBXAggregateTarget "All" */; + buildPhases = ( + ); + dependencies = ( + 6A8666AB0F95956E00325E1C /* PBXTargetDependency */, + 6A8666AD0F95957000325E1C /* PBXTargetDependency */, + ); + name = All; + productName = All; + }; +/* End PBXAggregateTarget section */ + /* Begin PBXBuildFile section */ + 6A8666930F95952F00325E1C /* ObjectiveFlickr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECBE40F93B8810024C352 /* ObjectiveFlickr.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8666940F95952F00325E1C /* OFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECBE60F93B8810024C352 /* OFUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8666950F95952F00325E1C /* OFXMLMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECBE70F93B8810024C352 /* OFXMLMapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8666960F95952F00325E1C /* LFWebAPIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECA920F939FB20024C352 /* LFWebAPIKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8666970F95952F00325E1C /* LFHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECA6A0F939F650024C352 /* LFHTTPRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A8666980F95952F00325E1C /* NSData+LFHTTPFormExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECA6D0F939F650024C352 /* NSData+LFHTTPFormExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A86669A0F95953E00325E1C /* ObjectiveFlickr.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECBE50F93B8810024C352 /* ObjectiveFlickr.m */; }; + 6A86669B0F95953E00325E1C /* OFXMLMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECBE80F93B8810024C352 /* OFXMLMapper.m */; }; + 6A86669C0F95953E00325E1C /* LFHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECA6B0F939F650024C352 /* LFHTTPRequest.m */; }; + 6A86669D0F95953E00325E1C /* NSData+LFHTTPFormExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECA6E0F939F650024C352 /* NSData+LFHTTPFormExtensions.m */; }; + 6A8666A20F95955F00325E1C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A8666A10F95955F00325E1C /* SystemConfiguration.framework */; }; 6ADECA6F0F939F650024C352 /* LFHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECA6A0F939F650024C352 /* LFHTTPRequest.h */; }; 6ADECA700F939F650024C352 /* LFHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECA6B0F939F650024C352 /* LFHTTPRequest.m */; }; 6ADECA720F939F650024C352 /* NSData+LFHTTPFormExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADECA6D0F939F650024C352 /* NSData+LFHTTPFormExtensions.h */; }; @@ -19,7 +45,27 @@ 6ADECBED0F93B8810024C352 /* OFXMLMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ADECBE80F93B8810024C352 /* OFXMLMapper.m */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 6A8666AA0F95956E00325E1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6ABF72D10F939BB800B9179E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6ABF72E50F939BE600B9179E /* ObjectiveFlickr (library) */; + remoteInfo = "ObjectiveFlickr (library)"; + }; + 6A8666AC0F95957000325E1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6ABF72D10F939BB800B9179E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A8666480F9593B200325E1C /* ObjectiveFlickr (framework) */; + remoteInfo = "ObjectiveFlickr (framework)"; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ + 6A8666490F9593B200325E1C /* ObjectiveFlickr.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ObjectiveFlickr.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6A86664A0F9593B200325E1C /* ObjectiveFlickr-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ObjectiveFlickr-Info.plist"; sourceTree = ""; }; + 6A8666A10F95955F00325E1C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = /System/Library/Frameworks/SystemConfiguration.framework; sourceTree = ""; }; 6ABF72E60F939BE600B9179E /* libObjectiveFlickr.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libObjectiveFlickr.a; sourceTree = BUILT_PRODUCTS_DIR; }; 6ADECA6A0F939F650024C352 /* LFHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LFHTTPRequest.h; sourceTree = ""; }; 6ADECA6B0F939F650024C352 /* LFHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LFHTTPRequest.m; sourceTree = ""; }; @@ -34,6 +80,14 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 6A8666470F9593B200325E1C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6A8666A20F95955F00325E1C /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6ABF72E40F939BE600B9179E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -44,11 +98,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 6A8666B30F95959E00325E1C /* Linked Frameworks */ = { + isa = PBXGroup; + children = ( + 6A8666A10F95955F00325E1C /* SystemConfiguration.framework */, + ); + name = "Linked Frameworks"; + sourceTree = ""; + }; 6ABF72CF0F939BB800B9179E = { isa = PBXGroup; children = ( + 6A86664A0F9593B200325E1C /* ObjectiveFlickr-Info.plist */, 6ADECBE30F93B8810024C352 /* Source */, 6ADECA690F939F650024C352 /* LFWebAPIKit */, + 6A8666B30F95959E00325E1C /* Linked Frameworks */, 6ABF72E70F939BE600B9179E /* Products */, ); sourceTree = ""; @@ -57,6 +121,7 @@ isa = PBXGroup; children = ( 6ABF72E60F939BE600B9179E /* libObjectiveFlickr.a */, + 6A8666490F9593B200325E1C /* ObjectiveFlickr.framework */, ); name = Products; sourceTree = ""; @@ -88,6 +153,19 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 6A8666440F9593B200325E1C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6A8666930F95952F00325E1C /* ObjectiveFlickr.h in Headers */, + 6A8666940F95952F00325E1C /* OFUtilities.h in Headers */, + 6A8666950F95952F00325E1C /* OFXMLMapper.h in Headers */, + 6A8666960F95952F00325E1C /* LFWebAPIKit.h in Headers */, + 6A8666970F95952F00325E1C /* LFHTTPRequest.h in Headers */, + 6A8666980F95952F00325E1C /* NSData+LFHTTPFormExtensions.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6ABF72E20F939BE600B9179E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -104,6 +182,24 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 6A8666480F9593B200325E1C /* ObjectiveFlickr (framework) */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6A8666500F9593B300325E1C /* Build configuration list for PBXNativeTarget "ObjectiveFlickr (framework)" */; + buildPhases = ( + 6A8666440F9593B200325E1C /* Headers */, + 6A8666450F9593B200325E1C /* Resources */, + 6A8666460F9593B200325E1C /* Sources */, + 6A8666470F9593B200325E1C /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "ObjectiveFlickr (framework)"; + productName = ObjectiveFlickr; + productReference = 6A8666490F9593B200325E1C /* ObjectiveFlickr.framework */; + productType = "com.apple.product-type.framework"; + }; 6ABF72E50F939BE600B9179E /* ObjectiveFlickr (library) */ = { isa = PBXNativeTarget; buildConfigurationList = 6ABF72EA0F939BE700B9179E /* Build configuration list for PBXNativeTarget "ObjectiveFlickr (library)" */; @@ -134,12 +230,35 @@ projectDirPath = ""; projectRoot = ""; targets = ( + 6A8666A60F95956A00325E1C /* All */, + 6A8666480F9593B200325E1C /* ObjectiveFlickr (framework) */, 6ABF72E50F939BE600B9179E /* ObjectiveFlickr (library) */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 6A8666450F9593B200325E1C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ + 6A8666460F9593B200325E1C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6A86669A0F95953E00325E1C /* ObjectiveFlickr.m in Sources */, + 6A86669B0F95953E00325E1C /* OFXMLMapper.m in Sources */, + 6A86669C0F95953E00325E1C /* LFHTTPRequest.m in Sources */, + 6A86669D0F95953E00325E1C /* NSData+LFHTTPFormExtensions.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6ABF72E30F939BE600B9179E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -153,7 +272,97 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 6A8666AB0F95956E00325E1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6ABF72E50F939BE600B9179E /* ObjectiveFlickr (library) */; + targetProxy = 6A8666AA0F95956E00325E1C /* PBXContainerItemProxy */; + }; + 6A8666AD0F95957000325E1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6A8666480F9593B200325E1C /* ObjectiveFlickr (framework) */; + targetProxy = 6A8666AC0F95957000325E1C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ + 6A86664B0F9593B300325E1C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; + INFOPLIST_FILE = "ObjectiveFlickr-Info.plist"; + INSTALL_PATH = "$(HOME)/Library/Frameworks"; + OTHER_LDFLAGS = ( + "-framework", + Foundation, + "-framework", + AppKit, + ); + PREBINDING = NO; + PRODUCT_NAME = ObjectiveFlickr; + }; + name = Debug; + }; + 6A86664C0F9593B300325E1C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64"; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; + INFOPLIST_FILE = "ObjectiveFlickr-Info.plist"; + INSTALL_PATH = "$(HOME)/Library/Frameworks"; + OTHER_LDFLAGS = ( + "-framework", + Foundation, + "-framework", + AppKit, + ); + PREBINDING = NO; + PRODUCT_NAME = ObjectiveFlickr; + ZERO_LINK = NO; + }; + name = Release; + }; + 6A8666A70F95956A00325E1C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + PRODUCT_NAME = All; + }; + name = Debug; + }; + 6A8666A80F95956A00325E1C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + PRODUCT_NAME = All; + ZERO_LINK = NO; + }; + name = Release; + }; 6ABF72D20F939BB800B9179E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -196,6 +405,24 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 6A8666500F9593B300325E1C /* Build configuration list for PBXNativeTarget "ObjectiveFlickr (framework)" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6A86664B0F9593B300325E1C /* Debug */, + 6A86664C0F9593B300325E1C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6A8666B40F95959E00325E1C /* Build configuration list for PBXAggregateTarget "All" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6A8666A70F95956A00325E1C /* Debug */, + 6A8666A80F95956A00325E1C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6ABF72D40F939BB800B9179E /* Build configuration list for PBXProject "ObjectiveFlickr" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Source/ObjectiveFlickr.h b/Source/ObjectiveFlickr.h index 1b7850e..0214ae3 100644 --- a/Source/ObjectiveFlickr.h +++ b/Source/ObjectiveFlickr.h @@ -26,6 +26,7 @@ // #import "LFWebAPIKit.h" +#import "OFUtilities.h" #import "OFXMLMapper.h" extern NSString *OFFlickrSmallSquareSize; // "s" - 75x75