gitextract_i6bgeubv/ ├── .gitattributes ├── .gitignore ├── ARImageTracking/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AR Resources.arresourcegroup/ │ │ │ ├── Contents.json │ │ │ └── xs.arreferenceimage/ │ │ │ └── Contents.json │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── ContentView.swift │ ├── Info.plist │ └── Preview Content/ │ └── Preview Assets.xcassets/ │ └── Contents.json ├── ARImageTracking.xcodeproj/ │ └── project.pbxproj ├── LICENSE └── README.md