Skip to content

Commit

Permalink
Bump to up 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 15, 2019
1 parent 2a1e942 commit a713b15
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
4 changes: 2 additions & 2 deletions Logboard.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Logboard"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Simple Logging framework"

s.description = <<-DESC
Expand All @@ -27,6 +27,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.watchos.source_files = "Platforms/watchOS/*.{h,swift}"

s.source_files = "Sources/*.swift"
s.source_files = "Sources/**/*.swift"

end
8 changes: 8 additions & 0 deletions Logboard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
Expand All @@ -609,6 +610,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SKIP_INSTALL = YES;
Expand All @@ -628,6 +630,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Platforms/watchOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
Expand All @@ -650,6 +653,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Platforms/watchOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = watchos;
Expand All @@ -675,6 +679,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
Expand All @@ -698,6 +703,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = macosx;
Expand All @@ -719,6 +725,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Platforms/tvOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;
Expand All @@ -742,6 +749,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Platforms/tvOS/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.shogo4405.Logboard;
PRODUCT_NAME = Logboard;
SDKROOT = appletvos;
Expand Down
8 changes: 0 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "Logboard",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "Logboard",
targets: ["Logboard"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Logboard",
dependencies: []),
Expand Down
2 changes: 1 addition & 1 deletion Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Platforms/watchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

def import_pods
pod 'Logboard', '~> 2.1.0'
pod 'Logboard', '~> 2.1.1'
end

target 'Your Target' do
Expand All @@ -43,7 +43,7 @@ end
```
### Carthage
```
github "shogo4405/Logboard" ~> 2.1.0
github "shogo4405/Logboard" ~> 2.1.1
```

## Appenders
Expand Down

0 comments on commit a713b15

Please sign in to comment.