Skip to content

Commit

Permalink
Merge pull request #14 from tonystone/tvos
Browse files Browse the repository at this point in the history
Tvos
  • Loading branch information
tonystone committed Nov 17, 2015
2 parents 5b8b21e + 0257fc5 commit ce4153b
Show file tree
Hide file tree
Showing 15 changed files with 758 additions and 754 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- TraceLog/Core (0.4.2)
- TraceLog/ObjC (0.4.2):
- TraceLog/Core (0.4.3)
- TraceLog/ObjC (0.4.3):
- TraceLog/Core
- TraceLog/Swift (0.4.2):
- TraceLog/Swift (0.4.3):
- TraceLog/Core

DEPENDENCIES:
Expand All @@ -14,6 +14,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
TraceLog: a7febb2514f51a88ce62b35b3f2e8252f0c68e7b
TraceLog: b255d870b6b47d5c8b638dc289351a1ec1032244

COCOAPODS: 0.39.0
10 changes: 6 additions & 4 deletions Example/Pods/Local Podspecs/TraceLog.podspec.json

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

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

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

1,430 changes: 715 additions & 715 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

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.

2 changes: 1 addition & 1 deletion Example/TraceLog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
INFOPLIST_FILE = "TraceLog-OSX/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D DEBUG\"";
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"DEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.TraceLog-OSX";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
Expand Down
4 changes: 3 additions & 1 deletion TraceLog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "TraceLog"
s.version = "0.4.2"
s.version = "0.4.3"
s.summary = "Dead Simple: logging the way it's meant to be!"
s.description = <<-DESC
TraceLog is a configurable debug logging system. It is unique in that it's configured
Expand All @@ -35,6 +35,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = true
s.default_subspecs = 'ObjC'
Expand All @@ -55,6 +56,7 @@ Pod::Spec.new do |s|
ss.ios.deployment_target = '8.0'
ss.osx.deployment_target = '10.10'
ss.watchos.deployment_target = '2.0'
ss.tvos.deployment_target = '9.0'

ss.source_files = 'Pod/Swift/*.swift'
ss.preserve_paths = 'Pod/Swift/*.swift'
Expand Down

0 comments on commit ce4153b

Please sign in to comment.