This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change button title when user wants to change output dir * fix xcodeproj output dir is not saved to disk * save delete previous xcodeproj option to disk * fix recent document sometimes empty * use modulemap name for PRODUCT_NAME * bump version * code sign allowed if legacy build system * update project * update * bump version
- Loading branch information
Showing
6 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"optionSet" : { | ||
"BazelPath" : { | ||
"p" : "/opt/homebrew/Cellar/bazelisk/1.10.1/bin/bazelisk" | ||
}, | ||
"DeletePreviousXcodeproj" : { | ||
"p" : "YES" | ||
}, | ||
"WorkspaceRootPath" : { | ||
"p" : "/Users/wendy.liga/Developer/tulsi-plus-plus" | ||
}, | ||
"XcodeprojOutputPath" : { | ||
"p" : "/Users/wendy.liga/Developer/tulsi-plus-plus" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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 characters
This file contains 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 characters