Initial commit: KisaniCal iOS app
Task management, Eisenhower matrix, workout logging with persistence,
and calendar with 6 view modes (Month, List, Year, Week, 3 Day, Day).
Custom floating tab bar, dynamic calendar icon, and workout data seeded.
2026-05-27 02:09:44 +03:00
|
|
|
name: KisaniCal
|
|
|
|
|
options:
|
|
|
|
|
bundleIdPrefix: com.kutesir
|
|
|
|
|
deploymentTarget:
|
|
|
|
|
iOS: "16.0"
|
|
|
|
|
xcodeVersion: "15.0"
|
|
|
|
|
createIntermediateGroups: true
|
|
|
|
|
|
2026-06-03 12:27:45 +03:00
|
|
|
settings:
|
|
|
|
|
base:
|
|
|
|
|
DEVELOPMENT_TEAM: K8BLMMR883
|
|
|
|
|
MARKETING_VERSION: "1.0"
|
|
|
|
|
CURRENT_PROJECT_VERSION: "1"
|
|
|
|
|
|
2026-05-29 10:55:43 +03:00
|
|
|
schemes:
|
|
|
|
|
KisaniCal:
|
|
|
|
|
build:
|
|
|
|
|
targets:
|
|
|
|
|
KisaniCal: all
|
|
|
|
|
run:
|
|
|
|
|
config: Debug
|
|
|
|
|
test:
|
|
|
|
|
config: Debug
|
|
|
|
|
profile:
|
|
|
|
|
config: Release
|
|
|
|
|
analyze:
|
|
|
|
|
config: Debug
|
|
|
|
|
archive:
|
|
|
|
|
config: Release
|
|
|
|
|
|
Initial commit: KisaniCal iOS app
Task management, Eisenhower matrix, workout logging with persistence,
and calendar with 6 view modes (Month, List, Year, Week, 3 Day, Day).
Custom floating tab bar, dynamic calendar icon, and workout data seeded.
2026-05-27 02:09:44 +03:00
|
|
|
targets:
|
|
|
|
|
KisaniCal:
|
|
|
|
|
type: application
|
|
|
|
|
platform: iOS
|
|
|
|
|
deploymentTarget: "16.0"
|
|
|
|
|
sources:
|
|
|
|
|
- path: KisaniCal
|
2026-06-03 12:27:45 +03:00
|
|
|
dependencies:
|
|
|
|
|
- target: KisaniCalWidgets
|
|
|
|
|
embed: true
|
Initial commit: KisaniCal iOS app
Task management, Eisenhower matrix, workout logging with persistence,
and calendar with 6 view modes (Month, List, Year, Week, 3 Day, Day).
Custom floating tab bar, dynamic calendar icon, and workout data seeded.
2026-05-27 02:09:44 +03:00
|
|
|
settings:
|
|
|
|
|
base:
|
|
|
|
|
SWIFT_VERSION: 5.9
|
|
|
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
|
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
|
|
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName: ""
|
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName: "Kisani Cal"
|
|
|
|
|
INFOPLIST_KEY_UIStatusBarStyle: UIStatusBarStyleDefault
|
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
|
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
|
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
|
|
|
|
|
CODE_SIGN_STYLE: Automatic
|
2026-06-03 12:27:45 +03:00
|
|
|
CODE_SIGN_ENTITLEMENTS: KisaniCal/KisaniCal.entitlements
|
Initial commit: KisaniCal iOS app
Task management, Eisenhower matrix, workout logging with persistence,
and calendar with 6 view modes (Month, List, Year, Week, 3 Day, Day).
Custom floating tab bar, dynamic calendar icon, and workout data seeded.
2026-05-27 02:09:44 +03:00
|
|
|
ENABLE_PREVIEWS: YES
|
|
|
|
|
INFOPLIST_KEY_NSCalendarsUsageDescription: "Kisani Cal shows your calendar events alongside tasks."
|
|
|
|
|
INFOPLIST_KEY_NSCalendarsFullAccessUsageDescription: "Kisani Cal shows your calendar events alongside tasks."
|
2026-06-03 12:27:45 +03:00
|
|
|
INFOPLIST_KEY_NSHealthShareUsageDescription: "Kisani Cal reads your steps, energy, heart rate, and workouts to show health stats on your dashboard."
|
|
|
|
|
INFOPLIST_KEY_NSHealthUpdateUsageDescription: "Kisani Cal saves workouts you complete to the Health app."
|
|
|
|
|
|
|
|
|
|
KisaniCalWidgets:
|
|
|
|
|
type: app-extension
|
|
|
|
|
platform: iOS
|
|
|
|
|
deploymentTarget: "18.0"
|
|
|
|
|
sources:
|
|
|
|
|
- path: KisaniCalWidgets
|
|
|
|
|
- path: KisaniCal/Managers/AppGroup.swift
|
|
|
|
|
info:
|
|
|
|
|
path: KisaniCalWidgets/Info.plist
|
|
|
|
|
properties:
|
|
|
|
|
CFBundleDisplayName: "Kisani Cal Widgets"
|
|
|
|
|
CFBundleShortVersionString: "$(MARKETING_VERSION)"
|
|
|
|
|
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
|
|
|
|
|
NSExtension:
|
|
|
|
|
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
|
|
|
|
settings:
|
|
|
|
|
base:
|
|
|
|
|
SWIFT_VERSION: 5.9
|
|
|
|
|
CODE_SIGN_STYLE: Automatic
|
|
|
|
|
GENERATE_INFOPLIST_FILE: NO
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.kutesir.KisaniCal.KisaniCalWidgets
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
|
|
|
|
|
APPLICATION_EXTENSION_API_ONLY: YES
|
|
|
|
|
CODE_SIGN_ENTITLEMENTS: KisaniCalWidgets/KisaniCalWidgets.entitlements
|