Skip to content

Commit e58c691

Browse files
committed
empty list of tracks
1 parent 659abca commit e58c691

File tree

11 files changed

+76
-6
lines changed

11 files changed

+76
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DerivedData
2323
# you should judge for yourself, the pros and cons are mentioned at:
2424
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
2525
#
26-
# Pods/
26+
Pods/
2727
*~
2828
.DS_Store
2929
*.swp

.idea/compiler.xml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/iLcatraz.iml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/scope_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iLcatraz.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
GCC_PRECOMPILE_PREFIX_HEADER = YES;
686686
GCC_PREFIX_HEADER = "iLcatraz/iLcatraz-Prefix.pch";
687687
INFOPLIST_FILE = "iLcatraz/iLcatraz-Info.plist";
688-
MACOSX_DEPLOYMENT_TARGET = 10.6;
688+
MACOSX_DEPLOYMENT_TARGET = 10.9;
689689
PRODUCT_NAME = "$(TARGET_NAME)";
690690
WRAPPER_EXTENSION = app;
691691
};
@@ -700,7 +700,7 @@
700700
GCC_PRECOMPILE_PREFIX_HEADER = YES;
701701
GCC_PREFIX_HEADER = "iLcatraz/iLcatraz-Prefix.pch";
702702
INFOPLIST_FILE = "iLcatraz/iLcatraz-Info.plist";
703-
MACOSX_DEPLOYMENT_TARGET = 10.6;
703+
MACOSX_DEPLOYMENT_TARGET = 10.9;
704704
PRODUCT_NAME = "$(TARGET_NAME)";
705705
WRAPPER_EXTENSION = app;
706706
};

0 commit comments

Comments
 (0)