Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhuXH committed Dec 23, 2016
1 parent 5e76637 commit b635cee
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 8 deletions.
4 changes: 2 additions & 2 deletions XHLogHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "XHLogHelper"
s.version = "2.2"
s.summary = "NSLog输出时,自动进行如下转换-1补全缺失引号,2数组( )转换为[ ],3中文unicode编码转换为中文"
s.version = "2.3.0"
s.summary = "NSLog输出NSDictionary,自动进行如下转换-1补全缺失引号,2数组( )转换为[ ],3中文unicode编码转换为中文"
s.homepage = "https://github.com/CoderZhuXH/XHLogHelper"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Zhu Xiaohui" => "977950862@qq.com"}
Expand Down
7 changes: 1 addition & 6 deletions XHLogHelper/NSDictionary+XHLogHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
// 代码地址:https://github.com/CoderZhuXH/XHLogHelper

#import <Foundation/Foundation.h>
/*
NSLog打印 NSDictionary 时会自动进行如下操作,方便数组在线校验及格式化
//1.自动补全缺失""
//2.自动转换数组()转换为[]
//3.自动转换unicode编码为中文
*/

@interface NSDictionary (XHLogHelper)

@end
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4B14FE3B1D42F91B0014A493"
BuildableName = "XHLogHelperExample.app"
BlueprintName = "XHLogHelperExample"
ReferencedContainer = "container:XHLogHelperExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4B14FE3B1D42F91B0014A493"
BuildableName = "XHLogHelperExample.app"
BlueprintName = "XHLogHelperExample"
ReferencedContainer = "container:XHLogHelperExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4B14FE3B1D42F91B0014A493"
BuildableName = "XHLogHelperExample.app"
BlueprintName = "XHLogHelperExample"
ReferencedContainer = "container:XHLogHelperExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4B14FE3B1D42F91B0014A493"
BuildableName = "XHLogHelperExample.app"
BlueprintName = "XHLogHelperExample"
ReferencedContainer = "container:XHLogHelperExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>SchemeUserState</key>
<dict>
<key>XHLogHelperExample.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>4B14FE3B1D42F91B0014A493</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit b635cee

Please sign in to comment.