Skip to content

Commit

Permalink
Updated for Xcode 9
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Aug 24, 2017
1 parent 7199342 commit b596a69
Show file tree
Hide file tree
Showing 31 changed files with 260 additions and 336 deletions.
56 changes: 0 additions & 56 deletions Example/en.lproj/TOViewController_iPad.xib

This file was deleted.

58 changes: 0 additions & 58 deletions Example/en.lproj/TOViewController_iPhone.xib

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOWebViewController+1Password.h
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOWebViewController+1Password.m
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/TOActivityChrome.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOActivityChrome.h
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/TOActivityChrome.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOActivityChrome.m
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/TOActivitySafari.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOActivitySafari.h
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/TOActivitySafari.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOActivitySafari.m
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/TOWebViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOWebViewController.h
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
4 changes: 2 additions & 2 deletions TOWebViewController/TOWebViewController.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// TOWebViewController.m
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down Expand Up @@ -559,7 +559,7 @@ - (void)layoutButtonsForCurrentSizeClass
if (self.actionButton) { [items addObject:self.actionButton]; }
}

UIBarButtonItem *(^flexibleSpace)() = ^{
UIBarButtonItem *(^flexibleSpace)(void) = ^{
return [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil];
};

Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/UIImage+TOWebViewControllerIcons.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// UIImage+TOWebViewControllerIcons.h
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
2 changes: 1 addition & 1 deletion TOWebViewController/UIImage+TOWebViewControllerIcons.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// UIImage+TOWebViewControllerIcons.m
//
// Copyright 2013-2016 Timothy Oliver. All rights reserved.
// Copyright 2013-2017 Timothy Oliver. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
Expand Down
Loading

0 comments on commit b596a69

Please sign in to comment.