From b9728a5e2349b015e85d8b3ccf2c285ad40ebaf3 Mon Sep 17 00:00:00 2001 From: Markus Winkler Date: Fri, 20 Nov 2015 03:08:10 -0500 Subject: [PATCH] gitignore update --- .gitignore | 1 + .idea/.name | 1 - .idea/XCGLoggerNSLoggerConnector.iml | 226 -------------------------- .idea/encodings.xml | 6 - .idea/misc.xml | 13 -- .idea/modules.xml | 8 - .idea/vcs.xml | 6 - .idea/workspace.xml | 235 --------------------------- .idea/xcode.xml | 4 - README.md | 2 +- XCGLoggerNSLoggerConnector.podspec | 2 +- 11 files changed, 3 insertions(+), 501 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/XCGLoggerNSLoggerConnector.iml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml delete mode 100644 .idea/xcode.xml diff --git a/.gitignore b/.gitignore index c97b48c..de22f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ profile DerivedData *.hmap *.ipa +.idea/ # Bundler .bundle diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index a2a8532..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -XCGLoggerNSLoggerConnector \ No newline at end of file diff --git a/.idea/XCGLoggerNSLoggerConnector.iml b/.idea/XCGLoggerNSLoggerConnector.iml deleted file mode 100644 index d1e85f0..0000000 --- a/.idea/XCGLoggerNSLoggerConnector.iml +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 72abef0..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f42e55a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index ebce4e4..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1448000456853 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/xcode.xml b/.idea/xcode.xml deleted file mode 100644 index 827384f..0000000 --- a/.idea/xcode.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/README.md b/README.md index 2e67703..78d16b5 100755 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ NSLogger: https://github.com/fpillet/NSLogger ###Change Log -* **Version 0.1.0**: *(2015/11/20)* - Initial Release +* **Version 0.1.1**: *(2015/11/20)* - Initial Release diff --git a/XCGLoggerNSLoggerConnector.podspec b/XCGLoggerNSLoggerConnector.podspec index 34c1641..8059210 100644 --- a/XCGLoggerNSLoggerConnector.podspec +++ b/XCGLoggerNSLoggerConnector.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "XCGLoggerNSLoggerConnector" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "Adds NSLogger support (with images) to XCGLogger." # This description is used to generate tags and improve search results.