You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
Finalised App, Presentation and Report Commenced
This commit is contained in:
7
My Mind/Pods/FirebaseInstanceID/CHANGELOG.md
generated
7
My Mind/Pods/FirebaseInstanceID/CHANGELOG.md
generated
@@ -1,3 +1,10 @@
|
||||
# 2017-03-31 -- v1.0.10
|
||||
|
||||
- Improvements to token-fetching logic
|
||||
- Fixed some warnings in Instance ID
|
||||
- Improved error messages if Instance ID couldn't be initialized properly
|
||||
- Improvements to console logging
|
||||
|
||||
# 2017-01-31 -- v1.0.9
|
||||
|
||||
- Removed an error being mistakenly logged to the console.
|
||||
|
||||
Binary file not shown.
@@ -111,7 +111,7 @@ typedef NS_ENUM(NSInteger, FIRInstanceIDAPNSTokenType) {
|
||||
|
||||
/**
|
||||
* Instance ID provides a unique identifier for each app instance and a mechanism
|
||||
* to authenticate and authorize actions (for example, sending a GCM message).
|
||||
* to authenticate and authorize actions (for example, sending an FCM message).
|
||||
*
|
||||
* Instance ID is long lived but, may be reset if the device is not used for
|
||||
* a long time or the Instance ID service detects a problem.
|
||||
|
||||
@@ -2,6 +2,6 @@ framework module FirebaseInstanceID {
|
||||
umbrella header "FirebaseInstanceID.h"
|
||||
export *
|
||||
module * { export *}
|
||||
link framework "Foundation"
|
||||
link framework "UIKit"
|
||||
link "c++"
|
||||
link "z"
|
||||
}
|
||||
Reference in New Issue
Block a user