This file contains hidden or 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
| Aug 18 12:27:52.289 RemoteConsole <Message>: Console display reset | |
| Aug 18 12:28:04.271 RemoteConsole <stderr>: Hello! I'm your app and this is my first message to stderr =) | |
| Aug 18 12:28:04.479 RemoteConsole <stderr>: objc[12813]: Class GADGestureRecognizer is implemented in both /private/var/containers/Bundle/Application/385DC281-D2DB-4D1F-98BC-F7D7667E22C6/game.app/game (0x104936ca8) and /private/var/containers/Bundle/Application/385DC281-D2DB-4D1F-98BC-F7D7667E22C6/game.app/Frameworks/UnityFramework.framework/UnityFramework (0x107ce8be8). One of the two will be used. Which one is undefined. | |
| Aug 18 12:28:04.480 RemoteConsole <stderr>: objc[12813]: Class GADGestureIdUtil is implemented in both /private/var/containers/Bundle/Application/385DC281-D2DB-4D1F-98BC-F7D7667E22C6/game.app/game (0x104936cf8) and /private/var/containers/Bundle/Application/385DC281-D2DB-4D1F-98BC-F7D7667E22C6/game.app/Frameworks/UnityFramework.framework/UnityFramework (0x107ce8c38). One of the two will be used. Which one is undefined. | |
| A |
This file contains hidden or 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
| #pragma warning disable 0649 | |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| using TMPro; | |
| using UnityEngine; | |
| using UnityEngine.UI; |
This file contains hidden or 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
| using UnityEngine; | |
| using System.Collections.Generic; | |
| using OneSignalPush.MiniJSON; | |
| using System; | |
| using SimpleJSON; | |
| using UnityEngine.SceneManagement; | |
| using PhaseTen; | |
| using System.Collections; |
This file contains hidden or 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
| //#define USE_APPLESIGNIN | |
| #define USE_LUPIDAN_APPLE_SIGNIN | |
| using System.Collections; | |
| using UnityEngine; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Runtime.InteropServices; | |
| using AOT; | |
| using UnityEngine.Events; | |
| #if USE_APPLESIGNIN |
This file contains hidden or 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
| #pragma warning disable CS0162, CS0612, CS0649, CS0618 // Type or member is obsolete | |
| #define USE_UNITY_ADS | |
| using UnityEngine; | |
| using GoogleMobileAds.Api; | |
| using System; | |
| using System.Collections; | |
| #if USE_UNITY_ADS | |
| using UnityEngine.Advertisements; | |
| #endif |
This file contains hidden or 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
| : adding cards to hand... : => member name: addCardsToHand : => source line number: 111 | |
| : | |
| : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object) | |
| : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) | |
| : UnityEngine.Logger:Log(LogType, Object) | |
| : UnityEngine.Debug:Log(Object) | |
| : Game:Log(String, LogType, Nullable`1, GameObject, String, Int32) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\Game\Game.cs:370) | |
| : IJDV.MonopolyDeal.Model.MonoPlayer:addCardsToHand(List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Model\MonoPlayer.cs:111) | |
| : IJDV.MonopolyDeal.Controller.MonoDealController:setDebugHandsToAllPlayers() (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealController.cs:370) | |
| : IJDV.MonopolyDeal.Controller.MonoDealController:createOnlineGame(List`1, List`1) (at D:\UnityProjects\MonopolyDealGit\MonopolyDeals\Assets\Scripts\MonopolyDeal\Controller\MonoDealContr |
This file contains hidden or 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
| + [arm64] Including Libraries\libiPhone-lib.a... | |
| + [arm64] Including Libraries\libil2cpp.a... | |
| + [arm64] Including Libraries\OneSignal\Platforms\iOS\libOneSignal.a... | |
| In file included from Libraries\Plugins\iOS\GADUInterface.m:3: | |
| In file included from Libraries/Plugins/iOS/GADUAdLoader.h:5: | |
| Pods/GoogleMobileAds.framework/Headers/GoogleMobileAds.h(104,9): fatal error: | |
| 'GoogleMobileAds/Mediation/GADMRewardBasedVideoAdNetworkAdapterProtocol.h' file not found | |
| #import <GoogleMobileAds/Mediation/GADMRewardBasedVideoAdNetworkAdapterProtocol.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| Pods/GoogleMobileAds.framework/Headers/GoogleMobileAds.h(104,9): note: did not find header |
This file contains hidden or 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
| INFO: this project relies on CocoaPods to install extra packages. | |
| The CocoaPods command about to be sent is "pod install" | |
| [A]ccept or [C]hange? Default is to [A]ccept if no answer in 5 seconds. | |
| Delegating "pod install" job to CocoaPods daemon... | |
| Preparing staging directory... | |
| Sending Podfile and context... | |
| Sending command: pod install | |
| ========================== CocoaPods output BEGIN =========================== |
This file contains hidden or 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
| Apr 21 19:35:42.271 Sathyas-iPhone-11 maild(IMAP)[27927]<Notice>: <0x1022543e0:F7660846-8738-443C-9EA6-F9E79713703A> [Authenticated] READ: * EXISTS 4 | |
| Apr 21 19:35:42.271 Sathyas-iPhone-11 maild(IMAP)[27927]<Notice>: F7660846-8738-443C-9EA6-F9E79713703A - 'INBOX': Got EXISTS = 4 | |
| Apr 21 19:35:42.271 RemoteConsole <Message>: Console display reset | |
| Apr 21 19:35:42.271 Sathyas-iPhone-11 maild(IMAP)[27927]<Notice>: <0x1022543e0:F7660846-8738-443C-9EA6-F9E79713703A> [Authenticated] READ: * OK [UIDVALIDITY 1442129727] | |
| Apr 21 19:35:42.271 Sathyas-iPhone-11 maild(IMAP)[27927]<Notice>: <0x1022543e0:F7660846-8738-443C-9EA6-F9E79713703A> [Authenticated] READ: * OK [UIDNEXT 5] | |
| Apr 21 19:35:42.272 Sathyas-iPhone-11 maild(IMAP)[27927]<Notice>: <0x1022543e0:F7660846-8738-443C-9EA6-F9E79713703A> [Authenticated] READ: * FLAGS (\134Answered \134Flagged \134Draft \134Deleted \134Seen \134Recent $MailFlagBit0 $MailFlagBit1 $MailFlagBit2 $Forwarded Redirected $NotJunk NotJunk) |
This file contains hidden or 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
| {"_DYNAMIC CONTRACT(INDICES_NIFTY 50, CE, ATM, 0, CURRENT, WEEKLY, LONG, CANDLE)":{"AVERAGE_GAIN_PER_LOSING_TRADE":-3956.4468910819605,"AVERAGE_GAIN_PER_WINNING_TRADE":12708.81965107388,"DOWNSIDE_RISK":NULL,"EXCHANGE":"","FINAL_CAPITAL":10153586.262788773,"FINAL_PNL":153586.26278877258,"LOSS_COUNT":19,"LOSSING_STREAK":5,"MAX_CAP_USED":47722.49879837036,"MAX_DRAW":-2.78,"MAXIMUM_GAIN":29950,"MAXIMUM_LOSS":-7507.5,"PERIOD_HIGH":16290,"PERIOD_LOW":15514.65,"PERIOD_RETURN":3.3205875154554985,"PERIOD_VOLATILITY":0,"PNL":[["2021-07-01T09:25:00+0530",0,15725],["2021-07-01T09:30:00+0530",0,15730.65],["2021-07-01T09:35:00+0530",0,15717.55],["2021-07-01T09:40:00+0530",0,15723.9],["2021-07-01T09:45:00+0530",0,15727.3],["2021-07-01T09:50:00+0530",0,15741.05],["2021-07-01T09:55:00+0530",0,15742.65],["2021-07-01T10:00:00+0530",0,15737.4],["2021-07-01T10:05:00+0530",0,15732],["2021-07-01T10:10:00+0530",0,15717],["2021-07-01T10:15:00+0530",0,15725.1],["2021-07-01T10:20:00+0530",0,15716.5],["2021-07-01T10:25:00+0530",0,15709. |