Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Sep 24, 2020
1 parent bd6459e commit 70e08dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Add to entitlements.plist
<string>Default</string>
</array>
```
## Thanks

Big thanks to [**@dynbit**](https://github.com/dynbit) for his help!

## License

Expand Down
1 change: 1 addition & 0 deletions main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

for (NSString* key in result) {
NSString *value = result[key];

if(value != nil && [value length] > 0) {
std::string napiKey = std::string([key UTF8String]);
Napi::Value napiValue = Napi::Value::From(env, [[NSString stringWithFormat:@"%@", value] UTF8String]);
Expand Down

0 comments on commit 70e08dd

Please sign in to comment.