]> git.saurik.com Git - apple/security.git/blobdiff - SharedWebCredentialViewService/SWCViewController.m
Security-57337.60.2.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SWCViewController.m
index 87c85b42625a2e5cacb2e1b4453770f3c829ab70..35b3a7e56c86cc9c51f7af513cb87264474e462e 100755 (executable)
@@ -5,6 +5,7 @@
 //  Copyright (c) 2014 Apple Inc. All Rights Reserved.
 //
 
 //  Copyright (c) 2014 Apple Inc. All Rights Reserved.
 //
 
+#import <Foundation/NSXPCConnection.h>
 #import "SWCViewController.h"
 #import <UIKit/UIViewController_Private.h>
 #import <UIKit/UIFont_Private.h>
 #import "SWCViewController.h"
 #import <UIKit/UIViewController_Private.h>
 #import <UIKit/UIFont_Private.h>
 
 #include <bsm/libbsm.h>
 #include <ipc/securityd_client.h>
 
 #include <bsm/libbsm.h>
 #include <ipc/securityd_client.h>
+
 #include "SharedWebCredential/swcagent_client.h"
 
 #include "SharedWebCredential/swcagent_client.h"
 
+#import "SWCViewController.h"
+
 const NSString* SWC_PASSWORD_KEY = @"spwd";
 const NSString* SWC_ACCOUNT_KEY  = @"acct";
 const NSString* SWC_SERVER_KEY   = @"srvr";
 const NSString* SWC_PASSWORD_KEY = @"spwd";
 const NSString* SWC_ACCOUNT_KEY  = @"acct";
 const NSString* SWC_SERVER_KEY   = @"srvr";
@@ -88,7 +92,7 @@ const NSString* SWC_SERVER_KEY   = @"srvr";
         
         self.textLabel.textColor = [UIColor blackColor];
         self.textLabel.textAlignment = NSTextAlignmentLeft;
         
         self.textLabel.textColor = [UIColor blackColor];
         self.textLabel.textAlignment = NSTextAlignmentLeft;
-        self.textLabel.AdjustsFontSizeToFitWidth = YES;
+        self.textLabel.adjustsFontSizeToFitWidth = YES;
         self.textLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
         
         NSString *title = [dict objectForKey:SWC_ACCOUNT_KEY];
         self.textLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
         
         NSString *title = [dict objectForKey:SWC_ACCOUNT_KEY];
@@ -96,7 +100,7 @@ const NSString* SWC_SERVER_KEY   = @"srvr";
         
         self.detailTextLabel.textColor = [UIColor darkGrayColor];
         self.detailTextLabel.textAlignment = NSTextAlignmentLeft;
         
         self.detailTextLabel.textColor = [UIColor darkGrayColor];
         self.detailTextLabel.textAlignment = NSTextAlignmentLeft;
-        self.detailTextLabel.AdjustsFontSizeToFitWidth = YES;
+        self.detailTextLabel.adjustsFontSizeToFitWidth = YES;
         self.detailTextLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
         
         NSString *subtitle = [dict objectForKey:SWC_SERVER_KEY];
         self.detailTextLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
         
         NSString *subtitle = [dict objectForKey:SWC_SERVER_KEY];