From f1a8cfc6a30512e0f00014b51f2238b2ec09ccd3 Mon Sep 17 00:00:00 2001 From: Mark Chan <45706356+WindowsMEMZ@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:06:34 +0800 Subject: [PATCH] Add .gitignore (#54) * Delete .DS_Store * Create .gitignore * Delete DarockBili/.DS_Store * Delete DarockBili Watch App/.DS_Store * Delete DarockBili.xcodeproj/xcuserdata directory --- .DS_Store | Bin 10244 -> 0 bytes .gitignore | 90 ++++++ DarockBili Watch App/.DS_Store | Bin 8196 -> 0 bytes .../xcdebugger/Breakpoints_v2.xcbkptlist | 6 - .../xcschemes/xcschememanagement.plist | 257 ------------------ .../xcschemes/xcschememanagement.plist | 150 ---------- .../xcschemes/xcschememanagement.plist | 129 --------- DarockBili/.DS_Store | Bin 6148 -> 0 bytes 8 files changed, 90 insertions(+), 542 deletions(-) delete mode 100644 .DS_Store create mode 100644 .gitignore delete mode 100644 DarockBili Watch App/.DS_Store delete mode 100644 DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 DarockBili.xcodeproj/xcuserdata/boring.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 DarockBili.xcodeproj/xcuserdata/memz233.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 DarockBili/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 53266d0d819148c5e3413e395f75e65de393a76b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10244 zcmeHMJ#Q015Ph2u90v##bSUCFz7&h_3mjt?k$?h&kPt$U80-YwXW~Sn!#$!;MN0{P z0Evc*hK`0BQ6f=Mg*UrvvU|Q0j*m!@*p+VQvNvyb=FRO~b`3yPb{fk-1YnMr$kQj- zr8Idi*GQYPBNr(Z@jweZSZg+A7|b{Gf@1O@^Ffq}q4VBjb)z;Cv+x#LELJ}?j% z2n_sTK=r{AIG;zN zPFc2cV5EUV890=kS=k+m(z6p6X?3Wwk)aO^1O`SKkiB~WB{Z>tZFm3P=^5qXw^5Bw zT&=FP<262!W%u(z_v1>MR$~mUUQ133hO_C_JC7-hZa!NwwLD_oMoot{2;MBz~Sri;cDJE+gJ% zye;0Zpog9xFUNq_PP}8=@i;jD{?kExaCteqw=m>o?73a8Cc%6BUH&ZmEso0{dAx&F z_P6mEeRA7RF#0yZXb#IB$2hr_&rg?iS{kmd9R9g^_%{~4%-{-*;@p8U)7AARGdpUL z7Txzfr*%I=$E51zw3v~l+*bFi3w<2sKBrYbTM-RsM8D+Jp(Rs?u*6l=#S>QJ66+Ex zv8*P4Evc8Z=w>UuLX_~F6)r}DE3&8S`)0z7|fp{xG^ z@cTKN1n*^M{vBP%EIAjZy2+}gzk4pzj;6E~)PnQXD&iJ3S6C@-P?pd^BY|L5_7TlXt-|gu-@;}6{&mqzAmq#F z{wGjOAo^)@WFW4l&!MYP`Wyx^GKXFfE`m;m78nQ&1O@^Ffq^5zz_jrqlJoys_V52k z!q?zLU?4DXI1H$nYQ0*aZIxkP&e|hh4|z!wy@8P$!cJ6VTp!2t4>=dSV8`_FfW0qU eIWSVgiPLaObDDqXKL&*TfBK0+*#G}G`~TlU)x>-N diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..330d1674f --- /dev/null +++ b/.gitignore @@ -0,0 +1,90 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.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 + +## Obj-C/Swift specific +*.hmap + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +# *.xcodeproj +# +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + +.build/ + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build/ + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ diff --git a/DarockBili Watch App/.DS_Store b/DarockBili Watch App/.DS_Store deleted file mode 100644 index 7cf1fc6dd543186ac519153008fb9c010525b62f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMJ#Q015PcgvmQe&jks_r*x`qxRrKG}1F5*LcL>N*~pd_}HSn}D%c0%Y(M~eh~ zT7Ce%8)_Q<1`+}!THfxS&5nJG4Fy7GH@X{VcizpLx4X9)2Y}iZ| zz<;TLem_LKv@NB!Z>@QC@McN?+B~~W<7d_Z1{0;Wl-jOrMYm6jOF!Z{vk zciK{F`_@`Gl!Zg3kyTouC=;Ey$hbq5tPS^|Ku};(0bRQ*Y!- zX&dmRFDug#Nh^*I8m$9*>TUV;N%Q^2EU4-qpxQ?cyU6VR0=CiNPm5Pqu*Zu}7#oUjets>@L5n zsgE;@zmJc*oL(**7H>Q?b1I(Uvhn#y9y^-H3T~r}`?!Y(W(^*5-kL_ceI#h3!CpC! zxmS;8#kstR8Lq{dV!HYKE>`53J0qMY-5n}@f|^_f`CWI+!*_)Ba2kz^xb`qDP}?4k zsN(p3P?tY2witKg_a4^2jpo^ThRea{BY3DYhQS5wSPpt8aMd-i#owD|hjfG{YBibW z@ACZkrak2O%NQ>2Surw?J)Org^XQQI31_p0XZ%ZL%VcDCdQW5mT%V3`bD{TejZTT< zW-~iV`G!P-0zrXE1ynvR$D8a= zYwHOQU28|Y_IT;0{rc7#2ydnwr#0m`?dTtd{2b9$V@j#*Tgx7{zy3u)T9<_LU#oBG UCC|w#&Q^r;UoX~y7Huxt587`KF#rGn diff --git a/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index f5f7f6a24..000000000 --- a/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcschemes/xcschememanagement.plist b/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index f5c23d26f..000000000 --- a/DarockBili.xcodeproj/xcuserdata/WindowsMEMZ.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,257 +0,0 @@ - - - - - SchemeUserState - - Basic B&W QR Code (Playground) 1.xcscheme - - isShown - - orderHint - 13 - - Basic B&W QR Code (Playground) 2.xcscheme - - isShown - - orderHint - 14 - - Basic B&W QR Code (Playground) 3.xcscheme - - isShown - - orderHint - 30 - - Basic B&W QR Code (Playground) 4.xcscheme - - isShown - - orderHint - 31 - - Basic B&W QR Code (Playground) 5.xcscheme - - isShown - - orderHint - 32 - - Basic B&W QR Code (Playground).xcscheme - - isShown - - orderHint - 12 - - DarockBili Watch App (Notification).xcscheme_^#shared#^_ - - orderHint - 2 - - DarockBili Watch App.xcscheme_^#shared#^_ - - orderHint - 1 - - DarockBili.xcscheme_^#shared#^_ - - orderHint - 0 - - European SEPA Money Transfer + Watermark (Playground) 1.xcscheme - - isShown - - orderHint - 10 - - European SEPA Money Transfer + Watermark (Playground) 2.xcscheme - - isShown - - orderHint - 11 - - European SEPA Money Transfer + Watermark (Playground) 3.xcscheme - - isShown - - orderHint - 33 - - European SEPA Money Transfer + Watermark (Playground) 4.xcscheme - - isShown - - orderHint - 34 - - European SEPA Money Transfer + Watermark (Playground) 5.xcscheme - - isShown - - orderHint - 35 - - European SEPA Money Transfer + Watermark (Playground).xcscheme - - isShown - - orderHint - 9 - - Playground (Playground) 1.xcscheme - - isShown - - orderHint - 16 - - Playground (Playground) 2.xcscheme - - isShown - - orderHint - 17 - - Playground (Playground) 3.xcscheme - - isShown - - orderHint - 21 - - Playground (Playground) 4.xcscheme - - isShown - - orderHint - 22 - - Playground (Playground) 5.xcscheme - - isShown - - orderHint - 23 - - Playground (Playground).xcscheme - - isShown - - orderHint - 15 - - README (Playground) 1.xcscheme - - isShown - - orderHint - 4 - - README (Playground) 2.xcscheme - - isShown - - orderHint - 5 - - README (Playground) 3.xcscheme - - isShown - - orderHint - 24 - - README (Playground) 4.xcscheme - - isShown - - orderHint - 25 - - README (Playground) 5.xcscheme - - isShown - - orderHint - 26 - - README (Playground).xcscheme - - isShown - - orderHint - 3 - - User Guide (Playground) 1.xcscheme - - isShown - - orderHint - 7 - - User Guide (Playground) 2.xcscheme - - isShown - - orderHint - 8 - - User Guide (Playground) 3.xcscheme - - isShown - - orderHint - 27 - - User Guide (Playground) 4.xcscheme - - isShown - - orderHint - 28 - - User Guide (Playground) 5.xcscheme - - isShown - - orderHint - 29 - - User Guide (Playground).xcscheme - - isShown - - orderHint - 6 - - - SuppressBuildableAutocreation - - 6B0253B32A4EF59600567986 - - primary - - - 6B0253B92A4EF59600567986 - - primary - - - 6BFF29012A6C0B3A00914A8E - - primary - - - 6BFF295B2A6C0D1C00914A8E - - primary - - - - - diff --git a/DarockBili.xcodeproj/xcuserdata/boring.xcuserdatad/xcschemes/xcschememanagement.plist b/DarockBili.xcodeproj/xcuserdata/boring.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index fe3c67eb2..000000000 --- a/DarockBili.xcodeproj/xcuserdata/boring.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,150 +0,0 @@ - - - - - SchemeUserState - - Basic B&W QR Code (Playground) 1.xcscheme - - isShown - - orderHint - 21 - - Basic B&W QR Code (Playground) 2.xcscheme - - isShown - - orderHint - 22 - - Basic B&W QR Code (Playground).xcscheme - - isShown - - orderHint - 16 - - DarockBili Watch App (Notification).xcscheme_^#shared#^_ - - orderHint - 2 - - DarockBili Watch App.xcscheme_^#shared#^_ - - orderHint - 1 - - DarockBili.xcscheme_^#shared#^_ - - orderHint - 0 - - European SEPA Money Transfer + Watermark (Playground) 1.xcscheme - - isShown - - orderHint - 17 - - European SEPA Money Transfer + Watermark (Playground) 2.xcscheme - - isShown - - orderHint - 18 - - European SEPA Money Transfer + Watermark (Playground).xcscheme - - isShown - - orderHint - 13 - - Playground (Playground) 1.xcscheme - - isShown - - orderHint - 11 - - Playground (Playground) 2.xcscheme - - isShown - - orderHint - 12 - - Playground (Playground).xcscheme - - isShown - - orderHint - 10 - - README (Playground) 1.xcscheme - - isShown - - orderHint - 14 - - README (Playground) 2.xcscheme - - isShown - - orderHint - 15 - - README (Playground).xcscheme - - isShown - - orderHint - 6 - - SwiftDate (Playground) 1.xcscheme - - isShown - - orderHint - 23 - - SwiftDate (Playground) 2.xcscheme - - isShown - - orderHint - 24 - - SwiftDate (Playground).xcscheme - - isShown - - orderHint - 20 - - User Guide (Playground) 1.xcscheme - - isShown - - orderHint - 8 - - User Guide (Playground) 2.xcscheme - - isShown - - orderHint - 9 - - User Guide (Playground).xcscheme - - isShown - - orderHint - 7 - - - - diff --git a/DarockBili.xcodeproj/xcuserdata/memz233.xcuserdatad/xcschemes/xcschememanagement.plist b/DarockBili.xcodeproj/xcuserdata/memz233.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index d520bf633..000000000 --- a/DarockBili.xcodeproj/xcuserdata/memz233.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,129 +0,0 @@ - - - - - SchemeUserState - - Basic B&W QR Code (Playground) 1.xcscheme - - isShown - - orderHint - 15 - - Basic B&W QR Code (Playground) 2.xcscheme - - isShown - - orderHint - 16 - - Basic B&W QR Code (Playground).xcscheme - - isShown - - orderHint - 14 - - DarockBili Watch App (Notification).xcscheme_^#shared#^_ - - orderHint - 2 - - DarockBili Watch App.xcscheme_^#shared#^_ - - orderHint - 1 - - DarockBili.xcscheme_^#shared#^_ - - orderHint - 0 - - European SEPA Money Transfer + Watermark (Playground) 1.xcscheme - - isShown - - orderHint - 18 - - European SEPA Money Transfer + Watermark (Playground) 2.xcscheme - - isShown - - orderHint - 19 - - European SEPA Money Transfer + Watermark (Playground).xcscheme - - isShown - - orderHint - 17 - - Playground (Playground) 1.xcscheme - - isShown - - orderHint - 6 - - Playground (Playground) 2.xcscheme - - isShown - - orderHint - 7 - - Playground (Playground).xcscheme - - isShown - - orderHint - 5 - - README (Playground) 1.xcscheme - - isShown - - orderHint - 12 - - README (Playground) 2.xcscheme - - isShown - - orderHint - 13 - - README (Playground).xcscheme - - isShown - - orderHint - 11 - - User Guide (Playground) 1.xcscheme - - isShown - - orderHint - 9 - - User Guide (Playground) 2.xcscheme - - isShown - - orderHint - 10 - - User Guide (Playground).xcscheme - - isShown - - orderHint - 8 - - - - diff --git a/DarockBili/.DS_Store b/DarockBili/.DS_Store deleted file mode 100644 index 5f63929bc5c1332ba269823360a6552fe8fd5cff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOHRW;41E*2C}KgEEawDBy#S;o?2)=h(2ojI(^Qn-GE0udh7)lCp2wr8QAmpr zLI~NC{U#ne6Tea73;;KLnD&7lfG$-q*{AtLWL~r(N%Y913-`Fk8pn9X1lNsdbNodH zWbY0!;J&Rf!{+`~p2fUBniTmeJbvzxKQ8r{rv9~sglV0noS5y&+D;2904niwtthC}IY7qLp42WsOQjs2t{Rjja K%oqc|%D@M&gko0!