mac os example (#19)

This commit is contained in:
Hiroshi Horie
2021-10-20 05:19:44 +09:00
committed by GitHub
parent 4d62487f0f
commit 9366db0dde
34 changed files with 1407 additions and 21 deletions
+3 -3
View File
@@ -365,7 +365,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = example.livekit.io;
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -500,7 +500,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = example.livekit.io;
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -526,7 +526,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = example.livekit.io;
PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";