Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix ios naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ludruda committed Jul 16, 2020
1 parent 93180d4 commit a764125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
page_type: sample
description: "A sample mobile application written in React-Native to connect BLE(Bluetooth Low-Energy) medical devices to Azure IoT Central."
name: "IoT Central CPM"
languages:
- typescript
products:
Expand Down
8 changes: 4 additions & 4 deletions ios/cpm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.github.lucadruda.cpm;
PRODUCT_NAME = "IoTCentral CPM";
PRODUCT_NAME = "IoT Central CPM";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "cpm-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -814,7 +814,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.microsoft.CPM-df";
PRODUCT_NAME = "IoTCentral CPM";
PRODUCT_NAME = "IoT Central CPM";
PROVISIONING_PROFILE_SPECIFIER = "CPM Dogfood";
SWIFT_OBJC_BRIDGING_HEADER = "cpm-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -850,7 +850,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.microsoft.cpm-df.tvOS";
PRODUCT_NAME = "IoTCentral CPM";
PRODUCT_NAME = "IoT Central CPM";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = appletvos;
TARGETED_DEVICE_FAMILY = 3;
Expand Down Expand Up @@ -884,7 +884,7 @@
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.microsoft.cpm-df.tvOS";
PRODUCT_NAME = "IoTCentral CPM";
PRODUCT_NAME = "IoT Central CPM";
SDKROOT = appletvos;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.2;
Expand Down

0 comments on commit a764125

Please sign in to comment.