Skip to content

Commit 905fba3

Browse files
committed
New AppIcon
1 parent 7edab23 commit 905fba3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+234
-19
lines changed

ntfy.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
isa = XCBuildConfiguration;
367367
buildSettings = {
368368
ALWAYS_SEARCH_USER_PATHS = NO;
369-
APP_BASE_URL = "http://192.168.1.4";
369+
APP_BASE_URL = "https://ntfy.sh";
370370
CLANG_ANALYZER_NONNULL = YES;
371371
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
372372
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";

ntfy/App/AppMain.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Firebase
33

44
// Must have before release:
55
// TODO: Verify whether model version needs to be specified
6+
// TODO: Disallow adding same topic twice!!
67

78
// Nice to have
89
// TODO: Make notification click open detail view
7.31 KB
197 KB
8.52 KB
9.92 KB
9.71 KB
11.9 KB
12.5 KB
729 Bytes

0 commit comments

Comments
 (0)