damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit df267ffd042c835b4a8f46745cac06fb2f9bad1a
parent b771e8f49a21056799b82511ce907b85205c9f9d
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Mon, 24 Jun 2024 11:51:17 -0700

Version bump to 1.10 (1)

Diffstat:
Mdamus.xcodeproj/project.pbxproj | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/damus.xcodeproj/project.pbxproj b/damus.xcodeproj/project.pbxproj @@ -1680,7 +1680,6 @@ B5C60C1F2B530D5100C5ECA7 /* MuteItem.swift */, B533694D2B66D791008A805E /* MutelistManager.swift */, D7D2A3802BF815D000E4B42B /* PushNotificationClient.swift */, - D7C28E3A2BBB4D0000EE459F /* VideoCache.swift */, 5CC8529C2BD741CD0039FFC5 /* HighlightEvent.swift */, ); path = Models; @@ -4070,6 +4069,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -4096,6 +4096,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); + MARKETING_VERSION = 1.10; PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -4119,6 +4120,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = damus/damus.entitlements; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\""; DEVELOPMENT_TEAM = XK7H4JAB3D; ENABLE_PREVIEWS = YES; @@ -4145,6 +4147,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); + MARKETING_VERSION = 1.10; PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";