]> git.ipfire.org Git - thirdparty/strongswan.git/commit
osx: Initial import of the Objective-C App graphical user interface
authorMartin Willi <martin@revosec.ch>
Tue, 16 Dec 2014 16:13:44 +0000 (17:13 +0100)
committerMartin Willi <martin@revosec.ch>
Wed, 17 Dec 2014 15:53:45 +0000 (16:53 +0100)
commitdacd667c84525cf335e61c8000922ca68686a4b6
tree0e40cc7151e737681aef150c648d756df16ae788
parent04337fed02e8dde1b184b3c163cc76138037905e
osx: Initial import of the Objective-C App graphical user interface
27 files changed:
src/frontends/osx/charon-xpc/charon-xpc-Info.plist
src/frontends/osx/strongSwan.xcodeproj/project.pbxproj
src/frontends/osx/strongSwan/AppDelegate.h [new file with mode: 0644]
src/frontends/osx/strongSwan/AppDelegate.m [new file with mode: 0644]
src/frontends/osx/strongSwan/ConnController.h [new file with mode: 0644]
src/frontends/osx/strongSwan/ConnController.m [new file with mode: 0644]
src/frontends/osx/strongSwan/Control.h [new file with mode: 0644]
src/frontends/osx/strongSwan/Control.m [new file with mode: 0644]
src/frontends/osx/strongSwan/Helper.h [new file with mode: 0644]
src/frontends/osx/strongSwan/Helper.m [new file with mode: 0644]
src/frontends/osx/strongSwan/LogController.h [new file with mode: 0644]
src/frontends/osx/strongSwan/LogController.m [new file with mode: 0644]
src/frontends/osx/strongSwan/PasswordController.h [new file with mode: 0644]
src/frontends/osx/strongSwan/PasswordController.m [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/ConnWindow.xib [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/Credits.rtf [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/InfoPlist.strings [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/LogWindow.xib [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/MainMenu.xib [new file with mode: 0644]
src/frontends/osx/strongSwan/en.lproj/PasswordWindow.xib [new file with mode: 0644]
src/frontends/osx/strongSwan/icon-active.png [new file with mode: 0644]
src/frontends/osx/strongSwan/icon-alt.png [new file with mode: 0644]
src/frontends/osx/strongSwan/icon-large.icns [new file with mode: 0644]
src/frontends/osx/strongSwan/icon.png [new file with mode: 0644]
src/frontends/osx/strongSwan/main.m [new file with mode: 0644]
src/frontends/osx/strongSwan/strongSwan-Info.plist [new file with mode: 0644]
src/frontends/osx/strongSwan/strongSwan-Prefix.pch [new file with mode: 0644]