Skip to content

Commit

Permalink
chore: Clean up ancient plist-to-config.xml cruft (#1459)
Browse files Browse the repository at this point in the history
This was for migrating from PhoneGap 1.x to Cordova, and is definitely
not compatible with any modern version of Python.

Closes #1414.
  • Loading branch information
dpogue authored Aug 15, 2024
1 parent 6b07536 commit fb8eeab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 129 deletions.
2 changes: 1 addition & 1 deletion CordovaLib/Classes/Public/CDVViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ -(NSString*)configFilePath{

// Assert file exists
if (![[NSFileManager defaultManager] fileExistsAtPath:path]) {
NSAssert(NO, @"ERROR: %@ does not exist. Please run cordova-ios/bin/cordova_plist_to_config_xml path/to/project.", path);
NSAssert(NO, @"ERROR: %@ does not exist.", path);
return nil;
}

Expand Down
128 changes: 0 additions & 128 deletions bin/cordova_plist_to_config_xml

This file was deleted.

0 comments on commit fb8eeab

Please sign in to comment.