Redesign of cardsview seems to have been a success!!

This commit is contained in:
breadone
2024-06-23 14:32:03 +12:00
parent 88a78dea92
commit ece8660a1b
217 changed files with 187 additions and 88 deletions

View File

@@ -16,24 +16,19 @@
"hideShellScriptEnvironment" : false,
"parameters" : {
"action" : "build",
"activeArchitecture" : "undefined_arch",
"activeArchitecture" : "arm64",
"activeRunDestination" : {
"disableOnlyActiveArch" : true,
"disableOnlyActiveArch" : false,
"platform" : "iphoneos",
"sdk" : "iphoneos17.5",
"sdkVariant" : "iphoneos",
"supportedArchitectures" : [
"armv4t",
"armv5",
"armv6",
"armv7",
"armv7f",
"armv7s",
"armv7k",
"arm64e",
"arm64v8",
"arm64",
"arm64e"
"armv8"
],
"targetArchitecture" : "undefined_arch"
"targetArchitecture" : "arm64"
},
"arenaInfo" : {
"buildIntermediatesPath" : "/Users/pradyun/Code/Apps/OnCue/Build/Intermediates.noindex",
@@ -48,9 +43,17 @@
"overrides" : {
"synthesized" : {
"table" : {
"ASSETCATALOG_FILTER_FOR_DEVICE_MODEL" : "iPhone15,2",
"ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION" : "17.4",
"ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION" : "iPhone15,2",
"BUILD_ACTIVE_RESOURCES_ONLY" : "YES",
"ENABLE_PREVIEWS" : "NO",
"ENABLE_XOJIT_PREVIEWS" : "NO",
"ONLY_ACTIVE_ARCH" : "YES"
"ONLY_ACTIVE_ARCH" : "YES",
"TARGET_DEVICE_IDENTIFIER" : "00008120-000135040CEBC01E",
"TARGET_DEVICE_MODEL" : "iPhone15,2",
"TARGET_DEVICE_OS_VERSION" : "17.4",
"TARGET_DEVICE_PLATFORM_NAME" : "iphoneos"
}
}
}