Extracted the PreviewPreinstalling service in the Sample app target into its own file and declared it as development asset.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
membershipExceptions = (
|
||||
Attendi/Catalogs/Assets.xcassets,
|
||||
Attendi/Catalogs/Localizable.xcstrings,
|
||||
Attendi/Previews/Services/PreviewPreinstalling.swift,
|
||||
Attendi/Sources/App/AttendiApp.swift,
|
||||
"Attendi/Sources/View Models/ContentViewModel.swift",
|
||||
Attendi/Sources/Views/ContentView.swift,
|
||||
@@ -285,6 +286,7 @@
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_ASSET_PATHS = Apps/Attendi/Previews/Services/PreviewPreinstalling.swift;
|
||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
@@ -401,6 +403,7 @@
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_ASSET_PATHS = Apps/Attendi/Previews/Services/PreviewPreinstalling.swift;
|
||||
DEVELOPMENT_TEAM = 7FMNM89WKG;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
|
||||
Reference in New Issue
Block a user