Automate iOS build and device installation

This commit is contained in:
2026-07-17 21:33:11 -07:00
parent 830e848d58
commit dd8dd24098
6 changed files with 551 additions and 2 deletions
+194
View File
@@ -0,0 +1,194 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
A10000000000000000000001 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000000000000000000002 /* App.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
A10000000000000000000002 /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
A10000000000000000000003 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A10000000000000000000004 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
A10000000000000000000005 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = ();
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
A10000000000000000000006 = {
isa = PBXGroup;
children = (
A10000000000000000000007 /* Sources */,
A10000000000000000000008 /* Resources */,
A10000000000000000000009 /* Products */,
);
sourceTree = "<group>";
};
A10000000000000000000007 /* Sources */ = {
isa = PBXGroup;
children = (A10000000000000000000002 /* App.swift */,);
path = Sources;
sourceTree = "<group>";
};
A10000000000000000000008 /* Resources */ = {
isa = PBXGroup;
children = (A10000000000000000000003 /* Info.plist */,);
path = Resources;
sourceTree = "<group>";
};
A10000000000000000000009 /* Products */ = {
isa = PBXGroup;
children = (A10000000000000000000004 /* HelloWorld.app */,);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
A1000000000000000000000A /* HelloWorld */ = {
isa = PBXNativeTarget;
buildConfigurationList = A1000000000000000000000B /* Build configuration list for PBXNativeTarget "HelloWorld" */;
buildPhases = (
A1000000000000000000000C /* Sources */,
A10000000000000000000005 /* Frameworks */,
A1000000000000000000000D /* Resources */,
);
buildRules = ();
dependencies = ();
name = HelloWorld;
productName = HelloWorld;
productReference = A10000000000000000000004 /* HelloWorld.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
A1000000000000000000000E /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1620;
LastUpgradeCheck = 1620;
TargetAttributes = {
A1000000000000000000000A = {
CreatedOnToolsVersion = 16.2;
DevelopmentTeam = HY3W4U256Z;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = A1000000000000000000000F /* Build configuration list for PBXProject "HelloWorld" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (en, Base,);
mainGroup = A10000000000000000000006;
productRefGroup = A10000000000000000000009 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (A1000000000000000000000A /* HelloWorld */,);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
A1000000000000000000000D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = ();
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
A1000000000000000000000C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (A10000000000000000000001 /* App.swift in Sources */,);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
A10000000000000000000010 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
SDKROOT = iphoneos;
};
name = Debug;
};
A10000000000000000000011 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
SDKROOT = iphoneos;
};
name = Release;
};
A10000000000000000000012 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = HY3W4U256Z;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Resources/Info.plist;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = local.proxmox.helloworld.e2e;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_VERSION = 6.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
A10000000000000000000013 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = HY3W4U256Z;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Resources/Info.plist;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = local.proxmox.helloworld.e2e;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 6.0;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
A1000000000000000000000B /* Build configuration list for PBXNativeTarget "HelloWorld" */ = {
isa = XCConfigurationList;
buildConfigurations = (A10000000000000000000012 /* Debug */, A10000000000000000000013 /* Release */,);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A1000000000000000000000F /* Build configuration list for PBXProject "HelloWorld" */ = {
isa = XCConfigurationList;
buildConfigurations = (A10000000000000000000010 /* Debug */, A10000000000000000000011 /* Release */,);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A1000000000000000000000E /* Project object */;
}