Skip to content

Commit 47fe0de

Browse files
committed
Update the default sample app identifier
1 parent be92bff commit 47fe0de

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

ScreenShare/ScreenShare.entitlements

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.application-groups</key>
66
<array>
7-
<string>group.io.antmedia.ios.webrtc.sample</string>
7+
<string>group.io.antmedia.ios.webrtc-sample.screen.share</string>
88
</array>
99
</dict>
1010
</plist>
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.application-groups</key>
6+
<array>
7+
<string>group.io.antmedia.ios.webrtc.sample</string>
8+
</array>
9+
</dict>
10+
</plist>

WebRTC-Sample-App/WebRTC-Sample-App.entitlements

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.application-groups</key>
66
<array>
7-
<string>group.io.antmedia.ios.webrtc.sample</string>
7+
<string>group.io.antmedia.ios.webrtc-sample</string>
88
</array>
99
</dict>
1010
</plist>

WebRTC-Sample-App/WebRTC-Sample-AppDebug.entitlements

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.application-groups</key>
66
<array>
7-
<string>group.io.antmedia.ios.webrtc.sample</string>
7+
<string>group.io.antmedia.ios.webrtc-sample</string>
88
</array>
99
</dict>
1010
</plist>

WebRTCiOSSDK.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
CODE_SIGN_ENTITLEMENTS = ScreenShare/ScreenShare.entitlements;
809809
CODE_SIGN_STYLE = Automatic;
810810
CURRENT_PROJECT_VERSION = 1;
811-
DEVELOPMENT_TEAM = MJU7KX4L7S;
811+
DEVELOPMENT_TEAM = 2YK9J8G25K;
812812
GENERATE_INFOPLIST_FILE = YES;
813813
INFOPLIST_FILE = ScreenShare/Info.plist;
814814
INFOPLIST_KEY_CFBundleDisplayName = ScreenShare;
@@ -820,7 +820,7 @@
820820
"@executable_path/../../Frameworks",
821821
);
822822
MARKETING_VERSION = 1.0;
823-
PRODUCT_BUNDLE_IDENTIFIER = io.antmedia.ios.webrtc.sample.screen.share;
823+
PRODUCT_BUNDLE_IDENTIFIER = "io.antmedia.ios.webrtc-sample.screen.share";
824824
PRODUCT_NAME = "$(TARGET_NAME)";
825825
SKIP_INSTALL = YES;
826826
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -835,7 +835,7 @@
835835
CODE_SIGN_ENTITLEMENTS = ScreenShare/ScreenShare.entitlements;
836836
CODE_SIGN_STYLE = Automatic;
837837
CURRENT_PROJECT_VERSION = 1;
838-
DEVELOPMENT_TEAM = MJU7KX4L7S;
838+
DEVELOPMENT_TEAM = 2YK9J8G25K;
839839
GENERATE_INFOPLIST_FILE = YES;
840840
INFOPLIST_FILE = ScreenShare/Info.plist;
841841
INFOPLIST_KEY_CFBundleDisplayName = ScreenShare;
@@ -847,7 +847,7 @@
847847
"@executable_path/../../Frameworks",
848848
);
849849
MARKETING_VERSION = 1.0;
850-
PRODUCT_BUNDLE_IDENTIFIER = io.antmedia.ios.webrtc.sample.screen.share;
850+
PRODUCT_BUNDLE_IDENTIFIER = "io.antmedia.ios.webrtc-sample.screen.share";
851851
PRODUCT_NAME = "$(TARGET_NAME)";
852852
SKIP_INSTALL = YES;
853853
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1096,7 +1096,7 @@
10961096
CODE_SIGN_IDENTITY = "Apple Development";
10971097
CODE_SIGN_STYLE = Automatic;
10981098
CURRENT_PROJECT_VERSION = 1;
1099-
DEVELOPMENT_TEAM = MJU7KX4L7S;
1099+
DEVELOPMENT_TEAM = 2YK9J8G25K;
11001100
GENERATE_INFOPLIST_FILE = YES;
11011101
INFOPLIST_FILE = "WebRTC-Sample-App/Info.plist";
11021102
INFOPLIST_KEY_CFBundleDisplayName = "WebRTC Sample";
@@ -1113,7 +1113,7 @@
11131113
"@executable_path/Frameworks",
11141114
);
11151115
MARKETING_VERSION = 1.0;
1116-
PRODUCT_BUNDLE_IDENTIFIER = io.antmedia.ios.webrtc.sample;
1116+
PRODUCT_BUNDLE_IDENTIFIER = "io.antmedia.ios.webrtc-sample";
11171117
PRODUCT_NAME = "$(TARGET_NAME)";
11181118
PROVISIONING_PROFILE_SPECIFIER = "";
11191119
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1135,7 +1135,7 @@
11351135
CODE_SIGN_IDENTITY = "Apple Development";
11361136
CODE_SIGN_STYLE = Automatic;
11371137
CURRENT_PROJECT_VERSION = 1;
1138-
DEVELOPMENT_TEAM = MJU7KX4L7S;
1138+
DEVELOPMENT_TEAM = 2YK9J8G25K;
11391139
GENERATE_INFOPLIST_FILE = YES;
11401140
INFOPLIST_FILE = "WebRTC-Sample-App/Info.plist";
11411141
INFOPLIST_KEY_CFBundleDisplayName = "WebRTC Sample";
@@ -1152,7 +1152,7 @@
11521152
"@executable_path/Frameworks",
11531153
);
11541154
MARKETING_VERSION = 1.0;
1155-
PRODUCT_BUNDLE_IDENTIFIER = io.antmedia.ios.webrtc.sample;
1155+
PRODUCT_BUNDLE_IDENTIFIER = "io.antmedia.ios.webrtc-sample";
11561156
PRODUCT_NAME = "$(TARGET_NAME)";
11571157
PROVISIONING_PROFILE_SPECIFIER = "";
11581158
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)