Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uny committed Jul 28, 2016
1 parent 2fa8b05 commit 0c17d0a
Show file tree
Hide file tree
Showing 125 changed files with 1,930 additions and 5,396 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "nvzqz/FileKit" "develop"
github "nvzqz/FileKit"
github "jdhealy/PrettyColors"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "nvzqz/FileKit" "020e322f586d573668a846a5f2b9eee26beb2ca2"
github "nvzqz/FileKit" "v3.0.0"
github "jdhealy/PrettyColors" "v3.0.2"
126 changes: 100 additions & 26 deletions Carthage/Checkouts/FileKit/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Created by https://www.gitignore.io/api/xcode,appcode,osx

# Created by https://www.gitignore.io/api/xcode,appcode,swift,osx

### Xcode ###
# Xcode
Expand All @@ -7,7 +8,7 @@

## Build generated
build/
DerivedData
DerivedData/

## Various settings
*.pbxuser
Expand All @@ -18,44 +19,41 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
xcuserdata/

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint


### AppCode ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml
.idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:
Expand All @@ -73,6 +71,81 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### AppCode Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml


### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output


### OSX ###
Expand All @@ -81,8 +154,7 @@ crashlytics-build.properties
.LSOverride

# Icon must end with two \r
Icon

Icon

# Thumbnails
._*
Expand All @@ -94,10 +166,12 @@ Icon
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

Expand Down
16 changes: 10 additions & 6 deletions Carthage/Checkouts/FileKit/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
included:
- Sources

# rule identifiers to exclude from running
disabled_rules:
- trailing_newline
- trailing_whitespace
- valid_docs
- valid_docs
- function_body_length
- cyclomatic_complexity
- variable_name

# some rules are only opt-in
opt_in_rules:
- empty_count
- missing_docs
- empty_count
- missing_docs

# configurable rules can be customized from this configuration file
line_length: 200
line_length: 200
1 change: 0 additions & 1 deletion Carthage/Checkouts/FileKit/Carthage/Build

This file was deleted.

16 changes: 16 additions & 0 deletions Carthage/Checkouts/FileKit/FileKit.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*:
# FileKit
Use this playground to try out FileKit
*/
import Cocoa
import FileKit
import XCPlayground

extension Path {
static let SharedPlaygroundData = Path(url: XCPlaygroundSharedDataDirectoryURL)!
}

let shared = Path.SharedPlaygroundData
let sample = TextFile(path: shared/"filekit_sample.txt")
try? sample.write("Hello there!")
try? sample.read()
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='osx' display-mode='rendered'>
<timeline fileName='timeline.xctimeline'/>
</playground>
2 changes: 1 addition & 1 deletion Carthage/Checkouts/FileKit/FileKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FileKit"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "Simple and expressive file management in Swift."
s.homepage = "https://github.com/nvzqz/FileKit"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
Loading

0 comments on commit 0c17d0a

Please sign in to comment.