Skip to content

Commit

Permalink
Merge pull request #167 from Maroon-Rides/bwees/app-privacy
Browse files Browse the repository at this point in the history
privaqcy manifests for expo 50
  • Loading branch information
bwees authored May 27, 2024
2 parents 532ea90 + 7b85ca4 commit 5382330
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 79 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
run: |
npx expo prebuild --platform ios --npm
- name: Run Postbuild [iOS]
run: |
npm run ios-postbuild
- name: Fastlane Beta [iOS]
run: fastlane beta
env:
Expand Down
20 changes: 20 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@
"resizeMode": "cover",
"backgroundColor": "#191919"
}
},
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategorySystemBootTime",
"NSPrivacyAccessedAPITypeReasons": ["35F9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryDiskSpace",
"NSPrivacyAccessedAPITypeReasons": ["85F4.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryFileTimestamp",
"NSPrivacyAccessedAPITypeReasons": ["DDA9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryUserDefaults",
"NSPrivacyAccessedAPITypeReasons": ["CA92.1"]
}
]
}
},
"android": {
Expand Down
41 changes: 0 additions & 41 deletions fastlane/privacy/PrivacyInfo.xcprivacy

This file was deleted.

30 changes: 0 additions & 30 deletions fastlane/privacy/ios-postbuild.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"lint": "eslint .",
"format": "eslint --fix . && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"check-types": "tsc --noEmit --pretty",
"postinstall": "patch-package",
"ios-postbuild": "node ./fastlane/privacy/ios-postbuild.js"
"postinstall": "patch-package"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
Expand Down Expand Up @@ -70,7 +69,6 @@
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"xcode": "^3.0.1"
"typescript": "^5.1.6"
}
}

0 comments on commit 5382330

Please sign in to comment.