mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Adding demo/ios/.gitignore
This commit is contained in:
21
demos/ios/.gitignore
vendored
Normal file
21
demos/ios/.gitignore
vendored
Normal 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
|
||||||
@@ -315,6 +315,7 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
|
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
|
||||||
INFOPLIST_FILE = "Blockly WebView/Info.plist";
|
INFOPLIST_FILE = "Blockly WebView/Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@@ -333,6 +334,7 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
|
DEVELOPMENT_TEAM = 3KZF7Q7Q49;
|
||||||
INFOPLIST_FILE = "Blockly WebView/Info.plist";
|
INFOPLIST_FILE = "Blockly WebView/Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user