|
@@ -150,7 +150,7 @@
|
150
|
150
|
4EC49BCA25BEDB6400E76218 /* SocketConnection.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SocketConnection.m; sourceTree = "<group>"; };
|
151
|
151
|
4EC49BCF25BF19CF00E76218 /* SampleUploader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SampleUploader.h; sourceTree = "<group>"; };
|
152
|
152
|
4EC49BD025BF19CF00E76218 /* SampleUploader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleUploader.m; sourceTree = "<group>"; };
|
153
|
|
- 4EC49BDB25BF280A00E76218 /* JitsiMeetBroadcast Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "JitsiMeetBroadcast Extension.entitlements"; sourceTree = "<group>"; };
|
|
153
|
+ 4EC49BDB25BF280A00E76218 /* extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = extension.entitlements; sourceTree = "<group>"; };
|
154
|
154
|
609CB2080B75F75A89923F3D /* Pods-JitsiMeet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.debug.xcconfig"; sourceTree = "<group>"; };
|
155
|
155
|
B3B083EB1D4955FF0069CEE7 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = "<group>"; };
|
156
|
156
|
D878B07B3FBD6E305EAA6B27 /* libPods-JitsiMeet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JitsiMeet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -264,7 +264,7 @@
|
264
|
264
|
4EC49BB825BEDAC100E76218 /* JitsiMeetBroadcast Extension */ = {
|
265
|
265
|
isa = PBXGroup;
|
266
|
266
|
children = (
|
267
|
|
- 4EC49BDB25BF280A00E76218 /* JitsiMeetBroadcast Extension.entitlements */,
|
|
267
|
+ 4EC49BDB25BF280A00E76218 /* extension.entitlements */,
|
268
|
268
|
4EC49BB925BEDAC100E76218 /* SampleHandler.h */,
|
269
|
269
|
4EC49BBA25BEDAC100E76218 /* SampleHandler.m */,
|
270
|
270
|
4EC49BC925BEDB6400E76218 /* SocketConnection.h */,
|
|
@@ -275,7 +275,8 @@
|
275
|
275
|
4E51B75C25E4115F0038575A /* DarwinNotificationCenter.h */,
|
276
|
276
|
4E51B75D25E4115F0038575A /* DarwinNotificationCenter.m */,
|
277
|
277
|
);
|
278
|
|
- path = "JitsiMeetBroadcast Extension";
|
|
278
|
+ name = "JitsiMeetBroadcast Extension";
|
|
279
|
+ path = "broadcast-extension";
|
279
|
280
|
sourceTree = "<group>";
|
280
|
281
|
};
|
281
|
282
|
5E96ADD5E49F3B3822EF9A52 /* Pods */ = {
|
|
@@ -419,8 +420,6 @@
|
419
|
420
|
ProvisioningStyle = Automatic;
|
420
|
421
|
};
|
421
|
422
|
13B07F861A680F5B00A75B9A = {
|
422
|
|
- DevelopmentTeam = FC967L3QRG;
|
423
|
|
- ProvisioningStyle = Automatic;
|
424
|
423
|
SystemCapabilities = {
|
425
|
424
|
com.apple.SafariKeychain = {
|
426
|
425
|
enabled = 1;
|
|
@@ -828,7 +827,7 @@
|
828
|
827
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
829
|
828
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
|
830
|
829
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
831
|
|
- CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
830
|
+ CODE_SIGN_IDENTITY = "Apple Development";
|
832
|
831
|
CODE_SIGN_STYLE = Automatic;
|
833
|
832
|
CURRENT_PROJECT_VERSION = 1;
|
834
|
833
|
DEAD_CODE_STRIPPING = NO;
|
|
@@ -858,7 +857,7 @@
|
858
|
857
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
859
|
858
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
|
860
|
859
|
CODE_SIGN_ENTITLEMENTS = app.entitlements;
|
861
|
|
- CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
860
|
+ CODE_SIGN_IDENTITY = "Apple Development";
|
862
|
861
|
CODE_SIGN_STYLE = Automatic;
|
863
|
862
|
CURRENT_PROJECT_VERSION = 1;
|
864
|
863
|
DEVELOPMENT_TEAM = FC967L3QRG;
|
|
@@ -890,13 +889,13 @@
|
890
|
889
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
891
|
890
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
892
|
891
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
893
|
|
- CODE_SIGN_ENTITLEMENTS = "JitsiMeetBroadcast Extension/JitsiMeetBroadcast Extension.entitlements";
|
|
892
|
+ CODE_SIGN_ENTITLEMENTS = "broadcast-extension/extension.entitlements";
|
894
|
893
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
895
|
894
|
CODE_SIGN_STYLE = Automatic;
|
896
|
895
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
897
|
896
|
DEVELOPMENT_TEAM = FC967L3QRG;
|
898
|
897
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
899
|
|
- INFOPLIST_FILE = "JitsiMeetBroadcast Extension/Info.plist";
|
|
898
|
+ INFOPLIST_FILE = "broadcast-extension/Info.plist";
|
900
|
899
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
901
|
900
|
LD_RUNPATH_SEARCH_PATHS = (
|
902
|
901
|
"$(inherited)",
|
|
@@ -922,14 +921,14 @@
|
922
|
921
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
923
|
922
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
924
|
923
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
925
|
|
- CODE_SIGN_ENTITLEMENTS = "JitsiMeetBroadcast Extension/JitsiMeetBroadcast Extension.entitlements";
|
|
924
|
+ CODE_SIGN_ENTITLEMENTS = "broadcast-extension/extension.entitlements";
|
926
|
925
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
927
|
926
|
CODE_SIGN_STYLE = Automatic;
|
928
|
927
|
COPY_PHASE_STRIP = NO;
|
929
|
928
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
930
|
929
|
DEVELOPMENT_TEAM = FC967L3QRG;
|
931
|
930
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
932
|
|
- INFOPLIST_FILE = "JitsiMeetBroadcast Extension/Info.plist";
|
|
931
|
+ INFOPLIST_FILE = "broadcast-extension/Info.plist";
|
933
|
932
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
934
|
933
|
LD_RUNPATH_SEARCH_PATHS = (
|
935
|
934
|
"$(inherited)",
|