diff --git a/XCGLogger.podspec b/XCGLogger.podspec index d9114fb2..b1ca6f04 100644 --- a/XCGLogger.podspec +++ b/XCGLogger.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XCGLogger" - s.version = "3.1.1" + s.version = "3.2" s.summary = "A debug log module for use in Swift projects." s.description = <<-DESC - Allows you to log details to the console (and optionally a file), just like you would have with NSLog or println, but with additional information, such as the date, function name, filename and line number. + Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number. DESC s.homepage = "https://github.com/DaveWoodCom/XCGLogger" @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/DaveWoodX" s.platforms = { :ios => "7.0", :watchos => "2.0", :tvos => "9.0" } - s.source = { :git => "https://github.com/DaveWoodCom/XCGLogger.git", :tag => "Version_3.1.1" } + s.source = { :git => "https://github.com/DaveWoodCom/XCGLogger.git", :tag => "Version_3.2" } s.source_files = "XCGLogger/Library/XCGLogger/XCGLogger.swift" s.ios.deployment_target = '8.0' diff --git a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo.xcodeproj/project.pbxproj b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo.xcodeproj/project.pbxproj index 0bc45790..b2d14a99 100644 --- a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo.xcodeproj/project.pbxproj +++ b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo.xcodeproj/project.pbxproj @@ -419,7 +419,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -463,7 +463,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo/Info.plist b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo/Info.plist index 4d1de706..3959e45e 100644 --- a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo/Info.plist +++ b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemo/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemoTests/Info.plist b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemoTests/Info.plist index 52938b77..95f93fb5 100644 --- a/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemoTests/Info.plist +++ b/XCGLogger/DemoApps/OSX/OSXDemo/OSXDemoTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj index b15fa696..0007dfb4 100644 --- a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj +++ b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo.xcodeproj/project.pbxproj @@ -656,7 +656,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -701,7 +701,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; diff --git a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo/Info.plist b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo/Info.plist index 8dfe3ae2..c3b6b330 100644 --- a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo/Info.plist +++ b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemoTests/Info.plist b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemoTests/Info.plist index 52938b77..95f93fb5 100644 --- a/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemoTests/Info.plist +++ b/XCGLogger/DemoApps/iOS/iOSDemo/iOSDemoTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo Extension/Info.plist b/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo Extension/Info.plist index 5c887838..fefe4bcf 100644 --- a/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo Extension/Info.plist +++ b/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo/Info.plist b/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo/Info.plist index 42f2dc79..0c4858a9 100644 --- a/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo/Info.plist +++ b/XCGLogger/DemoApps/iOS/iOSDemo/watchOSDemo/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo.xcodeproj/project.pbxproj b/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo.xcodeproj/project.pbxproj index c00d14da..ba27b5e4 100644 --- a/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo.xcodeproj/project.pbxproj +++ b/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo.xcodeproj/project.pbxproj @@ -393,7 +393,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -438,7 +438,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo/Info.plist b/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo/Info.plist index c0586f22..bbdb1404 100644 --- a/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo/Info.plist +++ b/XCGLogger/DemoApps/tvOS/tvOSDemo/tvOSDemo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/Library/XCGLogger.xcodeproj/project.pbxproj b/XCGLogger/Library/XCGLogger.xcodeproj/project.pbxproj index eed8511d..fcf5ff9d 100644 --- a/XCGLogger/Library/XCGLogger.xcodeproj/project.pbxproj +++ b/XCGLogger/Library/XCGLogger.xcodeproj/project.pbxproj @@ -625,7 +625,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -676,7 +676,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 3.1.1; + CURRENT_PROJECT_VERSION = 3.2; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; diff --git a/XCGLogger/Library/XCGLogger/OSX/Info-OSX.plist b/XCGLogger/Library/XCGLogger/OSX/Info-OSX.plist index fa82d0bd..059aa0bb 100644 --- a/XCGLogger/Library/XCGLogger/OSX/Info-OSX.plist +++ b/XCGLogger/Library/XCGLogger/OSX/Info-OSX.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/Library/XCGLogger/XCGLogger.swift b/XCGLogger/Library/XCGLogger/XCGLogger.swift index 3d9b766b..236acbef 100644 --- a/XCGLogger/Library/XCGLogger/XCGLogger.swift +++ b/XCGLogger/Library/XCGLogger/XCGLogger.swift @@ -325,7 +325,7 @@ public class XCGLogger: CustomDebugStringConvertible { public static let baseFileLogDestinationIdentifier = "com.cerebralgardens.xcglogger.logdestination.file" public static let logQueueIdentifier = "com.cerebralgardens.xcglogger.queue" public static let nsdataFormatterCacheIdentifier = "com.cerebralgardens.xcglogger.nsdataFormatterCache" - public static let versionString = "3.1.1" + public static let versionString = "3.2" } public typealias constants = Constants // Preserve backwards compatibility: Constants should be capitalized since it's a type diff --git a/XCGLogger/Library/XCGLogger/iOS/Info-iOS.plist b/XCGLogger/Library/XCGLogger/iOS/Info-iOS.plist index fa82d0bd..059aa0bb 100644 --- a/XCGLogger/Library/XCGLogger/iOS/Info-iOS.plist +++ b/XCGLogger/Library/XCGLogger/iOS/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/Library/XCGLogger/tvOS/Info-tvOS.plist b/XCGLogger/Library/XCGLogger/tvOS/Info-tvOS.plist index 45553f3f..7a7639f1 100644 --- a/XCGLogger/Library/XCGLogger/tvOS/Info-tvOS.plist +++ b/XCGLogger/Library/XCGLogger/tvOS/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion diff --git a/XCGLogger/Library/XCGLoggerTests/Info.plist b/XCGLogger/Library/XCGLoggerTests/Info.plist index 96bef6c9..5ad00aef 100644 --- a/XCGLogger/Library/XCGLoggerTests/Info.plist +++ b/XCGLogger/Library/XCGLoggerTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.1.1 + 3.2 CFBundleSignature ???? CFBundleVersion