Skip to content

Commit

Permalink
Add .gitignore, set Demo project's deployment target to iOS 5
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Aug 23, 2013
1 parent c98ee0c commit 3bbc15e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
2 changes: 2 additions & 0 deletions RealTimeBlur/LiveBlur.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
GCC_PREFIX_HEADER = "LiveBlur/LiveBlur-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "LiveBlur/LiveBlur-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
WRAPPER_EXTENSION = app;
Expand All @@ -311,6 +312,7 @@
GCC_PREFIX_HEADER = "LiveBlur/LiveBlur-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "LiveBlur/LiveBlur-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit 3bbc15e

Please sign in to comment.