mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
77
mobile/ios/.gitignore
vendored
Normal file
77
mobile/ios/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
# Xcode
|
||||
build/
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
*.xcscmblueprint
|
||||
|
||||
/fastlane/scripts/upload.sh
|
||||
/fastlane/README.md
|
||||
/firefox-ios-l10n
|
||||
# fastlane temporary profiling data
|
||||
/fastlane/report.xml
|
||||
# deliver temporary error output
|
||||
/fastlane/Error*.png
|
||||
# deliver temporary preview output
|
||||
/fastlane/Preview.html
|
||||
# snapshot generated screenshots
|
||||
/fastlane/screenshots
|
||||
/fastlane/screenshots/*/*-portrait.png
|
||||
/fastlane/screenshots/*/*-landscape.png
|
||||
/fastlane/screenshots/screenshots.html
|
||||
# frameit generated screenshots
|
||||
/fastlane/screenshots/*/*-portrait_framed.png
|
||||
/fastlane/screenshots/*/*-landscape_framed.png
|
||||
# folders for storing builds and prov profiles
|
||||
/builds
|
||||
/provisioning-profiles
|
||||
/assets
|
||||
#build tools
|
||||
/fastlane/Appfile
|
||||
/fastlane/Snapfile
|
||||
/fastlane/SnapshotHelper.swift
|
||||
/fastlane/frames
|
||||
/fastlane/scripts
|
||||
/fastlane/templates
|
||||
|
||||
#python environment
|
||||
python-env/
|
||||
|
||||
# OS X
|
||||
.DS_Store
|
||||
|
||||
# Vim
|
||||
*~
|
||||
.*.sw*
|
||||
|
||||
# IDEA
|
||||
.idea
|
||||
|
||||
Carthage/
|
||||
|
||||
ThirdParty/google-breakpad
|
||||
|
||||
# Saved Sync credentials for tests.
|
||||
signedInUser.json
|
||||
|
||||
# Generated config file
|
||||
MozBuildID.xcconfig
|
||||
|
||||
# Python.
|
||||
*.pyc
|
||||
|
||||
# SQLite
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Loading…
Add table
Add a link
Reference in a new issue