Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedekorte committed Sep 22, 2014
1 parent c765902 commit 5a0ee13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Bitpost.xcodeproj/project.pbxproj
Expand Up @@ -972,7 +972,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -995,7 +995,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
ONLY_ACTIVE_ARCH = YES;
PROVISIONING_PROFILE = "987bdc6a-fc90-4663-a8e9-5445abdb7e3c";
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
};
name = Debug;
Expand All @@ -1015,7 +1015,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -1032,7 +1032,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
PROVISIONING_PROFILE = "987bdc6a-fc90-4663-a8e9-5445abdb7e3c";
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
};
name = Release;
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -22,8 +22,9 @@ For more info see:
* https://bitmessage.org


Tech details
-----------------
How Bitpost Works
------------------------

The UI launches a local pybitmessage node in the background which uses Tor to connect to the Bitmessage network.

The local bitmessage node is run with custom node and API ports so it doesn't interfere with other bitmessage clients. The app uses it's own bitmessage keys.dat file for the app which is stored in ~/Library/Application Support/Bitpost.
Expand Down

0 comments on commit 5a0ee13

Please sign in to comment.