mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-14 12:18:01 +02: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
|
||||
|
||||
@@ -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