Skip to content

Commit 123a989

Browse files
committed
changes
1 parent fecde62 commit 123a989

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

Release/VPN.HT 1.0.ipa

-24.7 MB
Binary file not shown.

VPN.HT.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
PROVISIONING_PROFILE = "";
409409
SWIFT_OBJC_BRIDGING_HEADER = "VPN.HT/VPN.HT-Bridging-Header.h";
410410
SWIFT_OPTIMIZATION_LEVEL = "-O";
411-
TARGETED_DEVICE_FAMILY = "1,2";
411+
TARGETED_DEVICE_FAMILY = 1;
412412
};
413413
name = Debug;
414414
};
@@ -428,7 +428,7 @@
428428
PRODUCT_NAME = "$(TARGET_NAME)";
429429
PROVISIONING_PROFILE = "";
430430
SWIFT_OBJC_BRIDGING_HEADER = "VPN.HT/VPN.HT-Bridging-Header.h";
431-
TARGETED_DEVICE_FAMILY = "1,2";
431+
TARGETED_DEVICE_FAMILY = 1;
432432
};
433433
name = Release;
434434
};

VPN.HT/Images.xcassets/AppIcon.appiconset/Contents.json

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"idiom" : "ipad",
7272
"filename" : "[email protected]",
7373
"scale" : "2x"
74+
},
75+
{
76+
"idiom" : "ipad",
77+
"size" : "83.5x83.5",
78+
"scale" : "2x"
7479
}
7580
],
7681
"info" : {

VPN.HT/Info.plist

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
<string>1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
21+
<key>CFBundleURLTypes</key>
22+
<array>
23+
<dict>
24+
<key>CFBundleURLSchemes</key>
25+
<array>
26+
<string>vpnht</string>
27+
</array>
28+
</dict>
29+
</array>
2130
<key>CFBundleVersion</key>
22-
<string>1</string>
31+
<string>6</string>
2332
<key>LSRequiresIPhoneOS</key>
2433
<true/>
2534
<key>NSAppTransportSecurity</key>
@@ -33,6 +42,10 @@
3342
<string>Roboto-Medium.ttf</string>
3443
<string>Roboto-Bold.ttf</string>
3544
</array>
45+
<key>UILaunchImageFile</key>
46+
<string>launchscreen.png</string>
47+
<key>UILaunchImageFile~iphone</key>
48+
<string>launchscreen.png</string>
3649
<key>UILaunchStoryboardName</key>
3750
<string>LaunchScreen</string>
3851
<key>UIMainStoryboardFile</key>
@@ -41,10 +54,6 @@
4154
<array>
4255
<string>armv7</string>
4356
</array>
44-
<key>UILaunchImageFile</key>
45-
<string>launchscreen.png</string>
46-
<key>UILaunchImageFile~iphone</key>
47-
<string>launchscreen.png</string>
4857
<key>UIStatusBarStyle</key>
4958
<string>UIStatusBarStyleLightContent</string>
5059
<key>UISupportedInterfaceOrientations</key>
@@ -56,15 +65,6 @@
5665
<string>UIInterfaceOrientationPortrait</string>
5766
<string>UIInterfaceOrientationPortraitUpsideDown</string>
5867
</array>
59-
<key>CFBundleURLTypes</key>
60-
<array>
61-
<dict>
62-
<key>CFBundleURLSchemes</key>
63-
<array>
64-
<string>vpnht</string>
65-
</array>
66-
</dict>
67-
</array>
6868
<key>UIViewControllerBasedStatusBarAppearance</key>
6969
<false/>
7070
</dict>

0 commit comments

Comments
 (0)