File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ let packageSettings = PackageSettings(
8
8
// Customize the product types for specific package product
9
9
// Default is .staticFramework
10
10
// productTypes: ["Alamofire": .framework,]
11
- productTypes: [
12
- " Alamofire " : . framework,
13
- " ComposableArchitecture " : . framework
14
- ]
11
+ productTypes: [ : ]
15
12
)
16
13
#endif
17
14
Original file line number Diff line number Diff line change @@ -28,5 +28,17 @@ echo "\n[3] > Getting development Cert and Provisioning ...\n"
28
28
fastlane match development --readonly
29
29
fastlane match appstore --readonly
30
30
31
+ echo " \n[4] > mise install and use tuist ...\n"
32
+ mise install tuist
33
+
34
+
35
+ # 템플릿 설치
36
+ echo " \n[5] > Installing template ...\n"
37
+ ./etc/script/install_template.sh
38
+
39
+ echo " \n[6] > Generate script ...\n"
40
+ chmod +x ./etc/script/generate.sh
41
+ ./etc/script/generate.sh
42
+
31
43
echo -e " ${GREEN} ✅ Bootstrap script finished!${NC} "
32
44
Original file line number Diff line number Diff line change @@ -10,20 +10,12 @@ set -e
10
10
echo " ${YELLOW} === Generate Script ===${NC} "
11
11
echo " "
12
12
13
- echo " \n[1] > mise install and use tuist ...\n"
14
- mise install tuist
15
-
16
-
17
- # 템플릿 설치
18
- echo " \n[2] > Installing template ...\n"
19
- ./etc/script/install_template.sh
20
-
21
13
# Tuist install 실행
22
- echo " \n[3 ] > Installing Tuist ...\n"
14
+ echo " \n[1 ] > Installing Tuist ...\n"
23
15
tuist install --path " ${WORKSPACE_DIR} "
24
16
25
17
# Tuist generate 실행 및 프로젝트 open
26
- echo " \n[4 ] > Generating Tuist ...\n"
18
+ echo " \n[2 ] > Generating Tuist ...\n"
27
19
TUIST_ROOT_DIR=$PWD tuist generate
28
20
29
21
echo " ${GREEN} ✅ Generate script finished!${NC} "
You can’t perform that action at this time.
0 commit comments