Skip to content

Commit

Permalink
feat:配置QT 应用权限示例
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochong committed Aug 19, 2024
1 parent a91607c commit a95dd79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set_target_properties(meeting_sdk_example_qt PROPERTIES
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
MACOSX_BUNDLE TRUE
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_LIST_DIR}/MacOSXBundleInfo.plist.in
MACOSX_BUNDLE_INFO_PLIST ./MacOSXBundleInfo.plist.in
)

include(GNUInstallDirs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>MeetingSample</string>
<string>MeetingSDKExampleQt</string>
<key>CFBundleExecutable</key>
<string>MeetingSample</string>
<string>MeetingSDKExampleQt</string>
<key>CFBundleIconFile</key>
<string>macx.icns</string>
<key>CFBundleIdentifier</key>
<string>com.netease.nmc.MeetingSample</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleName</key>
<string>NetEaseMeetingSample</string>
<string>MeetingSDKExampleQt</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit a95dd79

Please sign in to comment.