Skip to content

Commit

Permalink
Files permissions back & Mapbox token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Quevedo committed Jan 25, 2022
1 parent 0b34e34 commit af4f0a4
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 2 deletions.
Empty file modified .gitattributes
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .npmignore
100755 → 100644
Empty file.
Empty file modified CONTRIBUTING.md
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified android/README.md
100755 → 100644
Empty file.
Empty file modified android/build.gradle
100755 → 100644
Empty file.
Empty file modified android/src/main/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified dist/index.d.ts
100755 → 100644
Empty file.
Empty file modified dist/index.js
100755 → 100644
Empty file.
Empty file modified dist/typings.d.ts
100755 → 100644
Empty file.
Empty file modified dist/typings.js
100755 → 100644
Empty file.
Empty file modified example/ios/BasicApp.xcodeproj/project.pbxproj
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion example/ios/BasicApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MBXAccessToken</key>
<string>sk.eyJ1Ijoiam9yZ2VxdWV2ZWRveCIsImEiOiJja29ib3oycWIyN2Z3MnZvbmc0eGttOTI0In0.Wsd8kBSIh6RkhivVUWm3cw</string>
<string>pk.eyJ1Ijoiam9yZ2VxdWV2ZWRveCIsImEiOiJja3FiOXltNHowNGdyMnFwM3R4N3ZiMDBnIn0.Hv8IGOAsBT42OfStxBgxag</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
Expand Down
Empty file modified example/ios/Podfile.lock
100644 → 100755
Empty file.
Empty file modified example/yarn.lock
100644 → 100755
Empty file.
Empty file modified img/bridging-header.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified img/build-setting-linking.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified img/build-setting-path.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified img/ios-nav.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ios/MapboxNavigation-Bridging-Header.h
100755 → 100644
Empty file.
Empty file modified ios/MapboxNavigation.xcodeproj/project.pbxproj
100755 → 100644
Empty file.
Empty file modified ios/MapboxNavigation.xcworkspace/contents.xcworkspacedata
100755 → 100644
Empty file.
Empty file.
Empty file modified ios/MapboxNavigationManager.m
100755 → 100644
Empty file.
Empty file modified ios/MapboxNavigationManager.swift
100755 → 100644
Empty file.
Empty file modified ios/MapboxNavigationView.swift
100755 → 100644
Empty file.
Empty file modified package.json
100755 → 100644
Empty file.
Empty file modified react-native-mapbox-navigation.podspec
100755 → 100644
Empty file.
Empty file modified src/index.tsx
100755 → 100644
Empty file.
Empty file modified src/typings.ts
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion tsconfig.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"moduleResolution": "node"
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
"exclude": ["node_modules", "**/__tests__/*", "example"]
}
Empty file modified yarn.lock
100644 → 100755
Empty file.

0 comments on commit af4f0a4

Please sign in to comment.