From bcd3e23f92a4d38af078cb16e7d9f433a47568f2 Mon Sep 17 00:00:00 2001 From: Robert Dougan Date: Fri, 10 Oct 2014 19:47:55 +0200 Subject: [PATCH 1/2] Fix bad merge --- Classes/PutIOSync-Info.plist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Classes/PutIOSync-Info.plist b/Classes/PutIOSync-Info.plist index a3f4215..afddc84 100644 --- a/Classes/PutIOSync-Info.plist +++ b/Classes/PutIOSync-Info.plist @@ -30,11 +30,7 @@ CFBundleVersion -<<<<<<< HEAD 330 -======= - 326 ->>>>>>> release/0.8.2_beta LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion From ae1f10a89b165c551ae3a775deac38323673af71 Mon Sep 17 00:00:00 2001 From: Robert Dougan Date: Fri, 10 Oct 2014 20:05:48 +0200 Subject: [PATCH 2/2] Ignoring xcshareddata folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d4534b..3f16522 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.DS_Store *.xcbkptlist -*.xcuserstate \ No newline at end of file +*.xcuserstate +xcshareddata