Skip to content

Commit

Permalink
fix: set iOS product bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Nov 23, 2023
1 parent ba1195c commit 8b33f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/main_ios/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${ALL_TEST_SOURCE_FILES} ${ALL_MAIN

# Throw on failure to allow us to catch them and recover
add_definitions(-DSJSON_CPP_ON_ASSERT_THROW)

# Set XCode properties
set_property(TARGET ${PROJECT_NAME} PROPERTY XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.sjson.cpp.unit-tests")

0 comments on commit 8b33f0e

Please sign in to comment.