- Remove duplicate CMColors, CMSpacing, CMRadius, Color.init(hex:) from generated theme file - Keep canonical versions in ChronoMindTheme.swift - Add ExportOptions.plist for app-store-connect export
21 lines
432 B
Plaintext
21 lines
432 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>method</key>
|
|
<string>app-store-connect</string>
|
|
|
|
<key>teamID</key>
|
|
<string>748N7QPX7J</string>
|
|
|
|
<key>destination</key>
|
|
<string>upload</string>
|
|
|
|
<key>signingStyle</key>
|
|
<string>automatic</string>
|
|
|
|
<key>uploadSymbols</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|