Skip to content

Commit

Permalink
Merge pull request #10 from jeanetienne/return-to-plist
Browse files Browse the repository at this point in the history
Return to plist
  • Loading branch information
jeanetienne authored Feb 19, 2017
2 parents 5a12e3b + fae4ab8 commit 76327df
Show file tree
Hide file tree
Showing 16 changed files with 49,265 additions and 1,221 deletions.
Binary file modified Documentation/Latin.numbers
Binary file not shown.
17 changes: 17 additions & 0 deletions Sources/Bundle.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Bundle.swift
// Speller
//
// Created by Jean-Étienne Parrot on 12/2/17.
// Copyright © 2017 Speller. All rights reserved.
//

import Foundation

extension Bundle {

static var framework: Bundle {
return Bundle(for: Speller.self)
}

}
Loading

0 comments on commit 76327df

Please sign in to comment.