Transform to multi-account support

This commit is contained in:
2025-08-01 19:31:53 +02:00
parent 351f08e43e
commit 68239727fa
24 changed files with 635 additions and 503 deletions
+7 -28
View File
@@ -10,16 +10,6 @@
A7FA4CB72D9E8FF5005ACDBB /* meterios-watch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = A7FA4CAA2D9E8FF1005ACDBB /* meterios-watch.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
A7FA4CB52D9E8FF5005ACDBB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A7F97A862D8DD542004EF4ED /* Project object */;
proxyType = 1;
remoteGlobalIDString = A7FA4CA92D9E8FF1005ACDBB;
remoteInfo = "meterios-watch Watch App";
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
A7C3C98C2D9D67EB00731E27 /* Embed Watch Content */ = {
isa = PBXCopyFilesBuildPhase;
@@ -43,15 +33,13 @@
A7FA4CCB2D9E9564005ACDBB /* Exceptions for "common" folder in "meterios-watch" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
AccountManager.swift,
AsyncImageWithPlaceholder.swift,
aux/AsyncImageWithPlaceholder.swift,
aux/SalutManager.swift,
client/MeteClient.swift,
client/MeteClientDrink.swift,
client/MeteClientUser.swift,
Localizable.xcstrings,
MeteClient.swift,
SalutManager.swift,
types/Account.swift,
types/AccountManagerEntry.swift,
types/Drink.swift,
types/User.swift,
WCManager.swift,
);
target = A7FA4CA92D9E8FF1005ACDBB /* meterios-watch */;
@@ -131,7 +119,6 @@
buildRules = (
);
dependencies = (
A7FA4CB62D9E8FF5005ACDBB /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
A7F97A902D8DD542004EF4ED /* meterios */,
@@ -239,14 +226,6 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
A7FA4CB62D9E8FF5005ACDBB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = A7FA4CA92D9E8FF1005ACDBB /* meterios-watch */;
targetProxy = A7FA4CB52D9E8FF5005ACDBB /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
A7F97A9A2D8DD54B004EF4ED /* Debug */ = {
isa = XCBuildConfiguration;
@@ -472,7 +451,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 8.7;
WATCHOS_DEPLOYMENT_TARGET = 10.6;
};
name = Debug;
};
@@ -501,7 +480,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 8.7;
WATCHOS_DEPLOYMENT_TARGET = 10.6;
};
name = Release;
};