Skip to content

Commit

Permalink
fix: Allow loading from any domain in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 19, 2024
1 parent 2e27f13 commit 258f623
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/ios/TfliteExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to your Camera.</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
Expand All @@ -28,6 +26,8 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
Expand All @@ -37,6 +37,8 @@
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to your Camera.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 258f623

Please sign in to comment.