diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:30:36 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:30:36 +0200 |
| commit | f8c877e01e6517b13ec085d9d79bf316c7637344 (patch) | |
| tree | 94292e8ec72e1dab05fa9e6b015088c6c88cdc0a /Shared | |
| parent | 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (diff) | |
Share a configuration between app and quicklook
Diffstat (limited to 'Shared')
| -rw-r--r-- | Shared/Config.xcconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Shared/Config.xcconfig b/Shared/Config.xcconfig new file mode 100644 index 0000000..732bbea --- /dev/null +++ b/Shared/Config.xcconfig @@ -0,0 +1,5 @@ +// Marketing version (user-facing version number) +MARKETING_VERSION = 4.1.0 + +// Build number (internal version number) +CURRENT_PROJECT_VERSION = 60 |