mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
- Store: Reverted localized version for Store and version to be independent
This commit is contained in:
3
Makefile
3
Makefile
@@ -168,6 +168,7 @@ test:
|
||||
# Overrides (will inherit from env if set already)
|
||||
BUILD_CONFIG ?= Release
|
||||
MARKETING_VERSION ?=
|
||||
BUNDLE_ID_SUFFIX ?=
|
||||
build:
|
||||
@echo ">>>>>>>>> BUILD_CONFIG is set to '$(BUILD_CONFIG)', Building for $(BUILD_CONFIG) mode! <<<<<<<<<<"
|
||||
@echo ""
|
||||
@@ -182,7 +183,7 @@ build:
|
||||
DEVELOPMENT_TEAM=XYZ0123456 \
|
||||
ORG_IDENTIFIER=com.SideStore \
|
||||
MARKETING_VERSION=$(MARKETING_VERSION) \
|
||||
BUNDLE_ID_SUFFIX=
|
||||
BUNDLE_ID_SUFFIX=$(BUNDLE_ID_SUFFIX)
|
||||
# DWARF_DSYM_FOLDER_PATH="."
|
||||
|
||||
fakesign-apps:
|
||||
|
||||
Reference in New Issue
Block a user