IDE Xcode 9.0, fix compiler errors/warnings, update iphone code, fix few ios issues
commitcdf82bb2c571f811a9faf3b9ff10a331917fa51b
authorHossein Amin <hossein@aminbros.com>
Tue, 31 Oct 2017 11:26:48 +0000 (31 14:56 +0330)
committerPatrick Welche <prlw1@cam.ac.uk>
Tue, 9 Jan 2018 12:48:33 +0000 (9 12:48 +0000)
tree34322df9874aeea6673d52f183ad64883fc77177
parent9ad2de78896601ae601a749c18cc65bb1f3e263a
IDE Xcode 9.0, fix compiler errors/warnings, update iphone code, fix few ios issues
65 files changed:
.gitignore
Src/Common/Globber.cpp
Src/Common/Globber.h
Src/DasherCore/ControlManager.cpp
Src/DasherCore/ControlManager.h
Src/DasherCore/DashIntfSettings.cpp
Src/DasherCore/DashIntfSettings.h
Src/DasherCore/ExpansionPolicy.h
Src/DasherCore/Observable.h
Src/DasherCore/SettingsStore.cpp
Src/DasherCore/SettingsStore.h
Src/iPhone/Classes/ActionConfigurator.mm
Src/iPhone/Classes/CDasherInterfaceBridge.h
Src/iPhone/Classes/CDasherInterfaceBridge.mm
Src/iPhone/Classes/COSXSettingsStore.h
Src/iPhone/Classes/COSXSettingsStore.mm
Src/iPhone/Classes/DasherAppDelegate.h
Src/iPhone/Classes/DasherAppDelegate.mm
Src/iPhone/Classes/DasherUtil.h
Src/iPhone/Classes/DasherUtil.mm
Src/iPhone/Classes/EAGLView.h
Src/iPhone/Classes/EAGLView.mm
Src/iPhone/Classes/FileUtils.h [new file with mode: 0644]
Src/iPhone/Classes/FileUtils.mm [new file with mode: 0644]
Src/iPhone/Classes/IPhoneInputs.mm
Src/iPhone/Classes/InputMethodSelector.mm
Src/iPhone/Classes/ParametersController.mm
Src/iPhone/Dasher.xcodeproj/project.pbxproj
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0755]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@3x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-Small-50x50@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/Icon-Small-50x50@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/Contents.json [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/LaunchImage.launchimage/Contents.json [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/README.md [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/iTunesArtwork@1x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/iTunesArtwork@2x.png [new file with mode: 0644]
Src/iPhone/Dasher/Images.xcassets/iTunesArtwork@3x.png [new file with mode: 0644]
Src/iPhone/Info.plist
Src/iPhone/MainWindow.xib
Src/iPhone/fast-forward@2x.png [new file with mode: 0644]
Src/iPhone/fast-forward@3x.png [new file with mode: 0644]
Src/iPhone/flite-1.4-iphone/voices/cmulex/cmu_lex.c
Src/iPhone/rewind@2x.png [new file with mode: 0644]
Src/iPhone/rewind@3x.png [new file with mode: 0644]