Skip to content

Commit

Permalink
Add rule for the alwaysOutOfDate option
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Oct 15, 2023
1 parent ef7b056 commit 406942a
Show file tree
Hide file tree
Showing 9 changed files with 4,283 additions and 3,449 deletions.
6 changes: 6 additions & 0 deletions kin/grammar/PBXProj.g4
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ pbx_resources_build_phase
pbx_shell_script_build_phase
: REFERENCE '=' '{'
isa_pbx_shell_script_build_phase
always_out_of_date?
build_action_mask
files
input_file_list_paths?
Expand Down Expand Up @@ -506,6 +507,10 @@ isa_xc_version_group

// Other rules

always_out_of_date
: ALWAYS_OUT_OF_DATE '=' NUMBER ';'
;

file_ref
: FILE_REF '=' REFERENCE ';'
;
Expand Down Expand Up @@ -1097,6 +1102,7 @@ XC_CONFIGURATION_LIST: 'XCConfigurationList';
XC_REMOTE_SWIFT_PACKAGE_REFERENCE: 'XCRemoteSwiftPackageReference';
XC_SWIFT_PACKAGE_PRODUCT_DEPENDENCY: 'XCSwiftPackageProductDependency';
XC_VERSION_GROUP: 'XCVersionGroup';
ALWAYS_OUT_OF_DATE: 'alwaysOutOfDate';
FILE_REF: 'fileRef';
PRODUCT_REF: 'productRef';
CONTAINER_PORTAL: 'containerPortal';
Expand Down
5 changes: 4 additions & 1 deletion kin/grammar/PBXProj.interp

Large diffs are not rendered by default.

Loading

0 comments on commit 406942a

Please sign in to comment.