Created
August 12, 2022 21:20
-
-
Save insidegui/1275b0e81bb7b5a525368d55ecc96e2c to your computer and use it in GitHub Desktop.
Revisions
-
insidegui created this gist
Aug 12, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ if [ "$EFFECTIVE_PLATFORM_NAME" = "-maccatalyst" ]; then echo "Adding com.apple.developer.homekit entitlement" /usr/libexec/PlistBuddy -c "Add :com.apple.developer.homekit bool true" "$TARGET_TEMP_DIR/$FULL_PRODUCT_NAME.xcent" fi