Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Sebastien Pouliot 9df646bd7e Merge pull request #163 from ivanherreragl/master
Fixed bug related to duplicate LaunchScreen.storyboard
2017-05-15 15:18:30 -04:00
iherrera 4d225d8f3c Fixed bug related to duplicate LaunchScreen.storyboard 2017-05-08 12:21:28 -03:00
Craig Dunn cd6e7ab3c9 remove unused storyboard 2017-04-05 10:14:06 -07:00
iherrera 75501ddac5 Removed duplicated reference to LaunchScreen.storyboard 2017-04-05 10:57:01 -03:00
olegoid 1caf78713f [FilterDemoApp] Remove Entitlements.plist file reference from device config 2016-09-28 17:08:07 -03:00
olegoid 66ff027349 Cast string to NSString, fix for #43184 2016-08-12 16:01:21 -03:00
olegoid e109069660 [FilterDemoApp] Update sample code:
* Set TLS providers to Default
* Set HttpClient providers to HttpClientHandler
* Use AUViewController as a base class for FilterDemoViewController
2016-05-24 20:07:04 -03:00
olegoid c2b0327989 [FilterDemoApp] Add AU extension as a separate project 2016-05-21 23:34:44 -03:00
Rustam Zaitov 083bc5ba16 [FilterDemoApp] use NSErrorException 2016-05-05 00:49:39 +03:00
Rustam Zaitov 427beb8414 [FilterDemoApp] there is no reasone to throw exception 2016-05-05 00:48:42 +03:00
Rustam Zaitov 0619d0237b [FilterDemoApp] I think there is no reasone to catch then throw exception 2016-05-05 00:45:36 +03:00
Rustam Zaitov 223f0b7ec5 [FilterDemoApp] subscribe with dedicated method 2016-05-05 00:44:03 +03:00
Rustam Zaitov 2eb4716150 [FilterDemoApp] simplify method. Do mutations as less as possible 2016-05-05 00:41:44 +03:00
Rustam Zaitov 0d8aeb8f37 [FilterDemoApp] use explicit cast to fail fast otherwise you will get NRE 2016-05-05 00:40:57 +03:00
Rustam Zaitov e13519dce9 [FilterDemoApp] add readonly 2016-05-05 00:39:37 +03:00
Rustam Zaitov 654c616709 [FilterDemoApp] we should copy property value to avoid NRE 2016-05-05 00:30:34 +03:00
Rustam Zaitov d2e8780bad [FilterDemoApp] this is not needed 2016-05-05 00:27:29 +03:00
Rustam Zaitov a190c41799 [FilterDemoApp] simplify code 2016-05-05 00:26:26 +03:00
Rustam Zaitov 99436186c7 [FilterDemoApp] make class abstract 2016-05-05 00:24:59 +03:00
Rustam Zaitov 719de8e6c5 [FilterDemoApp] avoid data coping between array and list. Here we could use array (no need to use list) 2016-05-05 00:23:49 +03:00
Rustam Zaitov ffed7b6055 [FilterDemoApp] we should avoid C#6 features because lots of our customers do not use VS 2015 2016-05-05 00:19:57 +03:00
Rustam Zaitov 2ff089d69f [FilterDemoApp] make code a bit pretty 2016-05-05 00:17:41 +03:00
Rustam Zaitov 7ef6ea1e45 [FilterDemoApp] Avoid unnecessary memory consumption (do not created List if you don't need it) 2016-05-05 00:16:02 +03:00
olegoid ba92879090 [FilterDemoApp] Add new sample demonstrating AUv3 2016-05-03 20:33:14 -03:00