Skip to content

Commit

Permalink
Add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Jun 19, 2017
1 parent de4ffa0 commit 9e6775b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let package = Package(
name: "RswiftCore",
dependencies: ["Commander", "XcodeEdit"]
),
.testTarget(name: "RswiftCoreTests", dependencies: ["RswiftCore"]),
],
swiftLanguageVersions: [4]
)
1 change: 1 addition & 0 deletions ResourceApp/ResourceApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]?) -> Bool {


// let defaults = UserDefaults.standard
// defaults.setValue(["nl"], forKey: "AppleLanguages")

Expand Down

0 comments on commit 9e6775b

Please sign in to comment.