Helper method for interacting with progress indicators to abstract the details of different APIs (NSProgressIndicator and UIProgressView). 
      Syntax
         
         
            + 
            (
            void
            ) 
            
               updateProgressIndicator
            
            : 
            (
            id *
            ) 
            indicator 
            
               withProgress
            
            : 
            (
            unsigned long long
            ) 
            progress 
            
               ofTotal
            
            : 
            (
            unsigned long long
            ) 
            total