-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for FBInstant.postSessionScore() (#72)
* Updated to 6.3 and added postSessionScore() support
- Loading branch information
Showing
10 changed files
with
112 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"instant_games": { | ||
"custom_update_templates": { | ||
"first_place": { | ||
"example": "Player X just became the first place!" | ||
} | ||
}, | ||
"surfaceable_stats": { | ||
"rank": { | ||
"priority": 1, | ||
"order": 1, | ||
"label": { | ||
"localizations": { | ||
"en_US": "Rank", | ||
}, | ||
"fallback": "Rank" | ||
}, | ||
"values": { | ||
"0": "Unranked", | ||
"1": "Bronze", | ||
"2": "Silver", | ||
"3": "Gold" | ||
} | ||
} | ||
}, | ||
"orientation": "PORTRAIT", | ||
"override_web_orientation": "PORTRAIT", | ||
"navigation_menu_version": "NAV_FLOATING", | ||
"match_player_config": { | ||
"min_context_size": 2, | ||
"max_context_size": 20 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,77 @@ | ||
# App manifest generated Fri Mar 08 2019 13:30:50 GMT+0100 (Central European Standard Time) | ||
# Settings: Physics2D,Physics3D,Record,Profiler,Gameroom,Sound | ||
# App manifest generated Mon May 27 2019 13:56:07 GMT+0200 (Central European Summer Time) | ||
# Settings: Physics2D,Physics3D,Record,Profiler,Facebook,Gameroom,Sound | ||
platforms: | ||
x86_64-osx: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
x86_64-linux: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
js-web: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeJsLibs: [] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeJsLibs: ["facebook"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
wasm-web: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeJsLibs: [] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeJsLibs: ["facebook"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
x86-win32: | ||
context: | ||
excludeLibs: ["libphysics","libLinearMath","libBulletDynamics","libBulletCollision","libBox2D","librecord","vpx","libprofilerext","gameroomext","libsound","libtremolo"] | ||
excludeSymbols: ["ProfilerExt","GameroomExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["libphysics","libLinearMath","libBulletDynamics","libBulletCollision","libBox2D","librecord","vpx","libprofilerext","libfacebookext.lib","gameroomext","libsound","libtremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","GameroomExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["libphysics_null.lib","librecord_null.lib","libprofilerext_null.lib","libsound_null.lib"] | ||
linkFlags: [] | ||
|
||
x86_64-win32: | ||
context: | ||
excludeLibs: ["libphysics","libLinearMath","libBulletDynamics","libBulletCollision","libBox2D","librecord","vpx","libprofilerext","gameroomext","libsound","libtremolo"] | ||
excludeSymbols: ["ProfilerExt","GameroomExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["libphysics","libLinearMath","libBulletDynamics","libBulletCollision","libBox2D","librecord","vpx","libprofilerext","libfacebookext.lib","gameroomext","libsound","libtremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","GameroomExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["libphysics_null.lib","librecord_null.lib","libprofilerext_null.lib","libsound_null.lib"] | ||
linkFlags: [] | ||
|
||
armv7-android: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeJars: [] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeJars: ["(.*)/facebooksdk.jar","(.*)/facebook_android.jar"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
arm64-android: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeJars: ["(.*)/facebooksdk.jar","(.*)/facebook_android.jar"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
armv7-ios: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|
||
arm64-ios: | ||
context: | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
excludeLibs: ["physics","LinearMath","BulletDynamics","BulletCollision","Box2D","record","vpx","profilerext","facebookext","sound","tremolo"] | ||
excludeSymbols: ["ProfilerExt","FacebookExt","DefaultSoundDevice","AudioDecoderWav","AudioDecoderStbVorbis","AudioDecoderTremolo"] | ||
libs: ["physics_null","record_null","profilerext_null","sound_null"] | ||
linkFlags: [] | ||
|