Skip to content

Commit 46dc1b8

Browse files
committed
CFBundleURLSchemes:CodingForiOS
1 parent e2ab403 commit 46dc1b8

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Coding_iOS/Coding_iOS-Info.plist

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,22 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0</string>
20+
<string>2.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
23+
<key>CFBundleURLTypes</key>
24+
<array>
25+
<dict>
26+
<key>CFBundleURLName</key>
27+
<string>net.coding.CodingForiOS</string>
28+
<key>CFBundleURLSchemes</key>
29+
<array>
30+
<string>CodingForiOS</string>
31+
</array>
32+
</dict>
33+
</array>
2334
<key>CFBundleVersion</key>
24-
<string>2.0.2015012115</string>
35+
<string>2.0.1.2015012317</string>
2536
<key>LSRequiresIPhoneOS</key>
2637
<true/>
2738
<key>UIFileSharingEnabled</key>
@@ -38,16 +49,5 @@
3849
</array>
3950
<key>UIViewControllerBasedStatusBarAppearance</key>
4051
<false/>
41-
<key>CFBundleURLTypes</key>
42-
<array>
43-
<dict>
44-
<key>CFBundleURLName</key>
45-
<string>net.coding.CodingForiOS</string>
46-
<key>CFBundleURLSchemes</key>
47-
<array>
48-
<string>CodingForiOS</string>
49-
</array>
50-
</dict>
51-
</array>
5252
</dict>
5353
</plist>

0 commit comments

Comments
 (0)