Skip to content

Commit

Permalink
Merge pull request #5 from manhpham90vn/feature/hotfixAndroidFCM
Browse files Browse the repository at this point in the history
Feature/hotfix android fcm
  • Loading branch information
manhpham90vn authored Oct 20, 2022
2 parents 7ab6e80 + e7dee12 commit fe76a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Push Notify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
CODE_SIGN_ENTITLEMENTS = Source/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = UPJRMYQ38F;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -437,7 +437,7 @@
CODE_SIGN_ENTITLEMENTS = Source/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = UPJRMYQ38F;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
Expand Down
2 changes: 1 addition & 1 deletion Source/View/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ struct ContentView: View {

TextFieldView(label: "Server key", text: $serverKey)

TextFieldView(label: "FCM Token", text: $fcmToken)
TextFieldView(label: "FCM Token", text: $androidFCMToken)
}

Group {
Expand Down

0 comments on commit fe76a1a

Please sign in to comment.