Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed Sep 18, 2018
2 parents ce63ebb + a944c40 commit ddb0e4a
Show file tree
Hide file tree
Showing 27 changed files with 186 additions and 126 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

24 changes: 13 additions & 11 deletions AEConsole.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Pod::Spec.new do |s|

s.name = 'AEConsole'
s.version = '0.6.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Customizable Console UI overlay with debug log on top of your iOS App'
s.name = 'AEConsole'
s.version = '0.6.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Customizable Console UI overlay with debug log on top of your iOS App'

s.homepage = 'https://github.com/tadija/AEConsole'
s.author = { 'tadija' => 'tadija@me.com' }
s.social_media_url = 'http://twitter.com/tadija'
s.source = { :git => 'https://github.com/tadija/AEConsole.git', :tag => s.version }
s.source_files = 'Sources/AEConsole/*.swift'

s.source = { :git => 'https://github.com/tadija/AEConsole.git', :tag => s.version }
s.source_files = 'Sources/*.swift'
s.swift_version = '4.2'

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '9.0'

s.dependency 'AELog', '~> 0.5.5'
s.dependency 'AELog', '~> 0.5.6'

s.homepage = 'https://github.com/tadija/AEConsole'
s.author = { 'tadija' => 'tadija@me.com' }
s.social_media_url = 'http://twitter.com/tadija'

