Skip to content

Commit

Permalink
Merge pull request #51 from Automattic/loggingh-fix
Browse files Browse the repository at this point in the history
Fix for Logging.h issue
  • Loading branch information
astralbodies committed May 11, 2016
2 parents 4de5161 + 7265851 commit ced2d12
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Automattic-Tracks-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
00EC19F5C9B3F78F5F50366F /* Pods_Automattic_Tracks_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EBDB237A5CBEE0EE8433798 /* Pods_Automattic_Tracks_iOS.framework */; };
93B5C7AE1CE25D40002820B3 /* Automattic-Tracks-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B5C7AD1CE25D40002820B3 /* Automattic-Tracks-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
93B5C7B51CE25D40002820B3 /* AutomatticTracks.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B5C7AB1CE25D40002820B3 /* AutomatticTracks.framework */; };
93B5C7C21CE25D66002820B3 /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B5C7681CE230AD002820B3 /* Logging.m */; };
93B5C7C21CE25D66002820B3 /* TracksLoggingPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B5C7681CE230AD002820B3 /* TracksLoggingPrivate.m */; };
93B5C7C31CE25D66002820B3 /* TracksContextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AD39991AC714A80069344D /* TracksContextManager.m */; };
93B5C7C41CE25D66002820B3 /* TracksEventCoreData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9333CA9D1ACB22D300ACE506 /* TracksEventCoreData.m */; };
93B5C7C51CE25D66002820B3 /* TracksEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C021351AB0BB100014096A /* TracksEvent.m */; };
Expand All @@ -21,7 +21,7 @@
93B5C7CA1CE25D66002820B3 /* TracksServiceRemote.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C021391AB1BFF30014096A /* TracksServiceRemote.m */; };
93B5C7CB1CE25D66002820B3 /* TracksConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 9339E70B1ADE98B800AEAB68 /* TracksConstants.m */; };
93B5C7CC1CE25D66002820B3 /* TracksLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B5C7641CE2303D002820B3 /* TracksLogging.m */; };
93B5C7CD1CE25D7D002820B3 /* Logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B5C7671CE230AD002820B3 /* Logging.h */; };
93B5C7CD1CE25D7D002820B3 /* TracksLoggingPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B5C7671CE230AD002820B3 /* TracksLoggingPrivate.h */; };
93B5C7CE1CE25D7D002820B3 /* TracksContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AD39981AC714A80069344D /* TracksContextManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
93B5C7CF1CE25D7D002820B3 /* TracksEventCoreData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9333CA9C1ACB22D300ACE506 /* TracksEventCoreData.h */; };
93B5C7D01CE25D7D002820B3 /* TracksEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C021341AB0BB100014096A /* TracksEvent.h */; };
Expand Down Expand Up @@ -75,8 +75,8 @@
93AD39A21ACADA650069344D /* TracksEventPersistenceService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TracksEventPersistenceService.h; sourceTree = "<group>"; };
93AD39A31ACADA650069344D /* TracksEventPersistenceService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TracksEventPersistenceService.m; sourceTree = "<group>"; };
93B5C7641CE2303D002820B3 /* TracksLogging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TracksLogging.m; sourceTree = "<group>"; };
93B5C7671CE230AD002820B3 /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
93B5C7681CE230AD002820B3 /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Logging.m; sourceTree = "<group>"; };
93B5C7671CE230AD002820B3 /* TracksLoggingPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TracksLoggingPrivate.h; sourceTree = "<group>"; };
93B5C7681CE230AD002820B3 /* TracksLoggingPrivate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TracksLoggingPrivate.m; sourceTree = "<group>"; };
93B5C7AB1CE25D40002820B3 /* AutomatticTracks.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AutomatticTracks.framework; sourceTree = BUILT_PRODUCTS_DIR; };
93B5C7AD1CE25D40002820B3 /* Automattic-Tracks-iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Automattic-Tracks-iOS.h"; sourceTree = "<group>"; };
93B5C7AF1CE25D40002820B3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -168,8 +168,8 @@
93B5C7661CE2308D002820B3 /* Private */ = {
isa = PBXGroup;
children = (
93B5C7671CE230AD002820B3 /* Logging.h */,
93B5C7681CE230AD002820B3 /* Logging.m */,
93B5C7671CE230AD002820B3 /* TracksLoggingPrivate.h */,
93B5C7681CE230AD002820B3 /* TracksLoggingPrivate.m */,
);
path = Private;
sourceTree = "<group>";
Expand Down Expand Up @@ -283,7 +283,7 @@
buildActionMask = 2147483647;
files = (
93B5C7AE1CE25D40002820B3 /* Automattic-Tracks-iOS.h in Headers */,
93B5C7CD1CE25D7D002820B3 /* Logging.h in Headers */,
93B5C7CD1CE25D7D002820B3 /* TracksLoggingPrivate.h in Headers */,
93B5C7CE1CE25D7D002820B3 /* TracksContextManager.h in Headers */,
93B5C7CF1CE25D7D002820B3 /* TracksEventCoreData.h in Headers */,
93B5C7D01CE25D7D002820B3 /* TracksEvent.h in Headers */,
Expand Down Expand Up @@ -479,7 +479,7 @@
files = (
93B5C7CA1CE25D66002820B3 /* TracksServiceRemote.m in Sources */,
93B5C7CB1CE25D66002820B3 /* TracksConstants.m in Sources */,
93B5C7C21CE25D66002820B3 /* Logging.m in Sources */,
93B5C7C21CE25D66002820B3 /* TracksLoggingPrivate.m in Sources */,
93B5C7C31CE25D66002820B3 /* TracksContextManager.m in Sources */,
93D77A531CE26C43009EDB38 /* Tracks.swift in Sources */,
93B5C7C71CE25D66002820B3 /* TracksEventPersistenceService.m in Sources */,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#import "Logging.h"
#import "TracksLoggingPrivate.h"
int ddLogLevel = DDLogLevelWarning;
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksContextManager.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "TracksContextManager.h"
#import "Logging.h"
#import "TracksLoggingPrivate.h"

@interface TracksContextManager ()

Expand Down
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksEventPersistenceService.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "TracksEventPersistenceService.h"
#import "TracksEventCoreData.h"
#import "Logging.h"
#import "TracksLoggingPrivate.h"

@interface TracksEventPersistenceService ()

Expand Down
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksEventService.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "TracksEventService.h"
#import "TracksEventPersistenceService.h"
#import "Logging.h"
#import "TracksLoggingPrivate.h"

@interface TracksEventService ()

Expand Down
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksLogging.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "TracksLogging.h"
#import "Logging.h"
#import "TracksLoggingPrivate.h"

int TracksGetLoggingLevel() {
return ddLogLevel;
Expand Down
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksService.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "TracksService.h"
#import "TracksDeviceInformation.h"
#import "Logging.h"
#import "TracksLoggingPrivate.h"
#import <Reachability/Reachability.h>

#if TARGET_OS_IPHONE
Expand Down
2 changes: 1 addition & 1 deletion TracksDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
Automattic-Tracks-iOS: 74247b53c0ae6d3c7e45860ede2e6cbcbdcdfeb6
Automattic-Tracks-iOS: 5b76290a74355cc8be18e5177b4af58774a63a46
CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
Expand Down

0 comments on commit ced2d12

Please sign in to comment.