Adding demo/ios/.gitignore

This commit is contained in:
Andrew n marshall
2018-08-14 12:56:32 -07:00
parent 852ad5e7b2
commit 59c22169d6
3 changed files with 23 additions and 0 deletions

21
demos/ios/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Xcode.gitignore
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

View File

@@ -315,6 +315,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
INFOPLIST_FILE = "Blockly WebView/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -333,6 +334,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
INFOPLIST_FILE = "Blockly WebView/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",