Skip to content

Commit

Permalink
Rename targets (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandamm authored Jan 26, 2021
1 parent 9ade72f commit 541084a
Show file tree
Hide file tree
Showing 28 changed files with 78 additions and 257 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Wallabag/ViewController.swift → App/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
import Cocoa
import SafariServices.SFSafariApplication
import SafariServices.SFSafariExtensionManager
import WallabagAPI
import Wallabag

let appName = "Wallabag"
let extensionBundleIdentifier = (Bundle.main.infoDictionary?["CFBundleIdentifier"]).map {
"\($0).Extension"
} ?? "de.jandamm.ent.Wallabag.Extension"
"\($0).SafariQuickSave"
} ?? "de.jandamm.ent.Wallabag.SafariQuickSave"

class ViewController: NSViewController {

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import XCTest
@testable import Wallabag
@testable import App

class WallabagTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Wallabag Extension</string>
<string>Wallabag QuickSave</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -46,6 +46,6 @@
</dict>
</dict>
<key>NSHumanReadableDescription</key>
<string>This is Wallabag Extension. You should tell us what your extension does here.</string>
<string>Use this extension to quickly save links to Wallabag.</string>
</dict>
</plist>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import SafariServices
import WallabagAPI
import Wallabag

class SafariExtensionHandler: SFSafariExtensionHandler {
override func toolbarItemClicked(in window: SFSafariWindow) {
Expand Down
Loading

0 comments on commit 541084a

Please sign in to comment.