Skip to content

Commit

Permalink
Update Demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Rivera committed Dec 19, 2014
1 parent c8398de commit 72d2aab
Show file tree
Hide file tree
Showing 23 changed files with 3,402 additions and 3,102 deletions.
16 changes: 14 additions & 2 deletions Demo/OSX/NBULogDemo/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
// AppDelegate.h
// NBULogDemo
//
// Created by 利辺羅 on 2014/09/18.
// Copyright (c) 2014年 CyberAgent Inc. All rights reserved.
// Created by Ernesto Rivera on 2012/08/18.
// Copyright (c) 2012-2014 CyberAgent Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

#import <Cocoa/Cocoa.h>
Expand Down
16 changes: 14 additions & 2 deletions Demo/OSX/NBULogDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
// AppDelegate.m
// NBULogDemo
//
// Created by 利辺羅 on 2014/09/18.
// Copyright (c) 2014年 CyberAgent Inc. All rights reserved.
// Created by Ernesto Rivera on 2012/08/18.
// Copyright (c) 2012-2014 CyberAgent Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

#import "AppDelegate.h"
Expand Down
16 changes: 14 additions & 2 deletions Demo/OSX/NBULogDemo/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
// main.m
// NBULogDemo
//
// Created by 利辺羅 on 2014/09/18.
// Copyright (c) 2014年 CyberAgent Inc. All rights reserved.
// Created by Ernesto Rivera on 2012/08/18.
// Copyright (c) 2012-2014 CyberAgent Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

#import <Cocoa/Cocoa.h>
Expand Down
20 changes: 10 additions & 10 deletions Demo/OSX/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- CocoaLumberjack (2.0.0-beta4):
- CocoaLumberjack/Default
- CocoaLumberjack/Extensions
- CocoaLumberjack/Core (2.0.0-beta4)
- CocoaLumberjack/Default (2.0.0-beta4):
- CocoaLumberjack (2.0.0-rc):
- CocoaLumberjack/Default (= 2.0.0-rc)
- CocoaLumberjack/Extensions (= 2.0.0-rc)
- CocoaLumberjack/Core (2.0.0-rc)
- CocoaLumberjack/Default (2.0.0-rc):
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.0-beta4):
- CocoaLumberjack/Extensions (2.0.0-rc):
- CocoaLumberjack/Default
- NBULog (1.2.2):
- NBULog (1.2.3):
- CocoaLumberjack (>= 2.0.0-beta4)

DEPENDENCIES:
Expand All @@ -18,7 +18,7 @@ EXTERNAL SOURCES:
:path: ../../

SPEC CHECKSUMS:
CocoaLumberjack: 24153b24b17d853d7182b22b128971fb98e8cb18
NBULog: bf17b794a2b93703e8ac376622e4658e81f2937a
CocoaLumberjack: 6186e27827fc574b50b16c10102fcc591437f06c
NBULog: 5b76c185182b48e192d11316727c7d2f1d988f20

COCOAPODS: 0.34.4
COCOAPODS: 0.35.0
96 changes: 96 additions & 0 deletions Demo/OSX/Pods/CocoaLumberjack/Classes/CocoaLumberjack.swift

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

14 changes: 10 additions & 4 deletions Demo/OSX/Pods/CocoaLumberjack/Classes/DDLog.h

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

32 changes: 22 additions & 10 deletions Demo/OSX/Pods/CocoaLumberjack/Classes/DDLog.m

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

2 changes: 1 addition & 1 deletion Demo/OSX/Pods/Local Podspecs/NBULog.podspec

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

20 changes: 10 additions & 10 deletions Demo/OSX/Pods/Manifest.lock

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

Loading

0 comments on commit 72d2aab

Please sign in to comment.