diff --git a/Podfile.lock b/Podfile.lock index feb53e3..60e6abd 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,4 +14,6 @@ DEPENDENCIES: SPEC CHECKSUMS: CocoaLumberjack: 019d1361244274a6138c788c6cb80baabc13fb8f -COCOAPODS: 0.38.2 +PODFILE CHECKSUM: ff7e3730a65490b9290f74616ef34a3983d86040 + +COCOAPODS: 1.0.1 diff --git a/UIForLumberjack.xcodeproj/project.pbxproj b/UIForLumberjack.xcodeproj/project.pbxproj index 8015be2..9d1e371 100644 --- a/UIForLumberjack.xcodeproj/project.pbxproj +++ b/UIForLumberjack.xcodeproj/project.pbxproj @@ -1,523 +1,1196 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 688A0CA1432C4EA89DEB69C7 /* libPods-UIForLumberjack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7221CEBF0C994F39AA20C1E8 /* libPods-UIForLumberjack.a */; }; - 8E809EC51887276900884B89 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809EC41887276900884B89 /* Foundation.framework */; }; - 8E809ECA1887276900884B89 /* UIForLumberjack.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8E809EC91887276900884B89 /* UIForLumberjack.h */; }; - 8E809ECC1887276900884B89 /* UIForLumberjack.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E809ECB1887276900884B89 /* UIForLumberjack.m */; }; - 8E809ED31887276900884B89 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809ED21887276900884B89 /* XCTest.framework */; }; - 8E809ED41887276900884B89 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809EC41887276900884B89 /* Foundation.framework */; }; - 8E809ED61887276900884B89 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809ED51887276900884B89 /* UIKit.framework */; }; - 8E809ED91887276900884B89 /* libUIForLumberjack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809EC11887276900884B89 /* libUIForLumberjack.a */; }; - 8E809EDF1887276900884B89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8E809EDD1887276900884B89 /* InfoPlist.strings */; }; - 8E809EE11887276900884B89 /* UIForLumberjackTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E809EE01887276900884B89 /* UIForLumberjackTests.m */; }; - 8E809EEB1887290200884B89 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809EEA1887290200884B89 /* UIKit.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 8E809ED71887276900884B89 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 8E809EB91887276900884B89 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8E809EC01887276900884B89; - remoteInfo = UIForLumberjack; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 8E809EBF1887276900884B89 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = "include/$(PRODUCT_NAME)"; - dstSubfolderSpec = 16; - files = ( - 8E809ECA1887276900884B89 /* UIForLumberjack.h in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 0824C143D35B3C8F66986F85 /* Pods-UIForLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UIForLumberjack.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack.debug.xcconfig"; sourceTree = ""; }; - 7221CEBF0C994F39AA20C1E8 /* libPods-UIForLumberjack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UIForLumberjack.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E809EC11887276900884B89 /* libUIForLumberjack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libUIForLumberjack.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E809EC41887276900884B89 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 8E809EC81887276900884B89 /* UIForLumberjack-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIForLumberjack-Prefix.pch"; sourceTree = ""; }; - 8E809EC91887276900884B89 /* UIForLumberjack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIForLumberjack.h; sourceTree = ""; }; - 8E809ECB1887276900884B89 /* UIForLumberjack.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIForLumberjack.m; sourceTree = ""; }; - 8E809ED11887276900884B89 /* UIForLumberjackTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UIForLumberjackTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E809ED21887276900884B89 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 8E809ED51887276900884B89 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 8E809EDC1887276900884B89 /* UIForLumberjackTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UIForLumberjackTests-Info.plist"; sourceTree = ""; }; - 8E809EDE1887276900884B89 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 8E809EE01887276900884B89 /* UIForLumberjackTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIForLumberjackTests.m; sourceTree = ""; }; - 8E809EEA1887290200884B89 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 8E809EF218872AE200884B89 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 8E809F0F18872AE200884B89 /* UIForLumberjackTestAppTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UIForLumberjackTestAppTests-Info.plist"; sourceTree = ""; }; - 8E809F1118872AE200884B89 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 8E809F1318872AE200884B89 /* UIForLumberjackTestAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIForLumberjackTestAppTests.m; sourceTree = ""; }; - A87A8F4EB0D7F4FB35B729EB /* Pods-UIForLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UIForLumberjack.release.xcconfig"; path = "Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack.release.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8E809EBE1887276900884B89 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E809EEB1887290200884B89 /* UIKit.framework in Frameworks */, - 8E809EC51887276900884B89 /* Foundation.framework in Frameworks */, - 688A0CA1432C4EA89DEB69C7 /* libPods-UIForLumberjack.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E809ECE1887276900884B89 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E809ED31887276900884B89 /* XCTest.framework in Frameworks */, - 8E809ED61887276900884B89 /* UIKit.framework in Frameworks */, - 8E809ED41887276900884B89 /* Foundation.framework in Frameworks */, - 8E809ED91887276900884B89 /* libUIForLumberjack.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 8E809EB81887276900884B89 = { - isa = PBXGroup; - children = ( - 8E809EC61887276900884B89 /* UIForLumberjack */, - 8E809EDA1887276900884B89 /* UIForLumberjackTests */, - 8E809F0D18872AE200884B89 /* UIForLumberjackTestAppTests */, - 8E809EC31887276900884B89 /* Frameworks */, - 8E809EC21887276900884B89 /* Products */, - B761F80AF2CF597935AB5852 /* Pods */, - ); - sourceTree = ""; - }; - 8E809EC21887276900884B89 /* Products */ = { - isa = PBXGroup; - children = ( - 8E809EC11887276900884B89 /* libUIForLumberjack.a */, - 8E809ED11887276900884B89 /* UIForLumberjackTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 8E809EC31887276900884B89 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 8E809EEA1887290200884B89 /* UIKit.framework */, - 8E809EC41887276900884B89 /* Foundation.framework */, - 8E809ED21887276900884B89 /* XCTest.framework */, - 8E809ED51887276900884B89 /* UIKit.framework */, - 7221CEBF0C994F39AA20C1E8 /* libPods-UIForLumberjack.a */, - 8E809EF218872AE200884B89 /* CoreGraphics.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 8E809EC61887276900884B89 /* UIForLumberjack */ = { - isa = PBXGroup; - children = ( - 8E809EC91887276900884B89 /* UIForLumberjack.h */, - 8E809ECB1887276900884B89 /* UIForLumberjack.m */, - 8E809EC71887276900884B89 /* Supporting Files */, - ); - path = UIForLumberjack; - sourceTree = ""; - }; - 8E809EC71887276900884B89 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 8E809EC81887276900884B89 /* UIForLumberjack-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 8E809EDA1887276900884B89 /* UIForLumberjackTests */ = { - isa = PBXGroup; - children = ( - 8E809EE01887276900884B89 /* UIForLumberjackTests.m */, - 8E809EDB1887276900884B89 /* Supporting Files */, - ); - path = UIForLumberjackTests; - sourceTree = ""; - }; - 8E809EDB1887276900884B89 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 8E809EDC1887276900884B89 /* UIForLumberjackTests-Info.plist */, - 8E809EDD1887276900884B89 /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 8E809F0D18872AE200884B89 /* UIForLumberjackTestAppTests */ = { - isa = PBXGroup; - children = ( - 8E809F1318872AE200884B89 /* UIForLumberjackTestAppTests.m */, - 8E809F0E18872AE200884B89 /* Supporting Files */, - ); - path = UIForLumberjackTestAppTests; - sourceTree = ""; - }; - 8E809F0E18872AE200884B89 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 8E809F0F18872AE200884B89 /* UIForLumberjackTestAppTests-Info.plist */, - 8E809F1018872AE200884B89 /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - B761F80AF2CF597935AB5852 /* Pods */ = { - isa = PBXGroup; - children = ( - 0824C143D35B3C8F66986F85 /* Pods-UIForLumberjack.debug.xcconfig */, - A87A8F4EB0D7F4FB35B729EB /* Pods-UIForLumberjack.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8E809EC01887276900884B89 /* UIForLumberjack */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8E809EE41887276900884B89 /* Build configuration list for PBXNativeTarget "UIForLumberjack" */; - buildPhases = ( - A3915936766E4F808E41EA6C /* Check Pods Manifest.lock */, - 8E809EBD1887276900884B89 /* Sources */, - 8E809EBE1887276900884B89 /* Frameworks */, - 8E809EBF1887276900884B89 /* CopyFiles */, - B1FC9F7E0F70473396255B86 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = UIForLumberjack; - productName = UIForLumberjack; - productReference = 8E809EC11887276900884B89 /* libUIForLumberjack.a */; - productType = "com.apple.product-type.library.static"; - }; - 8E809ED01887276900884B89 /* UIForLumberjackTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8E809EE71887276900884B89 /* Build configuration list for PBXNativeTarget "UIForLumberjackTests" */; - buildPhases = ( - 8E809ECD1887276900884B89 /* Sources */, - 8E809ECE1887276900884B89 /* Frameworks */, - 8E809ECF1887276900884B89 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 8E809ED81887276900884B89 /* PBXTargetDependency */, - ); - name = UIForLumberjackTests; - productName = UIForLumberjackTests; - productReference = 8E809ED11887276900884B89 /* UIForLumberjackTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 8E809EB91887276900884B89 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0700; - ORGANIZATIONNAME = Sigmapoint; - TargetAttributes = { - 8E809ED01887276900884B89 = { - TestTargetID = 8E809EEF18872AE200884B89; - }; - }; - }; - buildConfigurationList = 8E809EBC1887276900884B89 /* Build configuration list for PBXProject "UIForLumberjack" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 8E809EB81887276900884B89; - productRefGroup = 8E809EC21887276900884B89 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8E809EC01887276900884B89 /* UIForLumberjack */, - 8E809ED01887276900884B89 /* UIForLumberjackTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 8E809ECF1887276900884B89 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E809EDF1887276900884B89 /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - A3915936766E4F808E41EA6C /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - B1FC9F7E0F70473396255B86 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 8E809EBD1887276900884B89 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E809ECC1887276900884B89 /* UIForLumberjack.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E809ECD1887276900884B89 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E809EE11887276900884B89 /* UIForLumberjackTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 8E809ED81887276900884B89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8E809EC01887276900884B89 /* UIForLumberjack */; - targetProxy = 8E809ED71887276900884B89 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 8E809EDD1887276900884B89 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 8E809EDE1887276900884B89 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 8E809F1018872AE200884B89 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 8E809F1118872AE200884B89 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 8E809EE21887276900884B89 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 8E809EE31887276900884B89 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8E809EE51887276900884B89 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0824C143D35B3C8F66986F85 /* Pods-UIForLumberjack.debug.xcconfig */; - buildSettings = { - DSTROOT = /tmp/UIForLumberjack.dst; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "UIForLumberjack/UIForLumberjack-Prefix.pch"; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 8E809EE61887276900884B89 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A87A8F4EB0D7F4FB35B729EB /* Pods-UIForLumberjack.release.xcconfig */; - buildSettings = { - DSTROOT = /tmp/UIForLumberjack.dst; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "UIForLumberjack/UIForLumberjack-Prefix.pch"; - OTHER_LDFLAGS = "-ObjC"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Release; - }; - 8E809EE81887276900884B89 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UIForLumberjackTestApp.app/UIForLumberjackTestApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "UIForLumberjack/UIForLumberjack-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "UIForLumberjackTests/UIForLumberjackTests-Info.plist"; - PRODUCT_BUNDLE_IDENTIFIER = "pl.sigmapoint.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 8E809EE91887276900884B89 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/UIForLumberjackTestApp.app/UIForLumberjackTestApp"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "UIForLumberjack/UIForLumberjack-Prefix.pch"; - INFOPLIST_FILE = "UIForLumberjackTests/UIForLumberjackTests-Info.plist"; - PRODUCT_BUNDLE_IDENTIFIER = "pl.sigmapoint.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 8E809EBC1887276900884B89 /* Build configuration list for PBXProject "UIForLumberjack" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E809EE21887276900884B89 /* Debug */, - 8E809EE31887276900884B89 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8E809EE41887276900884B89 /* Build configuration list for PBXNativeTarget "UIForLumberjack" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E809EE51887276900884B89 /* Debug */, - 8E809EE61887276900884B89 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8E809EE71887276900884B89 /* Build configuration list for PBXNativeTarget "UIForLumberjackTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E809EE81887276900884B89 /* Debug */, - 8E809EE91887276900884B89 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 8E809EB91887276900884B89 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 02EFB96C21DF4263F621BD16 + + fileRef + 87727EACCB88689B2C23B1F7 + isa + PBXBuildFile + + 365CEA3A4E2B0009BB916098 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjackTests/Pods-UIForLumberjackTests-frameworks.sh" + + showEnvVarsInLog + 0 + + 3666110FE0C660893C1A33EC + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 6D74B700F7C407B74177F7D8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-UIForLumberjackTests.debug.xcconfig + path + Pods/Target Support Files/Pods-UIForLumberjackTests/Pods-UIForLumberjackTests.debug.xcconfig + sourceTree + <group> + + 75A63E5B63B96A086674D166 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-UIForLumberjack.release.xcconfig + path + Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack.release.xcconfig + sourceTree + <group> + + 776C034BAA387E2ADD07F762 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack-resources.sh" + + showEnvVarsInLog + 0 + + 87727EACCB88689B2C23B1F7 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-UIForLumberjack.a + sourceTree + BUILT_PRODUCTS_DIR + + 8E809EB81887276900884B89 + + children + + 8E809EC61887276900884B89 + 8E809EDA1887276900884B89 + 8E809F0D18872AE200884B89 + 8E809EC31887276900884B89 + 8E809EC21887276900884B89 + B8C782360F917A048789C5D2 + + isa + PBXGroup + sourceTree + <group> + + 8E809EB91887276900884B89 + + attributes + + LastUpgradeCheck + 0700 + ORGANIZATIONNAME + Sigmapoint + TargetAttributes + + 8E809ED01887276900884B89 + + TestTargetID + 8E809EEF18872AE200884B89 + + + + buildConfigurationList + 8E809EBC1887276900884B89 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 8E809EB81887276900884B89 + productRefGroup + 8E809EC21887276900884B89 + projectDirPath + + projectReferences + + projectRoot + + targets + + 8E809EC01887276900884B89 + 8E809ED01887276900884B89 + + + 8E809EBC1887276900884B89 + + buildConfigurations + + 8E809EE21887276900884B89 + 8E809EE31887276900884B89 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 8E809EBD1887276900884B89 + + buildActionMask + 2147483647 + files + + 8E809ECC1887276900884B89 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809EBE1887276900884B89 + + buildActionMask + 2147483647 + files + + 8E809EEB1887290200884B89 + 8E809EC51887276900884B89 + 02EFB96C21DF4263F621BD16 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809EBF1887276900884B89 + + buildActionMask + 2147483647 + dstPath + include/$(PRODUCT_NAME) + dstSubfolderSpec + 16 + files + + 8E809ECA1887276900884B89 + + isa + PBXCopyFilesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809EC01887276900884B89 + + buildConfigurationList + 8E809EE41887276900884B89 + buildPhases + + 3666110FE0C660893C1A33EC + 8E809EBD1887276900884B89 + 8E809EBE1887276900884B89 + 8E809EBF1887276900884B89 + 776C034BAA387E2ADD07F762 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + UIForLumberjack + productName + UIForLumberjack + productReference + 8E809EC11887276900884B89 + productType + com.apple.product-type.library.static + + 8E809EC11887276900884B89 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libUIForLumberjack.a + sourceTree + BUILT_PRODUCTS_DIR + + 8E809EC21887276900884B89 + + children + + 8E809EC11887276900884B89 + 8E809ED11887276900884B89 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 8E809EC31887276900884B89 + + children + + 8E809EEA1887290200884B89 + 8E809EC41887276900884B89 + 8E809ED21887276900884B89 + 8E809ED51887276900884B89 + 8E809EF218872AE200884B89 + 87727EACCB88689B2C23B1F7 + D9F6ABE3783328A9DB3D1B3A + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 8E809EC41887276900884B89 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 8E809EC51887276900884B89 + + fileRef + 8E809EC41887276900884B89 + isa + PBXBuildFile + + 8E809EC61887276900884B89 + + children + + 8E809EC91887276900884B89 + 8E809ECB1887276900884B89 + 8E809EC71887276900884B89 + + isa + PBXGroup + path + UIForLumberjack + sourceTree + <group> + + 8E809EC71887276900884B89 + + children + + 8E809EC81887276900884B89 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 8E809EC81887276900884B89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIForLumberjack-Prefix.pch + sourceTree + <group> + + 8E809EC91887276900884B89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIForLumberjack.h + sourceTree + <group> + + 8E809ECA1887276900884B89 + + fileRef + 8E809EC91887276900884B89 + isa + PBXBuildFile + + 8E809ECB1887276900884B89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIForLumberjack.m + sourceTree + <group> + + 8E809ECC1887276900884B89 + + fileRef + 8E809ECB1887276900884B89 + isa + PBXBuildFile + + 8E809ECD1887276900884B89 + + buildActionMask + 2147483647 + files + + 8E809EE11887276900884B89 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809ECE1887276900884B89 + + buildActionMask + 2147483647 + files + + 8E809ED31887276900884B89 + 8E809ED61887276900884B89 + 8E809ED41887276900884B89 + 8E809ED91887276900884B89 + CA842B81E2CB84AE55A74277 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809ECF1887276900884B89 + + buildActionMask + 2147483647 + files + + 8E809EDF1887276900884B89 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 8E809ED01887276900884B89 + + buildConfigurationList + 8E809EE71887276900884B89 + buildPhases + + AE7921F29E18BECE88E97561 + 8E809ECD1887276900884B89 + 8E809ECE1887276900884B89 + 8E809ECF1887276900884B89 + 365CEA3A4E2B0009BB916098 + 98D70BE1A306C61CA6FB8E73 + + buildRules + + dependencies + + 8E809ED81887276900884B89 + + isa + PBXNativeTarget + name + UIForLumberjackTests + productName + UIForLumberjackTests + productReference + 8E809ED11887276900884B89 + productType + com.apple.product-type.bundle.unit-test + + 8E809ED11887276900884B89 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + UIForLumberjackTests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 8E809ED21887276900884B89 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + 8E809ED31887276900884B89 + + fileRef + 8E809ED21887276900884B89 + isa + PBXBuildFile + + 8E809ED41887276900884B89 + + fileRef + 8E809EC41887276900884B89 + isa + PBXBuildFile + + 8E809ED51887276900884B89 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + Library/Frameworks/UIKit.framework + sourceTree + DEVELOPER_DIR + + 8E809ED61887276900884B89 + + fileRef + 8E809ED51887276900884B89 + isa + PBXBuildFile + + 8E809ED71887276900884B89 + + containerPortal + 8E809EB91887276900884B89 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 8E809EC01887276900884B89 + remoteInfo + UIForLumberjack + + 8E809ED81887276900884B89 + + isa + PBXTargetDependency + target + 8E809EC01887276900884B89 + targetProxy + 8E809ED71887276900884B89 + + 8E809ED91887276900884B89 + + fileRef + 8E809EC11887276900884B89 + isa + PBXBuildFile + + 8E809EDA1887276900884B89 + + children + + 8E809EE01887276900884B89 + 8E809EDB1887276900884B89 + + isa + PBXGroup + path + UIForLumberjackTests + sourceTree + <group> + + 8E809EDB1887276900884B89 + + children + + 8E809EDC1887276900884B89 + 8E809EDD1887276900884B89 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 8E809EDC1887276900884B89 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + UIForLumberjackTests-Info.plist + sourceTree + <group> + + 8E809EDD1887276900884B89 + + children + + 8E809EDE1887276900884B89 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 8E809EDE1887276900884B89 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 8E809EDF1887276900884B89 + + fileRef + 8E809EDD1887276900884B89 + isa + PBXBuildFile + + 8E809EE01887276900884B89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIForLumberjackTests.m + sourceTree + <group> + + 8E809EE11887276900884B89 + + fileRef + 8E809EE01887276900884B89 + isa + PBXBuildFile + + 8E809EE21887276900884B89 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + ENABLE_TESTABILITY + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + + isa + XCBuildConfiguration + name + Debug + + 8E809EE31887276900884B89 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + SDKROOT + iphoneos + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 8E809EE41887276900884B89 + + buildConfigurations + + 8E809EE51887276900884B89 + 8E809EE61887276900884B89 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 8E809EE51887276900884B89 + + baseConfigurationReference + C56747620C952BE1AF576DA4 + buildSettings + + DSTROOT + /tmp/UIForLumberjack.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + UIForLumberjack/UIForLumberjack-Prefix.pch + OTHER_LDFLAGS + -ObjC + PRODUCT_NAME + $(TARGET_NAME) + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + 8E809EE61887276900884B89 + + baseConfigurationReference + 75A63E5B63B96A086674D166 + buildSettings + + DSTROOT + /tmp/UIForLumberjack.dst + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + UIForLumberjack/UIForLumberjack-Prefix.pch + OTHER_LDFLAGS + -ObjC + PRODUCT_NAME + $(TARGET_NAME) + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Release + + 8E809EE71887276900884B89 + + buildConfigurations + + 8E809EE81887276900884B89 + 8E809EE91887276900884B89 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 8E809EE81887276900884B89 + + baseConfigurationReference + 6D74B700F7C407B74177F7D8 + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/UIForLumberjackTestApp.app/UIForLumberjackTestApp + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + UIForLumberjack/UIForLumberjack-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + UIForLumberjackTests/UIForLumberjackTests-Info.plist + PRODUCT_BUNDLE_IDENTIFIER + pl.sigmapoint.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + 8E809EE91887276900884B89 + + baseConfigurationReference + 9E0CF226E63299D258E3514E + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/UIForLumberjackTestApp.app/UIForLumberjackTestApp + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + UIForLumberjack/UIForLumberjack-Prefix.pch + INFOPLIST_FILE + UIForLumberjackTests/UIForLumberjackTests-Info.plist + PRODUCT_BUNDLE_IDENTIFIER + pl.sigmapoint.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + 8E809EEA1887290200884B89 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 8E809EEB1887290200884B89 + + fileRef + 8E809EEA1887290200884B89 + isa + PBXBuildFile + + 8E809EF218872AE200884B89 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 8E809F0D18872AE200884B89 + + children + + 8E809F1318872AE200884B89 + 8E809F0E18872AE200884B89 + + isa + PBXGroup + path + UIForLumberjackTestAppTests + sourceTree + <group> + + 8E809F0E18872AE200884B89 + + children + + 8E809F0F18872AE200884B89 + 8E809F1018872AE200884B89 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 8E809F0F18872AE200884B89 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + UIForLumberjackTestAppTests-Info.plist + sourceTree + <group> + + 8E809F1018872AE200884B89 + + children + + 8E809F1118872AE200884B89 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 8E809F1118872AE200884B89 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 8E809F1318872AE200884B89 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIForLumberjackTestAppTests.m + sourceTree + <group> + + 98D70BE1A306C61CA6FB8E73 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjackTests/Pods-UIForLumberjackTests-resources.sh" + + showEnvVarsInLog + 0 + + 9E0CF226E63299D258E3514E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-UIForLumberjackTests.release.xcconfig + path + Pods/Target Support Files/Pods-UIForLumberjackTests/Pods-UIForLumberjackTests.release.xcconfig + sourceTree + <group> + + AE7921F29E18BECE88E97561 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + B8C782360F917A048789C5D2 + + children + + C56747620C952BE1AF576DA4 + 75A63E5B63B96A086674D166 + 6D74B700F7C407B74177F7D8 + 9E0CF226E63299D258E3514E + + isa + PBXGroup + name + Pods + sourceTree + <group> + + C56747620C952BE1AF576DA4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-UIForLumberjack.debug.xcconfig + path + Pods/Target Support Files/Pods-UIForLumberjack/Pods-UIForLumberjack.debug.xcconfig + sourceTree + <group> + + CA842B81E2CB84AE55A74277 + + fileRef + D9F6ABE3783328A9DB3D1B3A + isa + PBXBuildFile + + D9F6ABE3783328A9DB3D1B3A + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-UIForLumberjackTests.a + sourceTree + BUILT_PRODUCTS_DIR + + + rootObject + 8E809EB91887276900884B89 + + diff --git a/UIForLumberjack/UIForLumberjack.h b/UIForLumberjack/UIForLumberjack.h index a46ede4..fc2c272 100644 --- a/UIForLumberjack/UIForLumberjack.h +++ b/UIForLumberjack/UIForLumberjack.h @@ -13,6 +13,9 @@ + (instancetype)sharedInstance; +// If > 0, then log messages will be limited to the most recent maxLines messages. +@property (nonatomic) NSUInteger maxLines; + @property (nonatomic, readonly) UITableView *tableView; - (void)showLogInView:(UIView *)view; diff --git a/UIForLumberjack/UIForLumberjack.m b/UIForLumberjack/UIForLumberjack.m index b464690..94766d9 100644 --- a/UIForLumberjack/UIForLumberjack.m +++ b/UIForLumberjack/UIForLumberjack.m @@ -30,6 +30,7 @@ + (UIForLumberjack *)sharedInstance static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ sharedInstance = [[UIForLumberjack alloc] init]; + sharedInstance.maxLines = 0; }); return sharedInstance; } @@ -67,6 +68,19 @@ - (instancetype)init; - (void)logMessage:(DDLogMessage *)logMessage { dispatch_async(dispatch_get_main_queue(), ^{ + NSIndexPath *removeIndexPath = nil; + if (self.maxLines > 0 && _messages.count >= self.maxLines) { + + removeIndexPath = [NSIndexPath indexPathForRow:0 inSection:0]; + + if ([_messagesExpanded containsObject:@(0)]) { + [_messagesExpanded removeObject:@(0)]; + } + + [_messages removeObjectAtIndex:0]; + [_tableView deleteRowsAtIndexPaths:@[removeIndexPath] withRowAnimation:UITableViewRowAnimationTop]; + } + [_messages addObject:logMessage]; BOOL scroll = NO; @@ -77,6 +91,10 @@ - (void)logMessage:(DDLogMessage *)logMessage NSIndexPath *indexPath = [NSIndexPath indexPathForRow:_messages.count-1 inSection:0]; [_tableView insertRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationBottom]; + if (removeIndexPath != nil) { + [_tableView reloadRowsAtIndexPaths:@[removeIndexPath] withRowAnimation:UITableViewRowAnimationTop]; + } + if(scroll) { [_tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:YES]; } diff --git a/UIForLumberjackExample/Podfile b/UIForLumberjackExample/Podfile index 93e578a..91ebe27 100644 --- a/UIForLumberjackExample/Podfile +++ b/UIForLumberjackExample/Podfile @@ -1,6 +1,7 @@ # Uncomment this line to define a global platform for your project # platform :ios, "6.0" -pod 'UIForLumberjack', :path => '../' -pod 'CocoaLumberjack' +target 'UIForLumberjackExample' do + pod 'UIForLumberjack', :path => '../' +end diff --git a/UIForLumberjackExample/Podfile.lock b/UIForLumberjackExample/Podfile.lock index a980f08..45dfa83 100644 --- a/UIForLumberjackExample/Podfile.lock +++ b/UIForLumberjackExample/Podfile.lock @@ -1,23 +1,26 @@ PODS: - - CocoaLumberjack (1.7.0): + - CocoaLumberjack (2.4.0): + - CocoaLumberjack/Default (= 2.4.0) + - CocoaLumberjack/Extensions (= 2.4.0) + - CocoaLumberjack/Core (2.4.0) + - CocoaLumberjack/Default (2.4.0): - CocoaLumberjack/Core - - CocoaLumberjack/Extensions - - CocoaLumberjack/Core (1.7.0) - - CocoaLumberjack/Extensions (1.7.0): - - CocoaLumberjack/Core - - UIForLumberjack (0.0.1): - - CocoaLumberjack (~> 1.7) + - CocoaLumberjack/Extensions (2.4.0): + - CocoaLumberjack/Default + - UIForLumberjack (1.0.3): + - CocoaLumberjack (~> 2.0) DEPENDENCIES: - - CocoaLumberjack - UIForLumberjack (from `../`) EXTERNAL SOURCES: UIForLumberjack: - :path: ../ + :path: "../" SPEC CHECKSUMS: - CocoaLumberjack: be87113f649942f020a37c061c58009b6ee5ff68 - UIForLumberjack: 6f2f90825985a762c63703c76b3bb22e3b777a2b + CocoaLumberjack: aa9dcab71bdf9eaf2a63bbd9ddc87863efe45457 + UIForLumberjack: 675748cb0e64b22095176a5e48be7095ea82e5c8 + +PODFILE CHECKSUM: a04c8e105b802049be283cb24451aa6879ac4c3e -COCOAPODS: 0.29.0 +COCOAPODS: 1.0.1 diff --git a/UIForLumberjackExample/UIForLumberjackExample.xcodeproj/project.pbxproj b/UIForLumberjackExample/UIForLumberjackExample.xcodeproj/project.pbxproj index ef0e3d4..14d3cca 100644 --- a/UIForLumberjackExample/UIForLumberjackExample.xcodeproj/project.pbxproj +++ b/UIForLumberjackExample/UIForLumberjackExample.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 5CA91DEA853F83A9B5965519 /* libPods-UIForLumberjackExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9689A30D6C9B769D6AA1D012 /* libPods-UIForLumberjackExample.a */; }; 8E809F291887404600884B89 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809F281887404600884B89 /* Foundation.framework */; }; 8E809F2B1887404600884B89 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809F2A1887404600884B89 /* CoreGraphics.framework */; }; 8E809F2D1887404600884B89 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809F2C1887404600884B89 /* UIKit.framework */; }; @@ -22,7 +23,6 @@ 8E809F501887404600884B89 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E809F2C1887404600884B89 /* UIKit.framework */; }; 8E809F581887404700884B89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8E809F561887404700884B89 /* InfoPlist.strings */; }; 8E809F5A1887404700884B89 /* UIForLumberjackExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E809F591887404700884B89 /* UIForLumberjackExampleTests.m */; }; - 98CCACCD41CB47209E2A046A /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E4FFBA3A0594136AC20468A /* libPods.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -36,7 +36,6 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 4E4FFBA3A0594136AC20468A /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8E809F251887404600884B89 /* UIForLumberjackExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIForLumberjackExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8E809F281887404600884B89 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 8E809F2A1887404600884B89 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -58,7 +57,9 @@ 8E809F551887404700884B89 /* UIForLumberjackExampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UIForLumberjackExampleTests-Info.plist"; sourceTree = ""; }; 8E809F571887404700884B89 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 8E809F591887404700884B89 /* UIForLumberjackExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIForLumberjackExampleTests.m; sourceTree = ""; }; - CA5777A29AE34417915CC317 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = ""; }; + 9689A30D6C9B769D6AA1D012 /* libPods-UIForLumberjackExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UIForLumberjackExample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9949D8DA38CAEE0AC5BC018F /* Pods-UIForLumberjackExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UIForLumberjackExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UIForLumberjackExample/Pods-UIForLumberjackExample.debug.xcconfig"; sourceTree = ""; }; + A3263FBFE78EC01E262F08AF /* Pods-UIForLumberjackExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UIForLumberjackExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-UIForLumberjackExample/Pods-UIForLumberjackExample.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -69,7 +70,7 @@ 8E809F2B1887404600884B89 /* CoreGraphics.framework in Frameworks */, 8E809F2D1887404600884B89 /* UIKit.framework in Frameworks */, 8E809F291887404600884B89 /* Foundation.framework in Frameworks */, - 98CCACCD41CB47209E2A046A /* libPods.a in Frameworks */, + 5CA91DEA853F83A9B5965519 /* libPods-UIForLumberjackExample.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -86,6 +87,15 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 397D96EAA1603AAC7C60DC9C /* Pods */ = { + isa = PBXGroup; + children = ( + 9949D8DA38CAEE0AC5BC018F /* Pods-UIForLumberjackExample.debug.xcconfig */, + A3263FBFE78EC01E262F08AF /* Pods-UIForLumberjackExample.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; 8E809F1C1887404600884B89 = { isa = PBXGroup; children = ( @@ -93,7 +103,7 @@ 8E809F531887404600884B89 /* UIForLumberjackExampleTests */, 8E809F271887404600884B89 /* Frameworks */, 8E809F261887404600884B89 /* Products */, - CA5777A29AE34417915CC317 /* Pods.xcconfig */, + 397D96EAA1603AAC7C60DC9C /* Pods */, ); sourceTree = ""; }; @@ -113,7 +123,7 @@ 8E809F2A1887404600884B89 /* CoreGraphics.framework */, 8E809F2C1887404600884B89 /* UIKit.framework */, 8E809F4D1887404600884B89 /* XCTest.framework */, - 4E4FFBA3A0594136AC20468A /* libPods.a */, + 9689A30D6C9B769D6AA1D012 /* libPods-UIForLumberjackExample.a */, ); name = Frameworks; sourceTree = ""; @@ -170,11 +180,12 @@ isa = PBXNativeTarget; buildConfigurationList = 8E809F5D1887404700884B89 /* Build configuration list for PBXNativeTarget "UIForLumberjackExample" */; buildPhases = ( - 96CA9E8F40364CC580FCD0B5 /* Check Pods Manifest.lock */, + B3B1E40EEC206253CBFB4C00 /* [CP] Check Pods Manifest.lock */, 8E809F211887404600884B89 /* Sources */, 8E809F221887404600884B89 /* Frameworks */, 8E809F231887404600884B89 /* Resources */, - E407FADDC71246FCBA15ACD9 /* Copy Pods Resources */, + 295A235EBFDE8F313C42E321 /* [CP] Embed Pods Frameworks */, + E1A8223C631FA6159E7FCC2E /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -212,6 +223,9 @@ LastUpgradeCheck = 0510; ORGANIZATIONNAME = Sigmapoint; TargetAttributes = { + 8E809F241887404600884B89 = { + DevelopmentTeam = A3SAK2WNZ9; + }; 8E809F4B1887404600884B89 = { TestTargetID = 8E809F241887404600884B89; }; @@ -258,14 +272,29 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 96CA9E8F40364CC580FCD0B5 /* Check Pods Manifest.lock */ = { + 295A235EBFDE8F313C42E321 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjackExample/Pods-UIForLumberjackExample-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + B3B1E40EEC206253CBFB4C00 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Check Pods Manifest.lock"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; @@ -273,19 +302,19 @@ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; - E407FADDC71246FCBA15ACD9 /* Copy Pods Resources */ = { + E1A8223C631FA6159E7FCC2E /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "Copy Pods Resources"; + name = "[CP] Copy Pods Resources"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-UIForLumberjackExample/Pods-UIForLumberjackExample-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -422,10 +451,11 @@ }; 8E809F5E1887404700884B89 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA5777A29AE34417915CC317 /* Pods.xcconfig */; + baseConfigurationReference = 9949D8DA38CAEE0AC5BC018F /* Pods-UIForLumberjackExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + DEVELOPMENT_TEAM = A3SAK2WNZ9; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UIForLumberjackExample/UIForLumberjackExample-Prefix.pch"; INFOPLIST_FILE = "UIForLumberjackExample/UIForLumberjackExample-Info.plist"; @@ -436,10 +466,11 @@ }; 8E809F5F1887404700884B89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA5777A29AE34417915CC317 /* Pods.xcconfig */; + baseConfigurationReference = A3263FBFE78EC01E262F08AF /* Pods-UIForLumberjackExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + DEVELOPMENT_TEAM = A3SAK2WNZ9; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "UIForLumberjackExample/UIForLumberjackExample-Prefix.pch"; INFOPLIST_FILE = "UIForLumberjackExample/UIForLumberjackExample-Info.plist"; diff --git a/UIForLumberjackExample/UIForLumberjackExample/AppDelegate.m b/UIForLumberjackExample/UIForLumberjackExample/AppDelegate.m index edc7d72..c13020f 100644 --- a/UIForLumberjackExample/UIForLumberjackExample/AppDelegate.m +++ b/UIForLumberjackExample/UIForLumberjackExample/AppDelegate.m @@ -32,6 +32,7 @@ - (void) initializeLoggers { [[DDTTYLogger sharedInstance] setForegroundColor:[UIColor blueColor] backgroundColor:nil forFlag:LOG_FLAG_VERBOSE]; [DDLog addLogger:[UIForLumberjack sharedInstance]]; + [UIForLumberjack sharedInstance].maxLines = 4; DDLogInfo(@"All loggers added successfully"); } diff --git a/UIForLumberjackExample/UIForLumberjackExample/FirstViewController.m b/UIForLumberjackExample/UIForLumberjackExample/FirstViewController.m index ae0be64..7cb2b4c 100644 --- a/UIForLumberjackExample/UIForLumberjackExample/FirstViewController.m +++ b/UIForLumberjackExample/UIForLumberjackExample/FirstViewController.m @@ -7,7 +7,7 @@ // #import "FirstViewController.h" -#import "UIForLumberjack.h" +#import @interface FirstViewController ()