Skip to content

Commit

Permalink
Update packages/expo-application/ios/ApplicationModule.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Hughes <30924086+alanjhughes@users.noreply.github.com>
  • Loading branch information
reichhartd and alanjhughes committed Oct 17, 2023
1 parent 5674c98 commit 737b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-application/ios/ApplicationModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ApplicationModule: Module {

AsyncFunction("getApplicationReleaseTypeAsync") { () -> String in
let mainProvisioningProfile = ApplicationModuleProvisioningProfile.mainProvisioningProfile
return mainProvisioningProfile.appReleaseType()
return mainProvisioningProfile.appReleaseType().rawValue
}

AsyncFunction("getPushNotificationServiceEnvironmentAsync") { () -> String? in
Expand Down

0 comments on commit 737b85f

Please sign in to comment.