-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize new development environment
- Loading branch information
Showing
85 changed files
with
19,432 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,90 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Airbitz React</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>99.99.99</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>9999999999</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSExceptionDomains</key> | ||
<dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string></string> | ||
<key>UIAppFonts</key> | ||
<array> | ||
<string>lato.ttf</string> | ||
<string>Lato-Light.ttf</string> | ||
<string>Lato-LightItalic.ttf</string> | ||
<string>Lato-Regular.ttf</string> | ||
<string>Lato-Italic.ttf</string> | ||
<string>Lato-Hairline.ttf</string> | ||
<string>Lato-HairlineItalic.ttf</string> | ||
<string>Lato-BoldItalic.ttf</string> | ||
<string>Lato-Bold.ttf</string> | ||
<string>Lato-Black.ttf</string> | ||
<string>Lato-BlackItalic.ttf</string> | ||
<string>Andale Mono.ttf</string> | ||
<string>Arial Black.ttf</string> | ||
<string>Arial.ttf</string> | ||
<string>Comic Sans MS.ttf</string> | ||
<string>Courier New.ttf</string> | ||
<string>Georgia.ttf</string> | ||
<string>Microsoft Sans Serif.ttf</string> | ||
<string>Roboto_medium.ttf</string> | ||
<string>Roboto.ttf</string> | ||
<string>SF-UI-Text-Regular.otf</string> | ||
<string>Skia.ttf</string> | ||
<string>Times New Roman.ttf</string> | ||
<string>Entypo.ttf</string> | ||
<string>EvilIcons.ttf</string> | ||
<string>FontAwesome.ttf</string> | ||
<string>Foundation.ttf</string> | ||
<string>Ionicons.ttf</string> | ||
<string>MaterialIcons.ttf</string> | ||
<string>Octicons.ttf</string> | ||
<string>SimpleLineIcons.ttf</string> | ||
<string>Zocial.ttf</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Airbitz React</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>99.99.99</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>9999999999</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSExceptionDomains</key> | ||
<dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string/> | ||
<key>UIAppFonts</key> | ||
<array> | ||
<string>lato.ttf</string> | ||
<string>Lato-Light.ttf</string> | ||
<string>Lato-LightItalic.ttf</string> | ||
<string>Lato-Regular.ttf</string> | ||
<string>Lato-Italic.ttf</string> | ||
<string>Lato-Hairline.ttf</string> | ||
<string>Lato-HairlineItalic.ttf</string> | ||
<string>Lato-BoldItalic.ttf</string> | ||
<string>Lato-Bold.ttf</string> | ||
<string>Lato-Black.ttf</string> | ||
<string>Lato-BlackItalic.ttf</string> | ||
<string>Andale Mono.ttf</string> | ||
<string>Arial Black.ttf</string> | ||
<string>Arial.ttf</string> | ||
<string>Comic Sans MS.ttf</string> | ||
<string>Courier New.ttf</string> | ||
<string>Georgia.ttf</string> | ||
<string>Microsoft Sans Serif.ttf</string> | ||
<string>Roboto_medium.ttf</string> | ||
<string>Roboto.ttf</string> | ||
<string>SF-UI-Text-Regular.otf</string> | ||
<string>Skia.ttf</string> | ||
<string>Times New Roman.ttf</string> | ||
<string>Entypo.ttf</string> | ||
<string>EvilIcons.ttf</string> | ||
<string>FontAwesome.ttf</string> | ||
<string>Foundation.ttf</string> | ||
<string>Ionicons.ttf</string> | ||
<string>MaterialIcons.ttf</string> | ||
<string>Octicons.ttf</string> | ||
<string>SimpleLineIcons.ttf</string> | ||
<string>Zocial.ttf</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.