Skip to content

Commit f20c023

Browse files
release/0.1.0에 client 배포파일 머지 (#264)
* Add app/ via upload * Add files via upload * Update client-deploy-app.yml * Delete app/index.html * Update client-deploy-app.yml * Update client-deploy-app.yml * Add files via upload * Update index.html * Update index.html * Update index.html --------- Co-authored-by: yangdongsuk <51476641+yangdongsuk@users.noreply.github.com>
1 parent c92463d commit f20c023

File tree

5 files changed

+291
-0
lines changed

5 files changed

+291
-0
lines changed

app/DistributionSummary.plist

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>OpenList.ipa</key>
6+
<array>
7+
<dict>
8+
<key>architectures</key>
9+
<array>
10+
<string>arm64</string>
11+
</array>
12+
<key>buildNumber</key>
13+
<string>1</string>
14+
<key>certificate</key>
15+
<dict>
16+
<key>SHA1</key>
17+
<string>A4470EFFFC8B57E705F9756443052C60B780FD98</string>
18+
<key>dateExpires</key>
19+
<string>11/7/24</string>
20+
<key>type</key>
21+
<string>Apple Development</string>
22+
</dict>
23+
<key>entitlements</key>
24+
<dict>
25+
<key>application-identifier</key>
26+
<string>B3PWYBKFUK.kr.codesquad.boostcamp8.OpenList.OpenList</string>
27+
<key>com.apple.developer.team-identifier</key>
28+
<string>B3PWYBKFUK</string>
29+
<key>get-task-allow</key>
30+
<true/>
31+
</dict>
32+
<key>name</key>
33+
<string>OpenList.app</string>
34+
<key>profile</key>
35+
<dict>
36+
<key>UUID</key>
37+
<string>c5560154-8c5b-4694-9fb1-103ae8a8f938</string>
38+
<key>dateExpires</key>
39+
<string>11/15/24</string>
40+
<key>name</key>
41+
<string>iOS Team Provisioning Profile: *</string>
42+
</dict>
43+
<key>team</key>
44+
<dict>
45+
<key>id</key>
46+
<string>B3PWYBKFUK</string>
47+
<key>name</key>
48+
<string>Codesquad Inc.</string>
49+
</dict>
50+
<key>versionNumber</key>
51+
<string>0.0.1</string>
52+
</dict>
53+
</array>
54+
</dict>
55+
</plist>

app/ExportOptions.plist

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>compileBitcode</key>
6+
<false/>
7+
<key>destination</key>
8+
<string>export</string>
9+
<key>manifest</key>
10+
<dict>
11+
<key>appURL</key>
12+
<string>https://106.10.35.162:2000/app</string>
13+
<key>displayImageURL</key>
14+
<string>https://106.10.35.162:2000/app</string>
15+
<key>fullSizeImageURL</key>
16+
<string>https://106.10.35.162:2000/app</string>
17+
</dict>
18+
<key>method</key>
19+
<string>development</string>
20+
<key>signingStyle</key>
21+
<string>automatic</string>
22+
<key>stripSwiftSymbols</key>
23+
<true/>
24+
<key>teamID</key>
25+
<string>B3PWYBKFUK</string>
26+
<key>thinning</key>
27+
<string>&lt;none&gt;</string>
28+
</dict>
29+
</plist>

0 commit comments

Comments
 (0)