Abstracted bundle prefix

This commit is contained in:
Maxwell Swadling
2023-03-12 15:01:45 +10:00
parent 12a8f1698b
commit 1bd724c8bf
15 changed files with 100 additions and 33 deletions

View File

@@ -1,2 +1,3 @@
CI_VERSION = GITHUB_CI_VERSION
CI_BUILD_NUMBER = GITHUB_BUILD_NUMBER
BUNDLE_PREFIX = town.max.Secretive

View 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);