File tree Expand file tree Collapse file tree
ElectrodeApiImpl/APIImpls/Core
moviesreloadedMiniApp/ErnRunner.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ import UIKit
9999 } else {
100100 result [ " jsonPayload " ] = payload2
101101 }
102- } else if payload1 = payload1 {
102+ } else if let payload1 = payload1 {
103103 result [ " jsonPayload " ] = payload1
104104 } else {
105105 result [ " jsonPayload " ] = payload2
Original file line number Diff line number Diff line change 171171 TargetAttributes = {
172172 304F3E941EEF455C00F1E36B = {
173173 CreatedOnToolsVersion = 8.3.2;
174+ DevelopmentTeam = 4F9HS269YY;
174175 LastSwiftMigration = 1030;
175176 ProvisioningStyle = Automatic;
176177 };
362363 buildSettings = {
363364 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
364365 CLANG_ENABLE_MODULES = YES;
366+ DEVELOPMENT_TEAM = 4F9HS269YY;
365367 HEADER_SEARCH_PATHS = "";
366368 INFOPLIST_FILE = ErnRunner/Info.plist;
367369 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
378380 buildSettings = {
379381 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
380382 CLANG_ENABLE_MODULES = YES;
383+ DEVELOPMENT_TEAM = 4F9HS269YY;
381384 HEADER_SEARCH_PATHS = "";
382385 INFOPLIST_FILE = ErnRunner/Info.plist;
383386 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
You can’t perform that action at this time.
0 commit comments