Commit 8a17279 1 parent 7f3971a commit 8a17279 Copy full SHA for 8a17279
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.1.11 </string >
20
+ <string >0.2.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >201601301259 </string >
24
+ <string >201605242200 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
27
27
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class WebShell {
19
19
*/
20
20
var Settings : [ String : Any ] = [
21
21
// Url to browse to.
22
- " url " : " https ://www.google.com " ,
22
+ " url " : " http ://djyde.github.io/WebShell/WebShell/ " ,
23
23
24
24
// set the app title
25
25
" title " : NSBundle . mainBundle ( ) . infoDictionary![ " CFBundleName " ] as! String ,
You can’t perform that action at this time.
0 commit comments