Transform to multi-account support
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user