Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Dec 13, 2024
1 parent 5f43c3f commit 0a24ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/withAirshipIOS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function writeNotificationServiceFilesAsync(props: AirshipIOSPluginProps,
writeFileSync(join(extensionPath, NOTIFICATION_SERVICE_FILE_NAME), data);
});

// Copy the Info.plist (default to AirshipNotificationServiceExtension-Info.plist if null) file into the iOS expo project as AirshipNotificationServiceExtension-Info.plist.
// Copy the Info.plist (default to NotificationServiceExtension-Info.plist if null) file into the iOS expo project.
readFile(props.notificationServiceInfo ?? join(sourceDir, NOTIFICATION_SERVICE_INFO_PLIST_FILE_NAME), 'utf8', (err, data) => {
if (err || !data) {
console.error("Airship couldn't read file " + (props.notificationServiceInfo ?? join(sourceDir, NOTIFICATION_SERVICE_INFO_PLIST_FILE_NAME)));
Expand Down

0 comments on commit 0a24ae9

Please sign in to comment.