diff --git a/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.h b/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.h old mode 100644 new mode 100755 diff --git a/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.m b/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.m old mode 100644 new mode 100755 index addc03f..2eb6740 --- a/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.m +++ b/ALAssetsLibrary+CustomPhotoAlbum/ALAssetsLibrary+CustomPhotoAlbum.m @@ -62,7 +62,7 @@ -(void)addAssetURL:(NSURL*)assetURL toAlbum:(NSString*)albumName withCompletionB if (group==nil && albumWasFound==NO) { //photo albums are over, target album does not exist, thus create it - __weak ALAssetsLibrary* weakSelf = self; + ALAssetsLibrary* weakSelf = self; //create new assets album [self addAssetsGroupAlbumWithName:albumName diff --git a/InfColorPicker/InfHSBSupport.h b/InfColorPicker/InfHSBSupport.h index 8ce824b..51e9a17 100755 --- a/InfColorPicker/InfHSBSupport.h +++ b/InfColorPicker/InfHSBSupport.h @@ -52,3 +52,4 @@ CGImageRef createHSVBarContentImage( InfComponentIndex barComponentIndex, float //------------------------------------------------------------------------------ +CGImageRef createCheckerPatternImage(); diff --git a/Smooth Line View.xcodeproj/project.pbxproj b/Smooth Line View.xcodeproj/project.pbxproj index 287a421..ccdd1f3 100755 --- a/Smooth Line View.xcodeproj/project.pbxproj +++ b/Smooth Line View.xcodeproj/project.pbxproj @@ -279,8 +279,13 @@ 6B93BE6113F3374100DFAB23 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0460; + LastUpgradeCheck = 0900; ORGANIZATIONNAME = culturezoo; + TargetAttributes = { + 6B93BE6913F3374200DFAB23 = { + ProvisioningStyle = Manual; + }; + }; }; buildConfigurationList = 6B93BE6413F3374100DFAB23 /* Build configuration list for PBXProject "Smooth Line View" */; compatibilityVersion = "Xcode 3.2"; @@ -377,10 +382,10 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)"; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; @@ -393,7 +398,8 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 5.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ONLY_ACTIVE_ARCH = YES; PROVISIONING_PROFILE = ""; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = 2; @@ -404,7 +410,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)"; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; @@ -413,7 +418,7 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 5.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; PROVISIONING_PROFILE = ""; SDKROOT = iphoneos; @@ -427,14 +432,18 @@ buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Smooth Line View/Smooth Line View-Prefix.pch"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; INFOPLIST_FILE = "Smooth Line View/Smooth Line View-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_BUNDLE_IDENTIFIER = "com.culturezoo.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; WRAPPER_EXTENSION = app; }; name = Debug; @@ -443,13 +452,17 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Smooth Line View/Smooth Line View-Prefix.pch"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; INFOPLIST_FILE = "Smooth Line View/Smooth Line View-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_BUNDLE_IDENTIFIER = "com.culturezoo.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; WRAPPER_EXTENSION = app; }; name = Release; diff --git a/Smooth Line View/Smooth Line View-Info.plist b/Smooth Line View/Smooth Line View-Info.plist index a0afd9d..b243b53 100755 --- a/Smooth Line View/Smooth Line View-Info.plist +++ b/Smooth Line View/Smooth Line View-Info.plist @@ -11,7 +11,7 @@ CFBundleIconFile CFBundleIdentifier - com.culturezoo.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Smooth Line View/en.lproj/MainWindow.xib b/Smooth Line View/en.lproj/MainWindow.xib index e35c0d3..c16ecab 100755 --- a/Smooth Line View/en.lproj/MainWindow.xib +++ b/Smooth Line View/en.lproj/MainWindow.xib @@ -1,246 +1,35 @@ - - - 1296 - 11E53 - 2182 - 1138.47 - 569.00 - - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 1181 - - - YES - IBUIWindow - IBUICustomObject - IBUIViewController - IBProxyObject - - - YES - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - IBFilesOwner - IBIPadFramework - - - IBFirstResponder - IBIPadFramework - - - - 292 - {768, 1024} - - - - 1 - MSAxIDEAA - - NO - NO - - 2 - - IBIPadFramework - YES - - - IBIPadFramework - - - Smooth_Line_ViewViewController - - - 1 - 1 - - IBIPadFramework - NO - - - - - YES - - - delegate - - - - 9 - - - - viewController - - - - 8 - - - - window - - - - 10 - - - - - YES - - 0 - - YES - - - - - - -1 - - - File's Owner - - - -2 - - - - - 2 - - - - - 6 - - - Smooth_Line_View App Delegate - - - 7 - - - - - - - YES - - YES - -1.CustomClassName - -1.IBPluginDependency - -2.CustomClassName - -2.IBPluginDependency - 2.IBPluginDependency - 6.CustomClassName - 6.IBPluginDependency - 7.CustomClassName - 7.IBPluginDependency - - - YES - UIApplication - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - UIResponder - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - Smooth_Line_ViewAppDelegate - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - Smooth_Line_ViewViewController - com.apple.InterfaceBuilder.IBCocoaTouchPlugin - - - - YES - - - - - - YES - - - - - 10 - - - - YES - - Smooth_Line_ViewAppDelegate - NSObject - - YES - - YES - viewController - window - - - YES - Smooth_Line_ViewViewController - UIWindow - - - - YES - - YES - viewController - window - - - YES - - viewController - Smooth_Line_ViewViewController - - - window - UIWindow - - - - - IBProjectSource - ./Classes/Smooth_Line_ViewAppDelegate.h - - - - Smooth_Line_ViewViewController - UIViewController - - IBProjectSource - ./Classes/Smooth_Line_ViewViewController.h - - - - - 0 - IBIPadFramework - - com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS - - - - com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3 - - - YES - 3 - 1181 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +