Skip to content

Commit

Permalink
New domain!
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverdevil committed Jul 6, 2018
1 parent b4fd887 commit 337c4d4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Indiepaper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
4354DEC520EC12CA00FC8219 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ShareViewController.xib; sourceTree = "<group>"; };
4354DEC720EC12CA00FC8219 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4354DEC820EC12CA00FC8219 /* Send_to_Indiepaper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Send_to_Indiepaper.entitlements; sourceTree = "<group>"; };
437E6C6F20EEAC4B00B0BE95 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -78,6 +79,7 @@
4354DEA020EC115400FC8219 = {
isa = PBXGroup;
children = (
437E6C6F20EEAC4B00B0BE95 /* README.md */,
4354DEAB20EC115400FC8219 /* Indiepaper */,
4354DEBF20EC12CA00FC8219 /* Send to Indiepaper */,
4354DEAA20EC115400FC8219 /* Products */,
Expand Down
2 changes: 1 addition & 1 deletion Indiepaper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Indiepaper for macOS

This application adds system-wide support to macOS for sending links to [Indiepaper](https://indiepaper.cleverdevil.io).
This application adds system-wide support to macOS for sending links to [Indiepaper](https://www.indiepaper.io).

For the latest version, please see [the releases page for this project](https://github.com/cleverdevil/Indiepaper-macOS/releases).
2 changes: 1 addition & 1 deletion Send to Indiepaper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion Send to Indiepaper/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ShareViewController: NSViewController {
}

func sendToIndiepaper(url: String, destinationURL: String, bearerToken: String) {
let indiepaperURL = URL(string: "https://indiepaper.cleverdevil.io/")!
let indiepaperURL = URL(string: "https://indiepaper.io/")!

var request = URLRequest(url: indiepaperURL)
request.httpMethod = "POST"
Expand Down

0 comments on commit 337c4d4

Please sign in to comment.