end
112 changes: 61 additions & 51 deletions AEConsole.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
8B0F80522003F98600928F0F /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B0F80512003F98600928F0F /* Settings.swift */; };
8B5894D41CA9D857005F0B9D /* AEConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5894D31CA9D857005F0B9D /* AEConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
8B5894DC1CA9D86C005F0B9D /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B5894DB1CA9D86C005F0B9D /* Console.swift */; };
8B84650E1CAB51D90027AA52 /* AELog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B8465071CAB51CE0027AA52 /* AELog.framework */; };
8BFBE78C1DB289AF00BB4B05 /* Brain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFBE78B1DB289AF00BB4B05 /* Brain.swift */; };
8BFBE78E1DB289B600BB4B05 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFBE78D1DB289B600BB4B05 /* View.swift */; };
8BFBE7901DB289C300BB4B05 /* Cell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFBE78F1DB289C300BB4B05 /* Cell.swift */; };
8BAA31482151A99C006142AC /* AEConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BAA31462151A998006142AC /* AEConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
8BAA31502151A9BB006142AC /* Brain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAA314B2151A9BB006142AC /* Brain.swift */; };
8BAA31512151A9BB006142AC /* Cell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAA314C2151A9BB006142AC /* Cell.swift */; };
8BAA31522151A9BB006142AC /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAA314D2151A9BB006142AC /* Console.swift */; };
8BAA31532151A9BB006142AC /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAA314E2151A9BB006142AC /* Settings.swift */; };
8BAA31542151A9BB006142AC /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAA314F2151A9BB006142AC /* View.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -71,19 +71,18 @@
/* Begin PBXFileReference section */
8B022D2E1CB071710039B5F4 /* AEConsole.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = AEConsole.podspec; sourceTree = "<group>"; };
8B022D3C1CB071790039B5F4 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
8B0F80512003F98600928F0F /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
8B5894D01CA9D857005F0B9D /* AEConsole.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AEConsole.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8B5894D31CA9D857005F0B9D /* AEConsole.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AEConsole.h; sourceTree = "<group>"; };
8B5894D51CA9D857005F0B9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8B5894DB1CA9D86C005F0B9D /* Console.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = "<group>"; };
8B8464FF1CAB51CE0027AA52 /* AELog.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AELog.xcodeproj; path = AELog/AELog.xcodeproj; sourceTree = "<group>"; };
8BDFB39F1CB181A500F0F6F1 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
8BAA31462151A998006142AC /* AEConsole.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AEConsole.h; sourceTree = "<group>"; };
8BAA31472151A998006142AC /* AEConsole.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = AEConsole.plist; sourceTree = "<group>"; };
8BAA314B2151A9BB006142AC /* Brain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Brain.swift; sourceTree = "<group>"; };
8BAA314C2151A9BB006142AC /* Cell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cell.swift; sourceTree = "<group>"; };
8BAA314D2151A9BB006142AC /* Console.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = "<group>"; };
8BAA314E2151A9BB006142AC /* Settings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
8BAA314F2151A9BB006142AC /* View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; };
8BE817AE1CAF442F00FCBE4A /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
8BE817AF1CAF442F00FCBE4A /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
8BE817B01CAF442F00FCBE4A /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
8BFBE78B1DB289AF00BB4B05 /* Brain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Brain.swift; sourceTree = "<group>"; };
8BFBE78D1DB289B600BB4B05 /* View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; };
8BFBE78F1DB289C300BB4B05 /* Cell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cell.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -104,7 +103,6 @@
8BE817AF1CAF442F00FCBE4A /* LICENSE */,
8BE817B01CAF442F00FCBE4A /* README.md */,
8BE817AE1CAF442F00FCBE4A /* CHANGELOG.md */,
8BDFB39F1CB181A500F0F6F1 /* Cartfile */,
8B022D2E1CB071710039B5F4 /* AEConsole.podspec */,
);
name = "Supporting Files";
Expand All @@ -113,11 +111,12 @@
8B5894C61CA9D857005F0B9D = {
isa = PBXGroup;
children = (
8B8464FF1CAB51CE0027AA52 /* AELog.xcodeproj */,
8B022D3C1CB071790039B5F4 /* Package.swift */,
8B5894D21CA9D857005F0B9D /* Sources */,
8BAA31452151A998006142AC /* Resources */,
8BAA31492151A9BB006142AC /* Sources */,
8B5894D11CA9D857005F0B9D /* Products */,
8B022D3D1CB071820039B5F4 /* Supporting Files */,
8B8464FF1CAB51CE0027AA52 /* AELog.xcodeproj */,
);
sourceTree = "<group>";
};
Expand All @@ -129,40 +128,47 @@
name = Products;
sourceTree = "<group>";
};
8B5894D21CA9D857005F0B9D /* Sources */ = {
8B8465001CAB51CE0027AA52 /* Products */ = {
isa = PBXGroup;
children = (
8B5894DB1CA9D86C005F0B9D /* Console.swift */,
8BFBE78B1DB289AF00BB4B05 /* Brain.swift */,
8BFBE78D1DB289B600BB4B05 /* View.swift */,
8BFBE78F1DB289C300BB4B05 /* Cell.swift */,
8B0F80512003F98600928F0F /* Settings.swift */,
8B5894DD1CA9D8A2005F0B9D /* Supporting Files */,
8B8465071CAB51CE0027AA52 /* AELog.framework */,
8B84650B1CAB51CE0027AA52 /* AELog.framework */,
8B022D371CB071710039B5F4 /* AELog iOS Tests.xctest */,
8B84650D1CAB51CE0027AA52 /* AELog.framework */,
8B022D391CB071710039B5F4 /* AELog tvOS Tests.xctest */,
8B8465091CAB51CE0027AA52 /* AELog.framework */,
8B022D3B1CB071710039B5F4 /* AELog macOS Tests.xctest */,
);
path = Sources;
name = Products;
sourceTree = "<group>";
};
8B5894DD1CA9D8A2005F0B9D /* Supporting Files */ = {
8BAA31452151A998006142AC /* Resources */ = {
isa = PBXGroup;
children = (
8B5894D31CA9D857005F0B9D /* AEConsole.h */,
8B5894D51CA9D857005F0B9D /* Info.plist */,
8BAA31462151A998006142AC /* AEConsole.h */,
8BAA31472151A998006142AC /* AEConsole.plist */,
);
name = "Supporting Files";
path = Resources;
sourceTree = "<group>";
};
8B8465001CAB51CE0027AA52 /* Products */ = {
8BAA31492151A9BB006142AC /* Sources */ = {
isa = PBXGroup;
children = (
8B8465071CAB51CE0027AA52 /* AELog.framework */,
8B84650B1CAB51CE0027AA52 /* AELog.framework */,
8B022D371CB071710039B5F4 /* AELog iOS Tests.xctest */,
8B84650D1CAB51CE0027AA52 /* AELog.framework */,
8B022D391CB071710039B5F4 /* AELog tvOS Tests.xctest */,
8B8465091CAB51CE0027AA52 /* AELog.framework */,
8B022D3B1CB071710039B5F4 /* AELog OSX Tests.xctest */,
8BAA314A2151A9BB006142AC /* AEConsole */,
);
name = Products;
path = Sources;
sourceTree = "<group>";
};
8BAA314A2151A9BB006142AC /* AEConsole */ = {
isa = PBXGroup;
children = (
8BAA314B2151A9BB006142AC /* Brain.swift */,
8BAA314C2151A9BB006142AC /* Cell.swift */,
8BAA314D2151A9BB006142AC /* Console.swift */,
8BAA314E2151A9BB006142AC /* Settings.swift */,
8BAA314F2151A9BB006142AC /* View.swift */,
);
path = AEConsole;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -172,7 +178,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
8B5894D41CA9D857005F0B9D /* AEConsole.h in Headers */,
8BAA31482151A99C006142AC /* AEConsole.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -203,7 +209,7 @@
8B5894C71CA9D857005F0B9D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0920;
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = AE;
TargetAttributes = {
8B5894CF1CA9D857005F0B9D = {
Expand Down Expand Up @@ -250,10 +256,10 @@
remoteRef = 8B022D381CB071710039B5F4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
8B022D3B1CB071710039B5F4 /* AELog OSX Tests.xctest */ = {
8B022D3B1CB071710039B5F4 /* AELog macOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "AELog OSX Tests.xctest";
path = "AELog macOS Tests.xctest";
remoteRef = 8B022D3A1CB071710039B5F4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand Down Expand Up @@ -302,11 +308,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8B0F80522003F98600928F0F /* Settings.swift in Sources */,
8BFBE78E1DB289B600BB4B05 /* View.swift in Sources */,
8BFBE7901DB289C300BB4B05 /* Cell.swift in Sources */,
8BFBE78C1DB289AF00BB4B05 /* Brain.swift in Sources */,
8B5894DC1CA9D86C005F0B9D /* Console.swift in Sources */,
8BAA31502151A9BB006142AC /* Brain.swift in Sources */,
8BAA31522151A9BB006142AC /* Console.swift in Sources */,
8BAA31542151A9BB006142AC /* View.swift in Sources */,
8BAA31532151A9BB006142AC /* Settings.swift in Sources */,
8BAA31512151A9BB006142AC /* Cell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -326,12 +332,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -364,7 +372,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -384,12 +392,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand All @@ -415,7 +425,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -433,7 +443,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_FILE = Resources/AEConsole.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.tadija.AEConsole;
Expand All @@ -453,7 +463,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_FILE = Resources/AEConsole.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.tadija.AEConsole;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0920"
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,7 +26,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -37,7 +36,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
2 changes: 1 addition & 1 deletion AELog
Submodule AELog updated 29 files
+0 −1 .swift-version
+15 −13 AELog.podspec
+128 −106 AELog.xcodeproj/project.pbxproj
+8 −0 AELog.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+5 −0 AELog.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+1 −3 AELog.xcodeproj/xcshareddata/xcschemes/AELog iOS.xcscheme
+9 −11 AELog.xcodeproj/xcshareddata/xcschemes/AELog macOS.xcscheme
+3 −5 AELog.xcodeproj/xcshareddata/xcschemes/AELog tvOS.xcscheme
+1 −3 AELog.xcodeproj/xcshareddata/xcschemes/AELog watchOS.xcscheme
+5 −0 CHANGELOG.md
+1 −1 Example/AELogDemo iOS/AppDelegate.swift
+2 −1 Example/AELogDemo tvOS/AppDelegate.swift
+11 −7 Example/AELogDemo.xcodeproj/project.pbxproj
+8 −0 Example/AELogDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+5 −0 Example/AELogDemo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+1 −3 Example/AELogDemo.xcodeproj/xcshareddata/xcschemes/AELogDemo OSX.xcscheme
+1 −3 Example/AELogDemo.xcodeproj/xcshareddata/xcschemes/AELogDemo iOS.xcscheme
+1 −3 Example/AELogDemo.xcodeproj/xcshareddata/xcschemes/AELogDemo tvOS.xcscheme
+1 −3 Example/AELogDemo.xcodeproj/xcshareddata/xcschemes/AELogDemo watchOS.xcscheme
+2 −3 Package.swift
+3 −3 README.md
+0 −0 Resources/AELog.h
+1 −1 Resources/AELog.plist
+0 −0 Resources/AELogTests.plist
+0 −0 Sources/AELog/Line.swift
+0 −0 Sources/AELog/Log.swift
+0 −0 Sources/AELog/Settings.swift
+15 −0 Tests/AELogTests/XCTestManifests.swift
+8 −0 Tests/LinuxMain.swift
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.6.1

- Bumped Swift language version to 4.2 with Xcode 10 (10A255)
- Reorganizing project directories and files

## Version 0.6.0

- Added sharing of exported log file
Expand Down
1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

Loading

0 comments on commit ddb0e4a

Please sign in to comment.