|
@@ -35,7 +35,11 @@ install(TARGETS SecondBundle DESTINATION Applications)
|
|
|
# installed into a location that uses this output name this will fail if the
|
|
# installed into a location that uses this output name this will fail if the
|
|
|
# bundle does not respect the name. Also the executable will not be found by
|
|
# bundle does not respect the name. Also the executable will not be found by
|
|
|
# the test driver if this does not work.
|
|
# the test driver if this does not work.
|
|
|
-set_target_properties(SecondBundle PROPERTIES OUTPUT_NAME SecondBundleExe)
|
|
|
|
|
|
|
+set_target_properties(SecondBundle PROPERTIES
|
|
|
|
|
+ OUTPUT_NAME SecondBundleExe
|
|
|
|
|
+ XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
|
|
|
|
|
+ XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO"
|
|
|
|
|
+ )
|
|
|
|
|
|
|
|
# Express one app bundle in terms of another's SOURCES to verify that
|
|
# Express one app bundle in terms of another's SOURCES to verify that
|
|
|
# the generators do not expose the Info.plist of one to the other.
|
|
# the generators do not expose the Info.plist of one to the other.
|