|
@@ -8,6 +8,7 @@
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
1391CC002F8E456500B3B198 /* Zoom App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Zoom App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1391CC002F8E456500B3B198 /* Zoom App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Zoom App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
+ 2A31AC002F8E456500B3B198 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
|
@@ -32,6 +33,7 @@
|
|
|
1391CBF72F8E456500B3B198 = {
|
|
1391CBF72F8E456500B3B198 = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 2A31AC012F8E456500B3B198 /* Config */,
|
|
|
1391CC022F8E456500B3B198 /* zoom_app */,
|
|
1391CC022F8E456500B3B198 /* zoom_app */,
|
|
|
1391CC012F8E456500B3B198 /* Products */,
|
|
1391CC012F8E456500B3B198 /* Products */,
|
|
|
);
|
|
);
|
|
@@ -45,6 +47,14 @@
|
|
|
name = Products;
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 2A31AC012F8E456500B3B198 /* Config */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 2A31AC002F8E456500B3B198 /* Base.xcconfig */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = Config;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -245,6 +255,7 @@
|
|
|
};
|
|
};
|
|
|
1391CC0F2F8E456700B3B198 /* Debug */ = {
|
|
1391CC0F2F8E456700B3B198 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
+ baseConfigurationReference = 2A31AC002F8E456500B3B198 /* Base.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
@@ -253,14 +264,18 @@
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = 5AT3P29RBZ;
|
|
DEVELOPMENT_TEAM = 5AT3P29RBZ;
|
|
|
- ENABLE_APP_SANDBOX = YES;
|
|
|
|
|
|
|
+ ENABLE_APP_SANDBOX = NO;
|
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Zoom App";
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Zoom App";
|
|
|
INFOPLIST_KEY_CFBundleName = "Zoom App";
|
|
INFOPLIST_KEY_CFBundleName = "Zoom App";
|
|
|
|
|
+ INFOPLIST_KEY_NSAppleEventsUsageDescription = "Zoom App uses Apple Events only as required by the embedded Zoom Meeting SDK.";
|
|
|
|
|
+ INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Zoom App may use Bluetooth audio devices during Zoom meetings.";
|
|
|
|
|
+ INFOPLIST_KEY_NSCameraUsageDescription = "Zoom App uses the camera during in-app Zoom meetings.";
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Zoom App records microphone audio during meetings so you can replay them in Ai Companion.";
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Zoom App records microphone audio during meetings so you can replay them in Ai Companion.";
|
|
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Zoom App may access photos when sharing in an in-app Zoom meeting.";
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
|
INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Zoom App captures system audio during meetings (when allowed) so recordings include computer sound in Ai Companion.";
|
|
INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Zoom App captures system audio during meetings (when allowed) so recordings include computer sound in Ai Companion.";
|
|
|
INFOPLIST_KEY_ZoomOAuthClientId = isvIAKPhSPOhBxFUkiY2A;
|
|
INFOPLIST_KEY_ZoomOAuthClientId = isvIAKPhSPOhBxFUkiY2A;
|
|
@@ -276,6 +291,7 @@
|
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = zoom_app/zoom_app-Bridging-Header.h;
|
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
|
};
|
|
};
|
|
@@ -283,6 +299,7 @@
|
|
|
};
|
|
};
|
|
|
1391CC102F8E456700B3B198 /* Release */ = {
|
|
1391CC102F8E456700B3B198 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
+ baseConfigurationReference = 2A31AC002F8E456500B3B198 /* Base.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
@@ -291,14 +308,18 @@
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = 5AT3P29RBZ;
|
|
DEVELOPMENT_TEAM = 5AT3P29RBZ;
|
|
|
- ENABLE_APP_SANDBOX = YES;
|
|
|
|
|
|
|
+ ENABLE_APP_SANDBOX = NO;
|
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Zoom App";
|
|
INFOPLIST_KEY_CFBundleDisplayName = "Zoom App";
|
|
|
INFOPLIST_KEY_CFBundleName = "Zoom App";
|
|
INFOPLIST_KEY_CFBundleName = "Zoom App";
|
|
|
|
|
+ INFOPLIST_KEY_NSAppleEventsUsageDescription = "Zoom App uses Apple Events only as required by the embedded Zoom Meeting SDK.";
|
|
|
|
|
+ INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Zoom App may use Bluetooth audio devices during Zoom meetings.";
|
|
|
|
|
+ INFOPLIST_KEY_NSCameraUsageDescription = "Zoom App uses the camera during in-app Zoom meetings.";
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Zoom App records microphone audio during meetings so you can replay them in Ai Companion.";
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Zoom App records microphone audio during meetings so you can replay them in Ai Companion.";
|
|
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Zoom App may access photos when sharing in an in-app Zoom meeting.";
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
|
INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Zoom App captures system audio during meetings (when allowed) so recordings include computer sound in Ai Companion.";
|
|
INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Zoom App captures system audio during meetings (when allowed) so recordings include computer sound in Ai Companion.";
|
|
|
INFOPLIST_KEY_ZoomOAuthClientId = isvIAKPhSPOhBxFUkiY2A;
|
|
INFOPLIST_KEY_ZoomOAuthClientId = isvIAKPhSPOhBxFUkiY2A;
|
|
@@ -314,6 +335,7 @@
|
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
SWIFT_APPROACHABLE_CONCURRENCY = YES;
|
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = zoom_app/zoom_app-Bridging-Header.h;
|
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
|
};
|
|
};
|