-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.yml
More file actions
81 lines (80 loc) · 2.82 KB
/
project.yml
File metadata and controls
81 lines (80 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: AIMemoryReader
options:
bundleIdPrefix: com.aitools
deploymentTarget:
macOS: "15.0"
iOS: "17.0"
xcodeVersion: "16.0"
minimumXcodeGenVersion: "2.40"
settings:
base:
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
IPHONEOS_DEPLOYMENT_TARGET: "17.0"
packages:
swift-markdown-ui:
url: https://github.com/gonzalezreal/swift-markdown-ui
from: "2.4.0"
Splash:
url: https://github.com/JohnSundell/Splash
from: "0.16.0"
targets:
AIMemoryReader:
type: application
platform: macOS
sources:
- path: AIMemoryReader/Sources
resources:
- path: AIMemoryReader/Sources/Resources/Assets.xcassets
- path: AIMemoryReader/Sources/Resources/PrivacyInfo.xcprivacy
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.aitools.ai-memory-reader
PRODUCT_NAME: AI Memory Reader
MARKETING_VERSION: "0.4.8"
CURRENT_PROJECT_VERSION: "11"
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools
INFOPLIST_KEY_CFBundleDisplayName: AI Memory Reader
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_FILE: AIMemoryReader/Sources/Resources/Info.plist
SWIFT_STRICT_CONCURRENCY: complete
# Sandbox entitlements — Release config is what MAS submission uses.
# Debug overrides to "" so day-to-day Xcode runs behave like the
# direct-distribution GitHub release zip (no grant prompt needed).
CODE_SIGN_ENTITLEMENTS: AIMemoryReader.entitlements
configs:
Debug:
CODE_SIGN_ENTITLEMENTS: ""
dependencies:
- package: swift-markdown-ui
product: MarkdownUI
- package: Splash
product: Splash
AIMemoryReader-iOS:
type: application
platform: iOS
sources:
- path: AIMemoryReader/Sources
resources:
- path: AIMemoryReader/Sources/Resources/Assets.xcassets
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.aitools.ai-memory-reader-ios
PRODUCT_NAME: AI Memory Reader
MARKETING_VERSION: "0.4.8"
CURRENT_PROJECT_VERSION: "9"
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_CFBundleDisplayName: AI Memory Reader
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_FILE: AIMemoryReader/Sources/Resources/Info.plist
SWIFT_STRICT_CONCURRENCY: complete
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
dependencies:
- package: swift-markdown-ui
product: MarkdownUI
- package: Splash
product: Splash