Added Sticker pack.

This commit is contained in:
Benjamin Erhart 2026-05-27 15:24:39 +02:00
parent eccbc07ab7
commit 2e069897db
24 changed files with 304 additions and 22 deletions

View file

@ -6,19 +6,66 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
A08264132FC718790077B227 /* Stickers.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = A082640C2FC718790077B227 /* Stickers.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
A08264112FC718790077B227 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 069DCCF22F8C0DCD00F1EB16 /* Project object */;
proxyType = 1;
remoteGlobalIDString = A082640B2FC718790077B227;
remoteInfo = Stickers;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
A08264142FC718790077B227 /* Embed Foundation Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
A08264132FC718790077B227 /* Stickers.appex in Embed Foundation Extensions */,
);
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
069DCCFA2F8C0DCE00F1EB16 /* dns.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = dns.app; sourceTree = BUILT_PRODUCTS_DIR; };
A06A74772F8E95410093A9E4 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
A06A74782F8E95410093A9E4 /* LICENCE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENCE; sourceTree = "<group>"; };
A06A74792F8E95410093A9E4 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
A082640C2FC718790077B227 /* Stickers.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Stickers.appex; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
A08264172FC718790077B227 /* Exceptions for "Stickers" folder in "Stickers" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = A082640B2FC718790077B227 /* Stickers */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
069DCCFC2F8C0DCE00F1EB16 /* dns */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = dns;
sourceTree = "<group>";
};
A082640D2FC718790077B227 /* Stickers */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
A08264172FC718790077B227 /* Exceptions for "Stickers" folder in "Stickers" target */,
);
path = Stickers;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
@ -39,6 +86,7 @@
A06A74782F8E95410093A9E4 /* LICENCE */,
A06A74792F8E95410093A9E4 /* README.md */,
069DCCFC2F8C0DCE00F1EB16 /* dns */,
A082640D2FC718790077B227 /* Stickers */,
069DCCFB2F8C0DCE00F1EB16 /* Products */,
);
sourceTree = "<group>";
@ -47,6 +95,7 @@
isa = PBXGroup;
children = (
069DCCFA2F8C0DCE00F1EB16 /* dns.app */,
A082640C2FC718790077B227 /* Stickers.appex */,
);
name = Products;
sourceTree = "<group>";
@ -61,10 +110,12 @@
069DCCF62F8C0DCE00F1EB16 /* Sources */,
069DCCF72F8C0DCE00F1EB16 /* Frameworks */,
069DCCF82F8C0DCE00F1EB16 /* Resources */,
A08264142FC718790077B227 /* Embed Foundation Extensions */,
);
buildRules = (
);
dependencies = (
A08264122FC718790077B227 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
069DCCFC2F8C0DCE00F1EB16 /* dns */,
@ -76,6 +127,26 @@
productReference = 069DCCFA2F8C0DCE00F1EB16 /* dns.app */;
productType = "com.apple.product-type.application";
};
A082640B2FC718790077B227 /* Stickers */ = {
isa = PBXNativeTarget;
buildConfigurationList = A08264182FC718790077B227 /* Build configuration list for PBXNativeTarget "Stickers" */;
buildPhases = (
A082640A2FC718790077B227 /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
A082640D2FC718790077B227 /* Stickers */,
);
name = Stickers;
packageProductDependencies = (
);
productName = Stickers;
productReference = A082640C2FC718790077B227 /* Stickers.appex */;
productType = "com.apple.product-type.app-extension.messages-sticker-pack";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@ -89,6 +160,9 @@
069DCCF92F8C0DCE00F1EB16 = {
CreatedOnToolsVersion = 26.4;
};
A082640B2FC718790077B227 = {
CreatedOnToolsVersion = 26.5;
};
};
};
buildConfigurationList = 069DCCF52F8C0DCD00F1EB16 /* Build configuration list for PBXProject "dns" */;
@ -106,6 +180,7 @@
projectRoot = "";
targets = (
069DCCF92F8C0DCE00F1EB16 /* dns */,
A082640B2FC718790077B227 /* Stickers */,
);
};
/* End PBXProject section */
@ -118,6 +193,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
A082640A2FC718790077B227 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@ -130,6 +212,14 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
A08264122FC718790077B227 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = A082640B2FC718790077B227 /* Stickers */;
targetProxy = A08264112FC718790077B227 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
069DCD032F8C0DCE00F1EB16 /* Debug */ = {
isa = XCBuildConfiguration;
@ -330,6 +420,54 @@
};
name = Release;
};
A08264152FC718790077B227 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Stickers/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Stickers;
INFOPLIST_KEY_NSStickerSharingLevel = OS;
IPHONEOS_DEPLOYMENT_TARGET = 26.5;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = uk.sr2.dns.Stickers;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
A08264162FC718790077B227 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Stickers/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Stickers;
INFOPLIST_KEY_NSStickerSharingLevel = OS;
IPHONEOS_DEPLOYMENT_TARGET = 26.5;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = uk.sr2.dns.Stickers;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@ -351,6 +489,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A08264182FC718790077B227 /* Build configuration list for PBXNativeTarget "Stickers" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A08264152FC718790077B227 /* Debug */,
A08264162FC718790077B227 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 069DCCF22F8C0DCD00F1EB16 /* Project object */;