Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
finalized 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Jan 15, 2017
1 parent cf22952 commit 4d48931
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 42 deletions.
8 changes: 4 additions & 4 deletions Evergreen.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|

s.name = "Evergreen"
s.version = "0.10"
s.version = "1.0.0"
s.summary = "Most natural Swift logging."
s.description = <<-DESC
Evergreen is a logging framework written in Swift.
It's all about replacing your `print()` statements with calls to Evergreen's versatile `log()` functions. Configure a logger hierarchy with log levels for your App or framework and use it to control the verbosity of your software's output. Use handlers and formatters to control the way log events are handled.
DESC
s.homepage = "http://github.com/viWiD/Evergreen"
s.homepage = "http://github.com/knly/Evergreen"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Nils Fischer" => "n.fischer@viwid.com" }
s.author = { "Nils Leif Fischer" => "hello@nilsleiffischer.de" }

s.source = { :git => "https://github.com/viWiD/Evergreen.git", :tag => "v" + s.version.to_s }
s.source = { :git => "https://github.com/knly/Evergreen.git", :tag => "v" + s.version.to_s }
s.source_files = "Sources/Evergreen"

s.ios.deployment_target = '8.0'
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

> Most *natural* Swift logging
[![Build Status](https://travis-ci.org/viWiD/Evergreen.svg?branch=master)](https://travis-ci.org/viWiD/Evergreen)
[![Build Status](https://travis-ci.org/knly/Evergreen.svg?branch=master)](https://travis-ci.org/knly/Evergreen)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Evergreen.svg)](https://img.shields.io/cocoapods/v/Evergreen.svg)
[![Platform](https://img.shields.io/cocoapods/p/Evergreen.svg?style=flat)](http://cocoadocs.org/docsets/Evergreen)
[![Gitter](https://badges.gitter.im/viWiD/Evergreen.svg)](https://gitter.im/viWiD/Evergreen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Gitter](https://badges.gitter.im/evergreen-swift/evergreen.svg)](https://gitter.im/evergreen-swift/evergreen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Evergreen is a logging framework written in Swift. It is designed to work just as you would expect, yet so versatile you can make it work however you wish.

Expand Down Expand Up @@ -37,7 +37,6 @@ log("Hello World!", forLevel: .info)
- [Using Handlers](#using-handlers)
- [Formatting](#formatting)
- [Contact](#contact)
- [Roadmap](#roadmap)
- [License](#license)

## About Logging
Expand Down Expand Up @@ -95,7 +94,7 @@ import PackageDescription
let package = Package(
name: "HelloWorld",
dependencies: [
.Package(url: "https://github.com/viWiD/Evergreen.git", majorVersion: 0),
.Package(url: "https://github.com/knly/Evergreen.git", majorVersion: 0),
// ...
]
)
Expand All @@ -108,7 +107,7 @@ You can also integrate Evergreen into you project manually:
1. Add Evergreen as a [submodule](http://git-scm.com/docs/git-submodule):

```sh
$ git submodule add https://github.com/viWiD/Evergreen.git
$ git submodule add https://github.com/knly/Evergreen.git
```

2. Drag `Evergreen.xcodeproj` into the file navigator of your project.
Expand Down Expand Up @@ -316,11 +315,9 @@ Evergreen.defaultLogger.handlers = [ consoleHandler ]

## Contact

Evergreen was created and is maintained by [Nils Fischer](http://www.viwid.com) ([@knlyy](https://twitter.com/knlyy)).
Evergreen was created and is maintained by [Nils Leif Fischer](http://nilsleiffischer.de).

## Roadmap

The beta status of this framework mostly means that I would greatly appreciate some professional opinions on the API and architecture before finalizing a 1.0 release. Any suggestions via Email ([n.fischer@viwid.com](mailto:n.fischer@viwid.com)) or Tweet ([@knlyy](https://twitter.com/knlyy)) are very welcome.
I would greatly appreciate some professional opinions on the API and architecture. Please let me know any suggestions via Email ([hello@nilsleiffischer.de](mailto:hello@nilsleiffischer.de)), on [Gitter](https://gitter.im/evergreen-swift/evergreen) or by [opening an issue](https://github.com/knly/Evergreen/issues).

## License

Expand Down
38 changes: 9 additions & 29 deletions iOS Example/iOS Example/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
@@ -1,40 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 viWiD Webdesign &amp; iOS Development. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="iOS Example" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
</constraints>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
Expand Down

0 comments on commit 4d48931

Please sign in to comment.