mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-18 07:17:22 +01:00
Abstracted bundle prefix
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
CI_VERSION = GITHUB_CI_VERSION
|
||||
CI_BUILD_NUMBER = GITHUB_BUILD_NUMBER
|
||||
BUNDLE_PREFIX = town.max.Secretive
|
||||
|
||||
12
Sources/Config/ConfigBridging.m
Normal file
12
Sources/Config/ConfigBridging.m
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Bridging.m
|
||||
// Secretive
|
||||
//
|
||||
// Created by Maxwell (Smudge) on 12/03/23.
|
||||
// Copyright © 2023 Max Goedjen. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#define MakeString(x) #x
|
||||
NSString *const BundlePrefix = @MakeString(BUNDLE_PREFIX);
|
||||
Reference in New Issue
Block a user