Skip to content

Commit 73200b7

Browse files
chore: SentrySwiftLog xcconfig versions (#6704)
Include Versioning.xcconfig for version management Change CURRENT_PROJECT_VERSION to use
1 parent 5c05f83 commit 73200b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/Configuration/SentrySwiftLog.xcconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#include "Versioning.xcconfig"
2+
13
PRODUCT_NAME = SentrySwiftLog
2-
CURRENT_PROJECT_VERSION = 8.57.2
4+
CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)
35

46
GENERATE_INFOPLIST_FILE = YES
57
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.$(PRODUCT_NAME)

0 commit comments

Comments
 (0)