Skip to content

Commit

Permalink
watchos updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 30, 2024
1 parent 3336ff0 commit 0b9aa2a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 10 deletions.
11 changes: 1 addition & 10 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ platform :ios do
# Watch App
update_project_provisioning(
xcodeproj: "ios/MaroonRides.xcodeproj",
profile: ENV["sigh_com.bwees.reveille-rides_appstore_profile-path"],
profile: ENV["sigh_com.bwees.reveille-rides.watch_appstore_profile-path"],
build_configuration: "Release",
target_filter: "Maroon Rides",
)
Expand All @@ -80,15 +80,6 @@ platform :ios do
sdk: "iphoneos*",
)

update_code_signing_settings(
use_automatic_signing: false,
path: "ios/MaroonRides.xcodeproj",
team_id: TEAM_ID,
bundle_identifier: "com.bwees.reveille-rides",
code_sign_identity: "iPhone Distribution",
sdk: "iphoneos*",
)

# set ITSAppUsesNonExemptEncryption to false, prevents Missing Compliance error in TF
set_info_plist_value(
path: "ios/MaroonRides/Info.plist",
Expand Down
48 changes: 48 additions & 0 deletions targets/watch/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>0A2A.1</string>
<string>3B52.1</string>
<string>C617.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>E174.1</string>
<string>85F4.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>35F9.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>

0 comments on commit 0b9aa2a

Please sign in to comment.