Revert bundle name so I don't need a whole new test flight

This commit is contained in:
Garth Vander Houwen 2022-06-09 22:21:15 -07:00
parent a7f4c2e4d9
commit 6ecfea8e4d
2 changed files with 3 additions and 3 deletions

View file

@ -789,7 +789,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.16;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticApple;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@ -821,7 +821,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.16;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticApple;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

View file

@ -44,7 +44,7 @@
<key>NSBluetoothAlwaysUsageDescription</key>
<string>We use bluetooth to connect to nearby Meshtastic Devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Bluetooth is used to connect an iPhone to a user&apos;s meshtastic device to allow text messaging and location data for the mesh network.</string>
<string>Bluetooth is used to connect an iPhone to a user's meshtastic device to allow text messaging and location data for the mesh network.</string>
<key>NSCameraUsageDescription</key>
<string>We use the camera to share channels using a QR Code</string>
<key>NSLocationUsageDescription</key>