Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghong committed Mar 12, 2019
1 parent 2947e3d commit 263cafc
Show file tree
Hide file tree
Showing 62 changed files with 3,864 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Example/JHLog.xcodeproj/project.pbxproj
Expand Up @@ -43,7 +43,7 @@
4371F736AD2A4A19C42377B0 /* Pods-JHLog_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JHLog_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-JHLog_Example/Pods-JHLog_Example.release.xcconfig"; sourceTree = "<group>"; };
4C989EDF3655953BBA01511F /* Pods-JHLog_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JHLog_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JHLog_Example/Pods-JHLog_Example.debug.xcconfig"; sourceTree = "<group>"; };
4EE0FF6FF6AEDAF078D25FC1 /* Pods-JHLog_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JHLog_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-JHLog_Tests/Pods-JHLog_Tests.release.xcconfig"; sourceTree = "<group>"; };
561AF29BE59ED76A654749EE /* JHLog.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = JHLog.podspec; path = ../JHLog.podspec; sourceTree = "<group>"; };
561AF29BE59ED76A654749EE /* JHLog.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JHLog.podspec; path = ../JHLog.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
6003F58A195388D20070C39A /* JHLog_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JHLog_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand All @@ -65,8 +65,8 @@
606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
A0303EE5BBE1BD7108D35EB2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
D10548E8F1552BE5BB223B3F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
A0303EE5BBE1BD7108D35EB2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
D10548E8F1552BE5BB223B3F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down
10 changes: 10 additions & 0 deletions Example/JHLog.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -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>
4 changes: 2 additions & 2 deletions Example/JHLog/JHLog-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>0.0.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
9 changes: 2 additions & 7 deletions Example/JHLog/JHViewController.m
Expand Up @@ -7,6 +7,7 @@
//

#import "JHViewController.h"
#import "JHLog.h"

@interface JHViewController ()

Expand All @@ -17,13 +18,7 @@ @implementation JHViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}

- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
[JHLog log];
}

@end
27 changes: 27 additions & 0 deletions Example/Podfile.lock
@@ -0,0 +1,27 @@
PODS:
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- JHLog (0.0.1)

DEPENDENCIES:
- FBSnapshotTestCase
- JHLog (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- FBSnapshotTestCase

EXTERNAL SOURCES:
JHLog:
:path: "../"

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
JHLog: 99ee4edbc536cd72669a518f447646fa54147783

PODFILE CHECKSUM: 678130274759bf4b93d880dcb8850a9de34c30dc

COCOAPODS: 1.5.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 263cafc

Please sign in to comment.