This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// CODE_SIGN_IDENTITY = iPhone Distribution
44ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
55ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
6- DEVELOPMENT_TEAM = 8Q5F6M3TNS
6+ DEVELOPMENT_TEAM = U5V8G23RR7
77CODE_SIGN_ENTITLEMENTS = demong/demong.entitlements
Original file line number Diff line number Diff line change 4747 < ListView backgroundColor ="black " row ="1 " [items] ="faces ">
4848 < ng-template let-item ="item ">
4949 < GridLayout columns ="*, *, * ">
50- < Label col ="0 " class ="mlkit-result c-black " [class.c-purple] ="item.smilingProbability > 0.7 " [text] ="item.smilingProbability | number " textWrap ="true "> </ Label >
51- < Label col ="1 " class ="mlkit-result c-black " [class.c-purple] ="item.leftEyeOpenProbability > 0.7 " [text] ="item.leftEyeOpenProbability | number " textWrap ="true "> </ Label >
52- < Label col ="2 " class ="mlkit-result c-black " [class.c-purple] ="item.rightEyeOpenProbability > 0.7 " [text] ="item.rightEyeOpenProbability | number " textWrap ="true "> </ Label >
50+ < Label col ="0 " class ="mlkit-result c-white " [class.c-purple] ="item.smilingProbability > 0.7 " [text] ="item.smilingProbability | number " textWrap ="true "> </ Label >
51+ < Label col ="1 " class ="mlkit-result c-white " [class.c-purple] ="item.leftEyeOpenProbability > 0.7 " [text] ="item.leftEyeOpenProbability | number " textWrap ="true "> </ Label >
52+ < Label col ="2 " class ="mlkit-result c-white " [class.c-purple] ="item.rightEyeOpenProbability > 0.7 " [text] ="item.rightEyeOpenProbability | number " textWrap ="true "> </ Label >
5353 </ GridLayout >
5454 </ ng-template >
5555 </ ListView >
Original file line number Diff line number Diff line change 2525 "nativescript-angular" : " ~5.3.0" ,
2626 "nativescript-camera" : " ^4.0.2" ,
2727 "nativescript-imagepicker" : " ^6.0.1" ,
28- "nativescript-plugin-firebase" : " ^ 6.0.0 " ,
28+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase- 6.0.2.tgz " ,
2929 "nativescript-theme-core" : " ~1.0.4" ,
3030 "reflect-metadata" : " ~0.1.10" ,
3131 "rxjs" : " ~5.5.0" ,
Original file line number Diff line number Diff line change @@ -2730,28 +2730,28 @@ function read (opts, cb) {
27302730 \***********************************/
27312731/***/ ( function ( module , exports ) {
27322732
2733- module . exports = function ( module ) {
2734- if ( ! module . webpackPolyfill ) {
2735- module . deprecate = function ( ) { } ;
2736- module . paths = [ ] ;
2737- // module.parent = undefined by default
2738- if ( ! module . children ) module . children = [ ] ;
2739- Object . defineProperty ( module , "loaded" , {
2740- enumerable : true ,
2741- get : function ( ) {
2742- return module . l ;
2743- }
2744- } ) ;
2745- Object . defineProperty ( module , "id" , {
2746- enumerable : true ,
2747- get : function ( ) {
2748- return module . i ;
2749- }
2750- } ) ;
2751- module . webpackPolyfill = 1 ;
2752- }
2753- return module ;
2754- } ;
2733+ module . exports = function ( module ) {
2734+ if ( ! module . webpackPolyfill ) {
2735+ module . deprecate = function ( ) { } ;
2736+ module . paths = [ ] ;
2737+ // module.parent = undefined by default
2738+ if ( ! module . children ) module . children = [ ] ;
2739+ Object . defineProperty ( module , "loaded" , {
2740+ enumerable : true ,
2741+ get : function ( ) {
2742+ return module . l ;
2743+ }
2744+ } ) ;
2745+ Object . defineProperty ( module , "id" , {
2746+ enumerable : true ,
2747+ get : function ( ) {
2748+ return module . i ;
2749+ }
2750+ } ) ;
2751+ module . webpackPolyfill = 1 ;
2752+ }
2753+ return module ;
2754+ } ;
27552755
27562756
27572757/***/ } ) ,
You can’t perform that action at this time.
0 commit comments