|
7456a83f3c
|
fix: CLAuthorizationStatus order and values (#6338)
Based on https://developer.apple.com/documentation/corelocation/clauthorizationstatus
|
2018-10-08 11:19:46 +03:00 |
|
|
f54f71bc60
|
feat(iOS): update platform declarations
- add `objc-x86_64` architecture typings
- remove `objc-i386` architecture typings
- add `vector` typings
- change
```
(method) NSArray<ObjectType>.arrayWithArray<{}>(array: NSArray<{}>): NSArray<{}>
```
to
```
(method) NSArray<ObjectType>.arrayWithArray<string>(array: string[] | NSArray<string>): NSArray<string>
```
* Export typings on for iOS 11 x86_64
* fix: Export typings with fixed NSArray parameters
* Export typescript declarations for iOS 11.4
* Update reference path with the new typings folder
* feat: Create a script for auto typings generation
* Export typings on for iOS 11 x86_64
* fix: Export typings with fixed NSArray parameters
* Export typescript declarations for iOS 11.4
* Update reference path with the new typings folder
* feat: Create a script for auto typings generation
* chore: update .gitignore and .npmignore
* fix: Update constructor methods accepting NSArray parameters
* chore: Update manual changes flag for typings generation
|
2018-09-05 11:50:02 +03:00 |
|
|
bafd331191
|
Updated platform declarations to ios 11 (#4922)
|
2017-10-06 11:33:20 +03:00 |
|
|
3056ce51c2
|
Upgrade to TypeScript 2.1, and latest grunt-ts.
Conflicts:
package.json
tests/app/ui/animation/animation-tests.ts
tns-core-modules/lib.core.d.ts
tns-core-modules/ui/animation/animation-common.ts
|
2017-02-13 14:13:33 +02:00 |
|
|
fae210d050
|
Update iOS platform declarations with readonly modifier
|
2016-09-28 11:18:47 +03:00 |
|
|
299203901e
|
Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links
Update development workflow
Update package.json and dts-ios
Update the iOS declarations
grunt is now fine
|
2016-09-26 11:53:39 +03:00 |
|