From ab2f258b8a3405a852531c9c3a64641cc999f9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E9=96=93=E7=B4=97=E8=B7=AF?= Date: Sun, 30 Apr 2017 19:15:48 -0400 Subject: [PATCH] 2.3.4 - Remove weak from detected information. Causes issues when these variables get zeroed automatically. --- Hachidori.h | 10 +-- .../Hachiori_Textual_Plugin.xcscheme | 80 +++++++++++++++++++ 2 files changed, 85 insertions(+), 5 deletions(-) create mode 100644 Hachidori.xcodeproj/xcuserdata/kirimasharo.xcuserdatad/xcschemes/Hachiori_Textual_Plugin.xcscheme diff --git a/Hachidori.h b/Hachidori.h index b6f58f18..65ba939e 100644 --- a/Hachidori.h +++ b/Hachidori.h @@ -24,11 +24,11 @@ BOOL LastScrobbledTitleNew; BOOL isPrivate; BOOL _online; - __weak NSString * DetectedTitle; - __weak NSString * DetectedEpisode; - __weak NSString * DetectedSource; - __weak NSString * DetectedGroup; - __weak NSString * DetectedType; + NSString * DetectedTitle; + NSString * DetectedEpisode; + NSString * DetectedSource; + NSString * DetectedGroup; + NSString * DetectedType; NSString * FailedTitle; NSString * FailedEpisode; NSString * FailedSource; diff --git a/Hachidori.xcodeproj/xcuserdata/kirimasharo.xcuserdatad/xcschemes/Hachiori_Textual_Plugin.xcscheme b/Hachidori.xcodeproj/xcuserdata/kirimasharo.xcuserdatad/xcschemes/Hachiori_Textual_Plugin.xcscheme new file mode 100644 index 00000000..906e0577 --- /dev/null +++ b/Hachidori.xcodeproj/xcuserdata/kirimasharo.xcuserdatad/xcschemes/Hachiori_Textual_Plugin.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +