Skip to content

Commit

Permalink
fix: Add permission info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagasan committed Jul 5, 2024
1 parent eb83413 commit 7b4fff3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cafelogos-pos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"cafelogos-pos/Preview Content\"";
DEVELOPMENT_TEAM = 3266YSU44G;
DEVELOPMENT_TEAM = XXW387R7AD;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "cafelogos-pos/Info.plist";
Expand All @@ -1110,8 +1110,8 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "cloud.kagura.cafelogos-pos-1006";
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "cloud.kagura.cafelogos-pos-mvvm-0706";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -1130,7 +1130,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"cafelogos-pos/Preview Content\"";
DEVELOPMENT_TEAM = 3266YSU44G;
DEVELOPMENT_TEAM = XXW387R7AD;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "cafelogos-pos/Info.plist";
Expand All @@ -1143,8 +1143,8 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "cloud.kagura.cafelogos-pos-1006";
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "cloud.kagura.cafelogos-pos-mvvm-0706";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down
6 changes: 6 additions & 0 deletions cafelogos-pos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Use Bluetooth for communication with the printer.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>Use Local Network for communication with the printer or discovery the printers.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Use Bluetooth for communication with the printer.</string>
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
Expand Down

0 comments on commit 7b4fff3

Please sign in to comment.