-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
74 lines (70 loc) · 2.67 KB
/
Copy pathproject.yml
File metadata and controls
74 lines (70 loc) · 2.67 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
name: Science Club One2
options:
minimumXcodeGenVersion: 2.45.0
deploymentTarget:
iOS: "18.1"
createIntermediateGroups: true
groupSortPosition: top
packages:
generative-ai-swift:
url: https://github.com/google-gemini/generative-ai-swift
from: 0.5.6
targets:
Science Club One2:
type: application
platform: iOS
sources:
- path: UIベース
- path: テトリス
- path: ユーザー向け拡張機能
resources:
- path: Resources
type: folder
dependencies:
- package: generative-ai-swift
product: GoogleGenerativeAI
preBuildScripts:
- name: Copy audio resources
basedOnDependencyAnalysis: false
script: |
set -e
resourceDestination="${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
mkdir -p "${resourceDestination}"
find "${SRCROOT}/Resources" -maxdepth 1 -type f -name '*.mp3' -exec cp -f {} "${resourceDestination}/" \;
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: viuk
DEVELOPMENT_TEAM: 34CN68272C
GENERATE_INFOPLIST_FILE: true
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "5.9"
TARGETED_DEVICE_FAMILY: "1,2"
SUPPORTS_LAUNCH_SCREEN: true
INFOPLIST_KEY_CFBundleDisplayName: Science Club One2
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.games
INFOPLIST_KEY_NSCameraUsageDescription: 実験データの撮影に使用します
INFOPLIST_KEY_NSPhotoLibraryUsageDescription: 実験データや画像の保存・選択に使用します
INFOPLIST_KEY_NSMicrophoneUsageDescription: 音声入力と録音に使用します
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription: 音声入力の文字起こしに使用します
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription: Mapや天気情報の取得に必要です
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription: Mapや天気情報の取得に必要です
INFOPLIST_KEY_NSCALendarsUsageDescription: 実験や予定の記録に使用します
INFOPLIST_KEY_NSLocalNetworkUsageDescription: 同じネットワーク上の機器との接続に使用します
INFOPLIST_KEY_NSSupportsLiveActivities: false
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: true
INFOPLIST_KEY_UIRequiresFullScreen: false
configs:
Debug:
SWIFT_OPTIMIZATION_LEVEL: "-Onone"
Release:
SWIFT_OPTIMIZATION_LEVEL: "-O"
schemes:
Science Club One2:
build:
targets:
Science Club One2: all
run:
config: Debug
archive:
config: Release