-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ryancoyne/master
Change to keyIsEmpty function. It will now comply with optional variables.
- Loading branch information
Showing
3 changed files
with
130 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
// | ||
// Package.swift | ||
// StORM | ||
// | ||
// Created by Jonathan Guthrie on 2016-09-23. | ||
// Copyright (C) 2016 Jonathan Guthrie. | ||
// | ||
|
||
// Generated automatically by Perfect Assistant Application | ||
// Date: 2017-08-13 18:42:55 +0000 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "StORM", | ||
targets: [], | ||
dependencies: [ | ||
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 2) | ||
], | ||
exclude: [] | ||
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 2), | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters