Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobjenschi committed Jan 25, 2024
1 parent 8f6c9be commit c0ce41d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 2 additions & 4 deletions DailymotionPlayerSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,7 @@
INFOPLIST_FILE = DailymotionPlayerSample/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = PlayerSDKSample;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "${PRODUCT_NAME} uses the bluetooth to discover Cast-enabled devices around you.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi\nnetwork.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "DailymotionPlayerSample uses the local network to discover Cast-enabled devices on your WiFi\nnetwork.";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "This identifier will be used to deliver personalized ads to you.";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
Expand Down Expand Up @@ -507,8 +506,7 @@
INFOPLIST_FILE = DailymotionPlayerSample/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = PlayerSDKSample;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "${PRODUCT_NAME} uses the bluetooth to discover Cast-enabled devices around you.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi\nnetwork.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "DailymotionPlayerSample uses the local network to discover Cast-enabled devices on your WiFi\nnetwork.";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "This identifier will be used to deliver personalized ads to you.";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?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>com.apple.developer.networking.wifi-info</key>
<true/>
</dict>
<dict/>
</plist>
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?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>com.apple.developer.networking.wifi-info</key>
<true/>
</dict>
<dict/>
</plist>

0 comments on commit c0ce41d

Please sign in to comment.