Skip to content

Commit

Permalink
Update Demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto committed Jun 9, 2017
1 parent 4643741 commit 39ace3e
Show file tree
Hide file tree
Showing 77 changed files with 3,122 additions and 2,104 deletions.
1,214 changes: 403 additions & 811 deletions Demo/ConsoleDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -23,10 +23,10 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
Expand All @@ -38,17 +38,21 @@
ReferencedContainer = "container:ConsoleDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E57766D418334DF6009F3276"
Expand All @@ -61,12 +65,13 @@
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E57766D418334DF6009F3276"
Expand Down
11 changes: 10 additions & 1 deletion Demo/ConsoleDemo.xcworkspace/contents.xcworkspacedata

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

9 changes: 0 additions & 9 deletions Demo/ConsoleDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
// Add the console dashboard for testing builds
[PTEDashboard.sharedDashboard show];

// PTEDashboard.sharedDashboard.windowLevel = UIWindowLevelNormal;
// PTEDashboard.sharedDashboard.windowLevel = UIWindowLevelNormal + 10;
// PTEDashboard.sharedDashboard.windowLevel = UIWindowLevelStatusBar + 1;
// [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(adjust) userInfo:nil repeats:YES];
//
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
// PTEDashboard.sharedDashboard.windowLevel = UIWindowLevelStatusBar + 1;
// });

DDLogInfo(@"Added console dashboard");
#endif

Expand Down
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/ConsoleDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.PTEz.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 2 additions & 0 deletions Demo/ConsoleDemo/ConsoleDemo-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CocoaLumberjack/CocoaLumberjack.h>

#define ddLogLevel DDLogLevelVerbose
#endif
18 changes: 10 additions & 8 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

platform :ios, '5.0'
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'

# For regular projects
pod 'CocoaLumberjack'
#pod 'LumberjackConsole', :configurations => ['Debug']
target 'ConsoleDemo' do
# For regular projects
pod 'CocoaLumberjack'
#pod 'LumberjackConsole', :configurations => ['Debug']

# Optional for dynamic logging
#pod 'NBULog'
# Optional for dynamic logging
#pod 'NBULog'

# For development
pod 'LumberjackConsole', :path => '../'
# For development
pod 'LumberjackConsole', :path => '../'
end
32 changes: 16 additions & 16 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PODS:
- CocoaLumberjack (2.0.0):
- CocoaLumberjack/Default (= 2.0.0)
- CocoaLumberjack/Extensions (= 2.0.0)
- CocoaLumberjack/Core (2.0.0)
- CocoaLumberjack/Default (2.0.0):
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.0):
- CocoaLumberjack (3.2.0):
- CocoaLumberjack/Default (= 3.2.0)
- CocoaLumberjack/Extensions (= 3.2.0)
- CocoaLumberjack/Default (3.2.0)
- CocoaLumberjack/Extensions (3.2.0):
- CocoaLumberjack/Default
- LumberjackConsole (2.4.3):
- CocoaLumberjack (>= 2.0.0)
- NBUCore (>= 2.0.3)
- NBUCore (2.0.4)
- LumberjackConsole (3.0.0):
- CocoaLumberjack (>= 3.x)
- NBUCore (>= 2.0.5)
- NBUCore (2.0.5)

DEPENDENCIES:
- CocoaLumberjack
- LumberjackConsole (from `../`)

EXTERNAL SOURCES:
LumberjackConsole:
:path: ../
:path: "../"

SPEC CHECKSUMS:
CocoaLumberjack: fd2b1031c6c4e0f08b5ea928ef677fa0a5de517d
LumberjackConsole: 81bad3312fea315b8a17e53926b014f032ec1f44
NBUCore: 978f24fdc8d79dc8141032bf0121053e3b25c95c
CocoaLumberjack: 9b4aed7073d242f29cc2f62068d995faf67f703a
LumberjackConsole: e36ef0ed4fdcbe8caea3ec5b0e68d06db25e6fce
NBUCore: bfdce78c97f2a9566c97082f44157547223b22a6

COCOAPODS: 0.36.0
PODFILE CHECKSUM: 90a156a3e96d1859607737f390b7347a50d9ff34

COCOAPODS: 1.2.1
7 changes: 6 additions & 1 deletion Demo/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h

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

92 changes: 48 additions & 44 deletions Demo/Pods/CocoaLumberjack/Classes/CocoaLumberjack.swift

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

17 changes: 13 additions & 4 deletions Demo/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h

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

Loading

0 comments on commit 39ace3e

Please sign in to comment.