diff --git a/FMC PLanner 2.xcworkspace/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/FMC PLanner 2.xcworkspace/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index ed9a9b4..8861121 100644 --- a/FMC PLanner 2.xcworkspace/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/FMC PLanner 2.xcworkspace/xcuserdata/Kili2.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -2,4 +2,38 @@ + + + + + + + + + + diff --git a/FMC Planner 2.xcodeproj/project.pbxproj b/FMC Planner 2.xcodeproj/project.pbxproj index bd1f8f0..3464290 100644 --- a/FMC Planner 2.xcodeproj/project.pbxproj +++ b/FMC Planner 2.xcodeproj/project.pbxproj @@ -373,6 +373,7 @@ TargetAttributes = { E22EE9CB1C9DB7B3001F5BC0 = { CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = 795KPDV76S; }; E22EE9E41C9DB7B4001F5BC0 = { CreatedOnToolsVersion = 7.2.1; diff --git a/FMC Planner 2/ViewController.m b/FMC Planner 2/ViewController.m index 1934ca7..c45395e 100644 --- a/FMC Planner 2/ViewController.m +++ b/FMC Planner 2/ViewController.m @@ -26,8 +26,8 @@ _firstLoad = true; self.title = @"FMC"; - // Override point for customization after application launch._dbClient = - // [[DropboxV2ObjC alloc] init]; + // Override point for customization after application launch. + _dbClient = [[DropboxV2ObjC alloc] init]; NSDictionary *credentials = [[NSURLCredentialStorage sharedCredentialStorage] credentialsForProtectionSpace:_dbClient.kDropboxProtectionSpace];