├── .gitattributes
├── .travis.yml
├── Example
├── Build
│ ├── Intermediates
│ │ ├── Pods.build
│ │ │ ├── Debug-iphoneos
│ │ │ │ ├── Pods-WTAppLauncher_Example.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ │ └── Pods_WTAppLauncher_Example_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ │ ├── arm64
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.d
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.dia
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.o
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.d
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.dia
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Example_vers.o
│ │ │ │ │ │ └── armv7
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.d
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.dia
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.o
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.d
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.dia
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Example_vers.o
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-all-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-generated-files.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-own-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-project-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ │ ├── Pods-WTAppLauncher_Tests.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ │ └── Pods_WTAppLauncher_Tests_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ │ ├── arm64
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Tests.LinkFileList
│ │ │ │ │ │ └── armv7
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Tests.LinkFileList
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-all-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-generated-files.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-own-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-project-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ │ └── WTAppLauncher.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ └── WTAppLauncher_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ ├── arm64
│ │ │ │ │ │ ├── WTAppLauncher
│ │ │ │ │ │ ├── WTAppLauncher-dummy.d
│ │ │ │ │ │ ├── WTAppLauncher-dummy.dia
│ │ │ │ │ │ ├── WTAppLauncher-dummy.o
│ │ │ │ │ │ ├── WTAppLauncher.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher.d
│ │ │ │ │ │ ├── WTAppLauncher.dia
│ │ │ │ │ │ ├── WTAppLauncher.o
│ │ │ │ │ │ ├── WTAppLauncher_dependency_info.dat
│ │ │ │ │ │ ├── WTAppLauncher_vers.d
│ │ │ │ │ │ ├── WTAppLauncher_vers.dia
│ │ │ │ │ │ └── WTAppLauncher_vers.o
│ │ │ │ │ └── armv7
│ │ │ │ │ │ ├── WTAppLauncher
│ │ │ │ │ │ ├── WTAppLauncher-dummy.d
│ │ │ │ │ │ ├── WTAppLauncher-dummy.dia
│ │ │ │ │ │ ├── WTAppLauncher-dummy.o
│ │ │ │ │ │ ├── WTAppLauncher.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher.d
│ │ │ │ │ │ ├── WTAppLauncher.dia
│ │ │ │ │ │ ├── WTAppLauncher.o
│ │ │ │ │ │ ├── WTAppLauncher_dependency_info.dat
│ │ │ │ │ │ ├── WTAppLauncher_vers.d
│ │ │ │ │ │ ├── WTAppLauncher_vers.dia
│ │ │ │ │ │ └── WTAppLauncher_vers.o
│ │ │ │ │ ├── WTAppLauncher-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-all-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-generated-files.hmap
│ │ │ │ │ ├── WTAppLauncher-own-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-project-headers.hmap
│ │ │ │ │ ├── WTAppLauncher.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ ├── Debug-iphonesimulator
│ │ │ │ ├── Pods-WTAppLauncher_Example.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ │ └── Pods_WTAppLauncher_Example_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ │ └── x86_64
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.d
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.dia
│ │ │ │ │ │ │ ├── Pods-WTAppLauncher_Example-dummy.o
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.d
│ │ │ │ │ │ │ ├── Pods_WTAppLauncher_Example_vers.dia
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Example_vers.o
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-all-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-generated-files.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-own-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example-project-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Example.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ │ ├── Pods-WTAppLauncher_Tests.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ │ └── Pods_WTAppLauncher_Tests_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ │ └── x86_64
│ │ │ │ │ │ │ └── Pods_WTAppLauncher_Tests.LinkFileList
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-all-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-generated-files.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-own-target-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests-project-headers.hmap
│ │ │ │ │ ├── Pods_WTAppLauncher_Tests.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ │ └── WTAppLauncher.build
│ │ │ │ │ ├── DerivedSources
│ │ │ │ │ └── WTAppLauncher_vers.c
│ │ │ │ │ ├── Objects-normal
│ │ │ │ │ └── x86_64
│ │ │ │ │ │ ├── WTAppLauncher-dummy.d
│ │ │ │ │ │ ├── WTAppLauncher-dummy.dia
│ │ │ │ │ │ ├── WTAppLauncher-dummy.o
│ │ │ │ │ │ ├── WTAppLauncher.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher.d
│ │ │ │ │ │ ├── WTAppLauncher.dia
│ │ │ │ │ │ ├── WTAppLauncher.o
│ │ │ │ │ │ ├── WTAppLauncher_dependency_info.dat
│ │ │ │ │ │ ├── WTAppLauncher_vers.d
│ │ │ │ │ │ ├── WTAppLauncher_vers.dia
│ │ │ │ │ │ └── WTAppLauncher_vers.o
│ │ │ │ │ ├── WTAppLauncher-all-non-framework-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-all-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-generated-files.hmap
│ │ │ │ │ ├── WTAppLauncher-own-target-headers.hmap
│ │ │ │ │ ├── WTAppLauncher-project-headers.hmap
│ │ │ │ │ ├── WTAppLauncher.hmap
│ │ │ │ │ ├── dgph
│ │ │ │ │ └── module.modulemap
│ │ │ └── all-product-headers.yaml
│ │ ├── PrecompiledHeaders
│ │ │ ├── Tests-Prefix-bibwcyekxgtuzgghxfvbvuazswtt
│ │ │ │ └── Tests-Prefix.pch.pch.hash-criteria
│ │ │ ├── Tests-Prefix-dxvdqnneryiedcgyxgrjafrhxayo
│ │ │ │ └── Tests-Prefix.pch.pch.hash-criteria
│ │ │ ├── Tests-Prefix-fiocivhhmodvugfcsmeruatefyhq
│ │ │ │ └── Tests-Prefix.pch.pch.hash-criteria
│ │ │ ├── Tests-Prefix-glalioljbcrbpcdrxtzmvaxsougn
│ │ │ │ └── Tests-Prefix.pch.pch.hash-criteria
│ │ │ ├── WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj
│ │ │ │ ├── WTAppLauncher-Prefix.pch.d
│ │ │ │ ├── WTAppLauncher-Prefix.pch.data
│ │ │ │ ├── WTAppLauncher-Prefix.pch.dia
│ │ │ │ ├── WTAppLauncher-Prefix.pch.pch
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ │ ├── WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh
│ │ │ │ ├── WTAppLauncher-Prefix.pch.d
│ │ │ │ ├── WTAppLauncher-Prefix.pch.data
│ │ │ │ ├── WTAppLauncher-Prefix.pch.dia
│ │ │ │ ├── WTAppLauncher-Prefix.pch.pch
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ │ ├── WTAppLauncher-Prefix-dqgtlxbsinvjphhklhrxeivsdlgy
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ │ ├── WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla
│ │ │ │ ├── WTAppLauncher-Prefix.pch.d
│ │ │ │ ├── WTAppLauncher-Prefix.pch.data
│ │ │ │ ├── WTAppLauncher-Prefix.pch.dia
│ │ │ │ ├── WTAppLauncher-Prefix.pch.pch
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ │ ├── WTAppLauncher-Prefix-eincpemplratcsgwlkdhfozkqtfi
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ │ └── WTAppLauncher-Prefix-gdtbodrahrtbsndndhsukmfsuyxq
│ │ │ │ └── WTAppLauncher-Prefix.pch.pch.hash-criteria
│ │ └── WTAppLauncher.build
│ │ │ ├── Debug-iphoneos
│ │ │ ├── WTAppLauncher_Example.build
│ │ │ │ ├── Base.lproj
│ │ │ │ │ └── LaunchScreen.storyboardc
│ │ │ │ │ │ ├── 01J-lp-oVM-view-Ze5-6b-2t3.nib
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── UIViewController-01J-lp-oVM.nib
│ │ │ │ ├── DerivedSources
│ │ │ │ │ └── Pods-WTAppLauncher_Example-checkManifestLockResult.txt
│ │ │ │ ├── LaunchScreen-SBPartialInfo.plist
│ │ │ │ ├── Main-SBPartialInfo.plist
│ │ │ │ ├── Main.storyboardc
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── UIViewController-whP-gf-Uak.nib
│ │ │ │ │ └── whP-gf-Uak-view-TpU-gO-2f1.nib
│ │ │ │ ├── Objects-normal
│ │ │ │ │ ├── arm64
│ │ │ │ │ │ ├── WTAppDelegate.d
│ │ │ │ │ │ ├── WTAppDelegate.dia
│ │ │ │ │ │ ├── WTAppDelegate.o
│ │ │ │ │ │ ├── WTAppLauncher_Example
│ │ │ │ │ │ ├── WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher_Example_dependency_info.dat
│ │ │ │ │ │ ├── WTViewController.d
│ │ │ │ │ │ ├── WTViewController.dia
│ │ │ │ │ │ ├── WTViewController.o
│ │ │ │ │ │ ├── main.d
│ │ │ │ │ │ ├── main.dia
│ │ │ │ │ │ └── main.o
│ │ │ │ │ └── armv7
│ │ │ │ │ │ ├── WTAppDelegate.d
│ │ │ │ │ │ ├── WTAppDelegate.dia
│ │ │ │ │ │ ├── WTAppDelegate.o
│ │ │ │ │ │ ├── WTAppLauncher_Example
│ │ │ │ │ │ ├── WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher_Example_dependency_info.dat
│ │ │ │ │ │ ├── WTViewController.d
│ │ │ │ │ │ ├── WTViewController.dia
│ │ │ │ │ │ ├── WTViewController.o
│ │ │ │ │ │ ├── main.d
│ │ │ │ │ │ ├── main.dia
│ │ │ │ │ │ └── main.o
│ │ │ │ ├── Script-0CDD34275DB9BE5C5DC9E1D0.sh
│ │ │ │ ├── Script-60BE285C44D49B1ED1E87DA6.sh
│ │ │ │ ├── Script-765BC5907652BC74865D08E9.sh
│ │ │ │ ├── WTAppLauncher_Example-all-non-framework-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-all-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-generated-files.hmap
│ │ │ │ ├── WTAppLauncher_Example-own-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-project-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example.app.xcent
│ │ │ │ ├── WTAppLauncher_Example.hmap
│ │ │ │ ├── assetcatalog_dependencies
│ │ │ │ ├── assetcatalog_generated_info.plist
│ │ │ │ └── dgph
│ │ │ └── WTAppLauncher_Tests.build
│ │ │ │ ├── Objects-normal
│ │ │ │ ├── arm64
│ │ │ │ │ └── WTAppLauncher_Tests.LinkFileList
│ │ │ │ └── armv7
│ │ │ │ │ └── WTAppLauncher_Tests.LinkFileList
│ │ │ │ ├── Script-103231C7C52552326610A790.sh
│ │ │ │ ├── Script-28BDF5691A530A17DC24F12B.sh
│ │ │ │ ├── Script-5C5505EF4B29A7BB7143213B.sh
│ │ │ │ ├── WTAppLauncher_Tests-all-non-framework-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-all-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-generated-files.hmap
│ │ │ │ ├── WTAppLauncher_Tests-own-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-project-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests.hmap
│ │ │ │ └── dgph
│ │ │ ├── Debug-iphonesimulator
│ │ │ ├── WTAppLauncher_Example.build
│ │ │ │ ├── Base.lproj
│ │ │ │ │ └── LaunchScreen.storyboardc
│ │ │ │ │ │ ├── 01J-lp-oVM-view-Ze5-6b-2t3.nib
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── UIViewController-01J-lp-oVM.nib
│ │ │ │ ├── DerivedSources
│ │ │ │ │ └── Pods-WTAppLauncher_Example-checkManifestLockResult.txt
│ │ │ │ ├── LaunchScreen-SBPartialInfo.plist
│ │ │ │ ├── Main-SBPartialInfo.plist
│ │ │ │ ├── Main.storyboardc
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── UIViewController-whP-gf-Uak.nib
│ │ │ │ │ └── whP-gf-Uak-view-TpU-gO-2f1.nib
│ │ │ │ ├── Objects-normal
│ │ │ │ │ └── x86_64
│ │ │ │ │ │ ├── WTAppDelegate.d
│ │ │ │ │ │ ├── WTAppDelegate.dia
│ │ │ │ │ │ ├── WTAppDelegate.o
│ │ │ │ │ │ ├── WTAppLauncher_Example.LinkFileList
│ │ │ │ │ │ ├── WTAppLauncher_Example_dependency_info.dat
│ │ │ │ │ │ ├── WTViewController.d
│ │ │ │ │ │ ├── WTViewController.dia
│ │ │ │ │ │ ├── WTViewController.o
│ │ │ │ │ │ ├── main.d
│ │ │ │ │ │ ├── main.dia
│ │ │ │ │ │ └── main.o
│ │ │ │ ├── Script-0CDD34275DB9BE5C5DC9E1D0.sh
│ │ │ │ ├── Script-60BE285C44D49B1ED1E87DA6.sh
│ │ │ │ ├── Script-765BC5907652BC74865D08E9.sh
│ │ │ │ ├── WTAppLauncher_Example-all-non-framework-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-all-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-generated-files.hmap
│ │ │ │ ├── WTAppLauncher_Example-own-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example-project-headers.hmap
│ │ │ │ ├── WTAppLauncher_Example.app.xcent
│ │ │ │ ├── WTAppLauncher_Example.hmap
│ │ │ │ ├── assetcatalog_dependencies
│ │ │ │ ├── assetcatalog_generated_info.plist
│ │ │ │ └── dgph
│ │ │ └── WTAppLauncher_Tests.build
│ │ │ │ ├── Objects-normal
│ │ │ │ └── x86_64
│ │ │ │ │ └── WTAppLauncher_Tests.LinkFileList
│ │ │ │ ├── Script-103231C7C52552326610A790.sh
│ │ │ │ ├── Script-28BDF5691A530A17DC24F12B.sh
│ │ │ │ ├── Script-5C5505EF4B29A7BB7143213B.sh
│ │ │ │ ├── WTAppLauncher_Tests-all-non-framework-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-all-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-generated-files.hmap
│ │ │ │ ├── WTAppLauncher_Tests-own-target-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests-project-headers.hmap
│ │ │ │ ├── WTAppLauncher_Tests.hmap
│ │ │ │ └── dgph
│ │ │ └── all-product-headers.yaml
│ └── Products
│ │ ├── Debug-iphoneos
│ │ ├── Pods_WTAppLauncher_Example.framework
│ │ │ ├── Headers
│ │ │ │ └── Pods-WTAppLauncher_Example-umbrella.h
│ │ │ ├── Info.plist
│ │ │ ├── Modules
│ │ │ │ └── module.modulemap
│ │ │ └── Pods_WTAppLauncher_Example
│ │ ├── WTAppLauncher
│ │ │ └── WTAppLauncher.framework
│ │ │ │ ├── Headers
│ │ │ │ └── WTAppLauncher-umbrella.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── Modules
│ │ │ │ └── module.modulemap
│ │ │ │ └── WTAppLauncher
│ │ ├── WTAppLauncher_Example.app.dSYM
│ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── Resources
│ │ │ │ └── DWARF
│ │ │ │ └── WTAppLauncher_Example
│ │ └── WTAppLauncher_Example.app
│ │ │ ├── Base.lproj
│ │ │ └── LaunchScreen.storyboardc
│ │ │ │ ├── 01J-lp-oVM-view-Ze5-6b-2t3.nib
│ │ │ │ ├── Info.plist
│ │ │ │ └── UIViewController-01J-lp-oVM.nib
│ │ │ ├── Frameworks
│ │ │ └── WTAppLauncher.framework
│ │ │ │ ├── Info.plist
│ │ │ │ ├── WTAppLauncher
│ │ │ │ └── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── Main.storyboardc
│ │ │ ├── Info.plist
│ │ │ ├── UIViewController-whP-gf-Uak.nib
│ │ │ └── whP-gf-Uak-view-TpU-gO-2f1.nib
│ │ │ ├── PkgInfo
│ │ │ ├── WTAppLauncher_Example
│ │ │ ├── _CodeSignature
│ │ │ └── CodeResources
│ │ │ ├── embedded.mobileprovision
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Debug-iphonesimulator
│ │ ├── Pods_WTAppLauncher_Example.framework
│ │ ├── Headers
│ │ │ └── Pods-WTAppLauncher_Example-umbrella.h
│ │ ├── Info.plist
│ │ ├── Modules
│ │ │ └── module.modulemap
│ │ ├── Pods_WTAppLauncher_Example
│ │ └── _CodeSignature
│ │ │ ├── CodeDirectory
│ │ │ ├── CodeRequirements
│ │ │ ├── CodeRequirements-1
│ │ │ ├── CodeResources
│ │ │ └── CodeSignature
│ │ ├── WTAppLauncher
│ │ └── WTAppLauncher.framework
│ │ │ ├── Headers
│ │ │ ├── WTAppLauncher-umbrella.h
│ │ │ └── WTAppLauncher.h
│ │ │ ├── Info.plist
│ │ │ ├── Modules
│ │ │ └── module.modulemap
│ │ │ ├── WTAppLauncher
│ │ │ └── _CodeSignature
│ │ │ └── CodeResources
│ │ ├── WTAppLauncher_Example.app.dSYM
│ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── Resources
│ │ │ └── DWARF
│ │ │ └── WTAppLauncher_Example
│ │ └── WTAppLauncher_Example.app
│ │ ├── Base.lproj
│ │ └── LaunchScreen.storyboardc
│ │ │ ├── 01J-lp-oVM-view-Ze5-6b-2t3.nib
│ │ │ ├── Info.plist
│ │ │ └── UIViewController-01J-lp-oVM.nib
│ │ ├── Frameworks
│ │ └── WTAppLauncher.framework
│ │ │ ├── Info.plist
│ │ │ ├── WTAppLauncher
│ │ │ └── _CodeSignature
│ │ │ └── CodeResources
│ │ ├── Info.plist
│ │ ├── Main.storyboardc
│ │ ├── Info.plist
│ │ ├── UIViewController-whP-gf-Uak.nib
│ │ └── whP-gf-Uak-view-TpU-gO-2f1.nib
│ │ ├── PkgInfo
│ │ ├── WTAppLauncher_Example
│ │ ├── _CodeSignature
│ │ └── CodeResources
│ │ └── en.lproj
│ │ └── InfoPlist.strings
├── Podfile
├── Podfile.lock
├── Pods
│ ├── Local Podspecs
│ │ └── WTAppLauncher.podspec.json
│ ├── Manifest.lock
│ ├── Pods.xcodeproj
│ │ ├── project.pbxproj
│ │ └── xcuserdata
│ │ │ └── didi.xcuserdatad
│ │ │ └── xcschemes
│ │ │ ├── Pods-WTAppLauncher_Example.xcscheme
│ │ │ ├── Pods-WTAppLauncher_Tests.xcscheme
│ │ │ ├── WTAppLauncher.xcscheme
│ │ │ └── xcschememanagement.plist
│ └── Target Support Files
│ │ ├── Pods-WTAppLauncher_Example
│ │ ├── Info.plist
│ │ ├── Pods-WTAppLauncher_Example-acknowledgements.markdown
│ │ ├── Pods-WTAppLauncher_Example-acknowledgements.plist
│ │ ├── Pods-WTAppLauncher_Example-dummy.m
│ │ ├── Pods-WTAppLauncher_Example-frameworks.sh
│ │ ├── Pods-WTAppLauncher_Example-resources.sh
│ │ ├── Pods-WTAppLauncher_Example-umbrella.h
│ │ ├── Pods-WTAppLauncher_Example.debug.xcconfig
│ │ ├── Pods-WTAppLauncher_Example.modulemap
│ │ └── Pods-WTAppLauncher_Example.release.xcconfig
│ │ ├── Pods-WTAppLauncher_Tests
│ │ ├── Info.plist
│ │ ├── Pods-WTAppLauncher_Tests-acknowledgements.markdown
│ │ ├── Pods-WTAppLauncher_Tests-acknowledgements.plist
│ │ ├── Pods-WTAppLauncher_Tests-dummy.m
│ │ ├── Pods-WTAppLauncher_Tests-frameworks.sh
│ │ ├── Pods-WTAppLauncher_Tests-resources.sh
│ │ ├── Pods-WTAppLauncher_Tests-umbrella.h
│ │ ├── Pods-WTAppLauncher_Tests.debug.xcconfig
│ │ ├── Pods-WTAppLauncher_Tests.modulemap
│ │ └── Pods-WTAppLauncher_Tests.release.xcconfig
│ │ └── WTAppLauncher
│ │ ├── Info.plist
│ │ ├── WTAppLauncher-dummy.m
│ │ ├── WTAppLauncher-prefix.pch
│ │ ├── WTAppLauncher-umbrella.h
│ │ ├── WTAppLauncher.modulemap
│ │ └── WTAppLauncher.xcconfig
├── Tests
│ ├── Tests-Info.plist
│ ├── Tests-Prefix.pch
│ ├── Tests.m
│ └── en.lproj
│ │ └── InfoPlist.strings
├── WTAppLauncher.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ └── contents.xcworkspacedata
│ ├── xcshareddata
│ │ └── xcschemes
│ │ │ └── WTAppLauncher-Example.xcscheme
│ └── xcuserdata
│ │ └── hongruqi.xcuserdatad
│ │ └── xcschemes
│ │ └── xcschememanagement.plist
├── WTAppLauncher.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcshareddata
│ │ └── IDEWorkspaceChecks.plist
│ └── xcuserdata
│ │ ├── didi.xcuserdatad
│ │ ├── UserInterfaceState.xcuserstate
│ │ └── xcdebugger
│ │ │ └── Breakpoints_v2.xcbkptlist
│ │ └── hongruqi.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
└── WTAppLauncher
│ ├── Base.lproj
│ ├── LaunchScreen.storyboard
│ └── Main.storyboard
│ ├── Images.xcassets
│ └── AppIcon.appiconset
│ │ └── Contents.json
│ ├── Test1.h
│ ├── Test1.m
│ ├── Test2.h
│ ├── Test2.m
│ ├── Test3.h
│ ├── Test3.m
│ ├── Test4.h
│ ├── Test4.m
│ ├── Test5.h
│ ├── Test5.m
│ ├── WTAppDelegate.h
│ ├── WTAppDelegate.m
│ ├── WTAppLauncher-Info.plist
│ ├── WTAppLauncher-Prefix.pch
│ ├── WTViewController.h
│ ├── WTViewController.m
│ ├── en.lproj
│ └── InfoPlist.strings
│ └── main.m
├── LICENSE
├── README.md
├── WTAppLauncher.podspec
├── WTAppLauncher
├── Assets
│ └── .gitkeep
└── Classes
│ ├── .gitkeep
│ ├── WTLauncher.h
│ ├── WTLauncher.m
│ ├── WTLauncherCenter.h
│ └── WTLauncherCenter.m
└── _Pods.xcodeproj
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.* linguist-language=objective-c
2 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | # references:
2 | # * http://www.objc.io/issue-6/travis-ci.html
3 | # * https://github.com/supermarin/xcpretty#usage
4 |
5 | osx_image: xcode7.3
6 | language: objective-c
7 | # cache: cocoapods
8 | # podfile: Example/Podfile
9 | # before_install:
10 | # - gem install cocoapods # Since Travis is not always on latest version
11 | # - pod install --project-directory=Example
12 | script:
13 | - set -o pipefail && xcodebuild test -workspace Example/WTAppLauncher.xcworkspace -scheme WTAppLauncher-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14 | - pod lib lint
15 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/DerivedSources/Pods_WTAppLauncher_Example_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char Pods_WTAppLauncher_ExampleVersionString[];
2 | extern const double Pods_WTAppLauncher_ExampleVersionNumber;
3 |
4 | const unsigned char Pods_WTAppLauncher_ExampleVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Pods_WTAppLauncher_Example PROJECT:Pods-1" "\n";
5 | const double Pods_WTAppLauncher_ExampleVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/module.modulemap
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods-WTAppLauncher_Example-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/DerivedSources/Pods_WTAppLauncher_Example_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/arm64/Pods_WTAppLauncher_Example_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/module.modulemap
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods-WTAppLauncher_Example-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/DerivedSources/Pods_WTAppLauncher_Example_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Objects-normal/armv7/Pods_WTAppLauncher_Example_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 28 201711:53:13S / Users hongruqi Pods
WTAppLauncher Example Pods Build Products
Intermediates tmp Pods.dst var
folders 0n pdwplg8s1c5fl7yy4rb87rvc0000gn C com.apple.DeveloperTools
8.3.3-8E3004b Xcode Debug-iphoneos
2 |
3 | Pods.build Debug-iphoneos
4 | PrecompiledHeaders Applications Xcode.app Contents Developer Platforms iPhoneOS.platform Developer SDKs iPhoneOS10.3.sdk Target Support Files "Pods-WTAppLauncher_Example #
5 | Info.plist Pods-WTAppLauncher_Example.build %DerivedSources $Pods_WTAppLauncher_Example.framework '
6 | Info.plist 'PkgInfo 'Pods_WTAppLauncher_Example OnDemandResources %module.modulemap #$Pods-WTAppLauncher_Example.modulemap #"Pods-WTAppLauncher_Example-dummy.m %Objects-normal /armv7 0"Pods-WTAppLauncher_Example-dummy.o !SDKSettings.plist !System 3Library 4CoreServices 5SystemVersion.plist
7 | Toolchains 7XcodeDefault.xctoolchain 8usr 9lib :clang ;8.1.0 <include =module.modulemap 0$Pods-WTAppLauncher_Example-dummy.ast &!Pods_WTAppLauncher_Example_vers.c 0!Pods_WTAppLauncher_Example_vers.o 0Pods_WTAppLauncher_Example 0'Pods_WTAppLauncher_Example.LinkFileList 4
8 | Frameworks DFoundation.framework E
9 | Foundation /arm64 G"Pods-WTAppLauncher_Example-dummy.o G$Pods-WTAppLauncher_Example-dummy.ast G!Pods_WTAppLauncher_Example_vers.o GPods_WTAppLauncher_Example G'Pods_WTAppLauncher_Example.LinkFileList #%Pods-WTAppLauncher_Example-umbrella.h 'Headers N%Pods-WTAppLauncher_Example-umbrella.h 'Modules Pmodule.modulemap 'PrivateHeaders 'PlugIns
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Example.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Example {
2 | umbrella header "Pods-WTAppLauncher_Example-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/DerivedSources/Pods_WTAppLauncher_Tests_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char Pods_WTAppLauncher_TestsVersionString[];
2 | extern const double Pods_WTAppLauncher_TestsVersionNumber;
3 |
4 | const unsigned char Pods_WTAppLauncher_TestsVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Pods_WTAppLauncher_Tests PROJECT:Pods-1" "\n";
5 | const double Pods_WTAppLauncher_TestsVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/arm64/Pods_WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/arm64/Pods-WTAppLauncher_Tests-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/arm64/Pods_WTAppLauncher_Tests_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/armv7/Pods_WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/armv7/Pods-WTAppLauncher_Tests-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Objects-normal/armv7/Pods_WTAppLauncher_Tests_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 28 201711:53:13S / Users hongruqi Pods
WTAppLauncher Example Pods Build Products
Intermediates tmp Pods.dst var
folders 0n pdwplg8s1c5fl7yy4rb87rvc0000gn C com.apple.DeveloperTools
8.3.3-8E3004b Xcode Debug-iphoneos
2 |
3 | Pods.build Debug-iphoneos
4 | PrecompiledHeaders Applications Xcode.app Contents Developer Platforms iPhoneOS.platform Developer SDKs iPhoneOS10.3.sdk Target Support Files "Pods-WTAppLauncher_Tests #
5 | Info.plist Pods-WTAppLauncher_Tests.build %DerivedSources "Pods_WTAppLauncher_Tests.framework '
6 | Info.plist 'PkgInfo 'Pods_WTAppLauncher_Tests OnDemandResources %module.modulemap #"Pods-WTAppLauncher_Tests.modulemap # Pods-WTAppLauncher_Tests-dummy.m %Objects-normal /armv7 0 Pods-WTAppLauncher_Tests-dummy.o !SDKSettings.plist !System 3Library 4CoreServices 5SystemVersion.plist
7 | Toolchains 7XcodeDefault.xctoolchain 8usr 9lib :clang ;8.1.0 <include =module.modulemap 0"Pods-WTAppLauncher_Tests-dummy.ast &Pods_WTAppLauncher_Tests_vers.c 0Pods_WTAppLauncher_Tests_vers.o 0Pods_WTAppLauncher_Tests 0%Pods_WTAppLauncher_Tests.LinkFileList 4
8 | Frameworks DFoundation.framework E
9 | Foundation /arm64 G Pods-WTAppLauncher_Tests-dummy.o G"Pods-WTAppLauncher_Tests-dummy.ast GPods_WTAppLauncher_Tests_vers.o GPods_WTAppLauncher_Tests G%Pods_WTAppLauncher_Tests.LinkFileList ##Pods-WTAppLauncher_Tests-umbrella.h 'Headers N#Pods-WTAppLauncher_Tests-umbrella.h 'Modules Pmodule.modulemap 'PrivateHeaders 'PlugIns
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-WTAppLauncher_Tests.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Tests {
2 | umbrella header "Pods-WTAppLauncher_Tests-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/DerivedSources/WTAppLauncher_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char WTAppLauncherVersionString[];
2 | extern const double WTAppLauncherVersionNumber;
3 |
4 | const unsigned char WTAppLauncherVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:WTAppLauncher PROJECT:Pods-1" "\n";
5 | const double WTAppLauncherVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher-dummy.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch \
5 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.h
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/DerivedSources/WTAppLauncher_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/arm64/WTAppLauncher_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher-dummy.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch \
5 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.h
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/DerivedSources/WTAppLauncher_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/Objects-normal/armv7/WTAppLauncher_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/WTAppLauncher.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 28 201711:53:13\ / Users hongruqi Pods
WTAppLauncher Example Pods Build Products
Intermediates tmp Pods.dst var
folders 0n pdwplg8s1c5fl7yy4rb87rvc0000gn C com.apple.DeveloperTools
8.3.3-8E3004b Xcode Debug-iphoneos
WTAppLauncher
2 |
3 | Pods.build Debug-iphoneos
4 | PrecompiledHeaders Applications Xcode.app Contents Developer Platforms iPhoneOS.platform Developer SDKs !iPhoneOS10.3.sdk Target Support Files #
WTAppLauncher $
5 | Info.plist WTAppLauncher.build &DerivedSources WTAppLauncher.framework (
6 | Info.plist (PkgInfo (
WTAppLauncher OnDemandResources &module.modulemap $WTAppLauncher.modulemap
WTAppLauncher /Classes 0WTAppLauncher.m &Objects-normal 2armv7 3WTAppLauncher.o $WTAppLauncher-prefix.pch "SDKSettings.plist "System 7Library 8CoreServices 9SystemVersion.plist
7 | Toolchains ;XcodeDefault.xctoolchain <usr =lib >clang ?8.1.0 @include Amodule.modulemap 3WTAppLauncher.ast $WTAppLauncher-dummy.m 3WTAppLauncher-dummy.o 3WTAppLauncher-dummy.ast 'WTAppLauncher_vers.c 3WTAppLauncher_vers.o 3
WTAppLauncher 3WTAppLauncher.LinkFileList 8
8 | Frameworks KFoundation.framework L
9 | Foundation 2arm64 NWTAppLauncher.o NWTAppLauncher.ast NWTAppLauncher-dummy.o NWTAppLauncher-dummy.ast NWTAppLauncher_vers.o N
WTAppLauncher NWTAppLauncher.LinkFileList $WTAppLauncher-umbrella.h (Headers WWTAppLauncher-umbrella.h (Modules Ymodule.modulemap (PrivateHeaders (PlugIns
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphoneos/WTAppLauncher.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module WTAppLauncher {
2 | umbrella header "WTAppLauncher-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/DerivedSources/Pods_WTAppLauncher_Example_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char Pods_WTAppLauncher_ExampleVersionString[];
2 | extern const double Pods_WTAppLauncher_ExampleVersionNumber;
3 |
4 | const unsigned char Pods_WTAppLauncher_ExampleVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Pods_WTAppLauncher_Example PROJECT:Pods-1" "\n";
5 | const double Pods_WTAppLauncher_ExampleVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target\ Support\ Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/module.modulemap
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods-WTAppLauncher_Example-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/DerivedSources/Pods_WTAppLauncher_Example_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Objects-normal/x86_64/Pods_WTAppLauncher_Example_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/Pods_WTAppLauncher_Example.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/dgph
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Example {
2 | umbrella header "Pods-WTAppLauncher_Example-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/DerivedSources/Pods_WTAppLauncher_Tests_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char Pods_WTAppLauncher_TestsVersionString[];
2 | extern const double Pods_WTAppLauncher_TestsVersionNumber;
3 |
4 | const unsigned char Pods_WTAppLauncher_TestsVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Pods_WTAppLauncher_Tests PROJECT:Pods-1" "\n";
5 | const double Pods_WTAppLauncher_TestsVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Objects-normal/x86_64/Pods_WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Objects-normal/x86_64/Pods-WTAppLauncher_Tests-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Objects-normal/x86_64/Pods_WTAppLauncher_Tests_vers.o
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/Pods_WTAppLauncher_Tests.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 28 201711:53:13 / Users hongruqi Pods
WTAppLauncher Example Pods
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Tests.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Tests {
2 | umbrella header "Pods-WTAppLauncher_Tests-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/DerivedSources/WTAppLauncher_vers.c:
--------------------------------------------------------------------------------
1 | extern const unsigned char WTAppLauncherVersionString[];
2 | extern const double WTAppLauncherVersionNumber;
3 |
4 | const unsigned char WTAppLauncherVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:WTAppLauncher PROJECT:Pods-1" "\n";
5 | const double WTAppLauncherVersionNumber __attribute__ ((used)) = (double)1.;
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-dummy.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher-dummy.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.m \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/module.modulemap \
4 | /Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target\ Support\ Files/WTAppLauncher/WTAppLauncher-prefix.pch \
5 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.h
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/DerivedSources/WTAppLauncher_vers.c
3 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/Objects-normal/x86_64/WTAppLauncher_vers.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-generated-files.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-generated-files.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/WTAppLauncher.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/dgph
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module WTAppLauncher {
2 | umbrella header "WTAppLauncher-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/Pods.build/all-product-headers.yaml:
--------------------------------------------------------------------------------
1 | {
2 | 'version': 0,
3 | 'case-sensitive': 'false',
4 | 'roots': [
5 | {
6 | 'type': 'directory',
7 | 'name': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Headers",
8 | 'contents': [
9 | {
10 | 'type': 'file',
11 | 'name': "Pods-WTAppLauncher_Example-umbrella.h",
12 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-umbrella.h"
13 | },
14 | {
15 | 'type': 'file',
16 | 'name': "Pods_WTAppLauncher_Example-Swift.h",
17 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Headers/Pods_WTAppLauncher_Example-Swift.h"
18 | }
19 | ]
20 | },
21 | {
22 | 'type': 'directory',
23 | 'name': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Modules",
24 | 'contents': [
25 | {
26 | 'type': 'file',
27 | 'name': "module.modulemap",
28 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-WTAppLauncher_Example.build/module.modulemap"
29 | }
30 | ]
31 | },
32 | {
33 | 'type': 'directory',
34 | 'name': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers",
35 | 'contents': [
36 | {
37 | 'type': 'file',
38 | 'name': "WTAppLauncher-Swift.h",
39 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers/WTAppLauncher-Swift.h"
40 | },
41 | {
42 | 'type': 'file',
43 | 'name': "WTAppLauncher-umbrella.h",
44 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher-umbrella.h"
45 | },
46 | {
47 | 'type': 'file',
48 | 'name': "WTAppLauncher.h",
49 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Classes/WTAppLauncher.h"
50 | }
51 | ]
52 | },
53 | {
54 | 'type': 'directory',
55 | 'name': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Modules",
56 | 'contents': [
57 | {
58 | 'type': 'file',
59 | 'name': "module.modulemap",
60 | 'external-contents': "/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/WTAppLauncher.build/module.modulemap"
61 | }
62 | ]
63 | }
64 | ]
65 | }
66 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/Tests-Prefix-bibwcyekxgtuzgghxfvbvuazswtt/Tests-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | arm64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fpascal-strings
11 | -O0
12 | -DDEBUG=1
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -iquote
20 | -iquote
21 | -I/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
22 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos
23 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/Developer/Library/Frameworks
24 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
25 | -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks
26 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | aarch64-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/Tests-Prefix-dxvdqnneryiedcgyxgrjafrhxayo/Tests-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | x86_64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fpascal-strings
11 | -O0
12 | -DDEBUG=1
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk
17 | -fasm-blocks
18 | -mios-simulator-version-min=8.3
19 | -g
20 | -fobjc-abi-version=2
21 | -fobjc-legacy-dispatch
22 | -iquote
23 | -iquote
24 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/include
25 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator
26 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/Developer/Library/Frameworks
27 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher
28 | -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks
29 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks
30 | -iquote
31 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers
32 | x86_64-apple-darwin16.5.0
33 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
34 | SDK_PRODUCT_BUILD_VERSION=14E8301
35 | 14E8301
36 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/Tests-Prefix-fiocivhhmodvugfcsmeruatefyhq/Tests-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | arm64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fpascal-strings
11 | -O0
12 | -DDEBUG=1
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -iquote
20 | -iquote
21 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
22 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos
23 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/Developer/Library/Frameworks
24 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
25 | -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks
26 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | aarch64-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/Tests-Prefix-glalioljbcrbpcdrxtzmvaxsougn/Tests-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | armv7
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fpascal-strings
11 | -O0
12 | -DDEBUG=1
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -iquote
20 | -iquote
21 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
22 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos
23 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/Developer/Library/Frameworks
24 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
25 | -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks
26 | -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | arm-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj/WTAppLauncher-Prefix.pch.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj/WTAppLauncher-Prefix.pch.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj/WTAppLauncher-Prefix.pch.pch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj/WTAppLauncher-Prefix.pch.pch
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-alxmwkckwepwitfpipvcjhyahgjj/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | armv7
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fbuild-session-file=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
11 | -fpascal-strings
12 | -O0
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -fembed-bitcode-marker
20 | -iquote
21 | -ivfsoverlay
22 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml
23 | -iquote
24 | -I/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
25 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos
26 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | arm-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh/WTAppLauncher-Prefix.pch.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh/WTAppLauncher-Prefix.pch.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh/WTAppLauncher-Prefix.pch.pch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh/WTAppLauncher-Prefix.pch.pch
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ayrxopuqzpbngqhdyykaxshtxwmh/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | x86_64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fbuild-session-file=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
11 | -fpascal-strings
12 | -O0
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk
17 | -fasm-blocks
18 | -mios-simulator-version-min=8.3
19 | -g
20 | -fobjc-abi-version=2
21 | -fobjc-legacy-dispatch
22 | -iquote
23 | -ivfsoverlay
24 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml
25 | -iquote
26 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/include
27 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator
28 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher
29 | -iquote
30 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers
31 | x86_64-apple-darwin16.5.0
32 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
33 | SDK_PRODUCT_BUILD_VERSION=14E8301
34 | 14E8301
35 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-dqgtlxbsinvjphhklhrxeivsdlgy/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | arm64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fbuild-session-file=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
11 | -fpascal-strings
12 | -O0
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -fembed-bitcode-marker
20 | -iquote
21 | -ivfsoverlay
22 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml
23 | -iquote
24 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
25 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos
26 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | aarch64-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla/WTAppLauncher-Prefix.pch.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla/WTAppLauncher-Prefix.pch.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla/WTAppLauncher-Prefix.pch.pch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla/WTAppLauncher-Prefix.pch.pch
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-ehgrwqxcwnajbldtxyuyshxeadla/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | arm64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fbuild-session-file=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
11 | -fpascal-strings
12 | -O0
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -fembed-bitcode-marker
20 | -iquote
21 | -ivfsoverlay
22 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml
23 | -iquote
24 | -I/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
25 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos
26 | -F/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | aarch64-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-eincpemplratcsgwlkdhfozkqtfi/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | armv7
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fbuild-session-file=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation
11 | -fpascal-strings
12 | -O0
13 | -DDEBUG=1
14 | -DCOCOAPODS=1
15 | -isysroot
16 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk
17 | -miphoneos-version-min=8.3
18 | -g
19 | -fembed-bitcode-marker
20 | -iquote
21 | -ivfsoverlay
22 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml
23 | -iquote
24 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/include
25 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos
26 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher
27 | -iquote
28 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers
29 | arm-apple-darwin16.5.0
30 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
31 | SDK_PRODUCT_BUILD_VERSION=14E8301
32 | 14E8301
33 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/PrecompiledHeaders/WTAppLauncher-Prefix-gdtbodrahrtbsndndhsukmfsuyxq/WTAppLauncher-Prefix.pch.pch.hash-criteria:
--------------------------------------------------------------------------------
1 | -x
2 | objective-c
3 | -arch
4 | x86_64
5 | -std=gnu99
6 | -fobjc-arc
7 | -fmodules
8 | -gmodules
9 | -fmodules-cache-path=/Users/hongruqi/Library/Developer/Xcode/DerivedData/ModuleCache
10 | -fpascal-strings
11 | -O0
12 | -DDEBUG=1
13 | -DCOCOAPODS=1
14 | -isysroot
15 | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk
16 | -fasm-blocks
17 | -mios-simulator-version-min=8.3
18 | -g
19 | -fobjc-abi-version=2
20 | -fobjc-legacy-dispatch
21 | -iquote
22 | -iquote
23 | -I/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/include
24 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator
25 | -F/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher
26 | -iquote
27 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers
28 | x86_64-apple-darwin16.5.0
29 | "4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)"
30 | SDK_PRODUCT_BUILD_VERSION=14E8301
31 | 14E8301
32 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/DerivedSources/Pods-WTAppLauncher_Example-checkManifestLockResult.txt:
--------------------------------------------------------------------------------
1 | SUCCESS
2 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/LaunchScreen-SBPartialInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main-SBPartialInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/UIViewController-whP-gf-Uak.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/UIViewController-whP-gf-Uak.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTAppDelegate.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTViewController.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTViewController.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/WTViewController.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/main.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/arm64/main.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTAppDelegate.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTViewController.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTViewController.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/WTViewController.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/main.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Objects-normal/armv7/main.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Script-0CDD34275DB9BE5C5DC9E1D0.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
3 | if [ $? != 0 ] ; then
4 | # print error to STDERR
5 | echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
6 | exit 1
7 | fi
8 | # This output is used by Xcode 'outputs' to avoid re-running this script phase.
9 | echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"
10 |
11 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Script-60BE285C44D49B1ED1E87DA6.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-resources.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/Script-765BC5907652BC74865D08E9.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-frameworks.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-generated-files.hmap:
--------------------------------------------------------------------------------
1 | pamh x
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example.app.xcent:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | application-identifier
6 | BMP99N9345.org.cocoapods.demo.WTAppLauncher-Example
7 | com.apple.developer.team-identifier
8 | BMP99N9345
9 | get-task-allow
10 |
11 | keychain-access-groups
12 |
13 | BMP99N9345.org.cocoapods.demo.WTAppLauncher-Example
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/WTAppLauncher_Example.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/assetcatalog_dependencies:
--------------------------------------------------------------------------------
1 | actool-12121 /Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/WTAppLauncher/Images.xcassets @/Users/hongruqi/Pods/WTAppLauncher/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/assetcatalog_generated_info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/assetcatalog_generated_info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Example.build/dgph
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Objects-normal/arm64/WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Objects-normal/arm64/Tests.o
2 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Objects-normal/armv7/WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Objects-normal/armv7/Tests.o
2 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Script-103231C7C52552326610A790.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-resources.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Script-28BDF5691A530A17DC24F12B.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-frameworks.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/Script-5C5505EF4B29A7BB7143213B.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
3 | if [ $? != 0 ] ; then
4 | # print error to STDERR
5 | echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
6 | exit 1
7 | fi
8 | # This output is used by Xcode 'outputs' to avoid re-running this script phase.
9 | echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"
10 |
11 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-generated-files.hmap:
--------------------------------------------------------------------------------
1 | pamh x
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/WTAppLauncher_Tests.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphoneos/WTAppLauncher_Tests.build/dgph
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/DerivedSources/Pods-WTAppLauncher_Example-checkManifestLockResult.txt:
--------------------------------------------------------------------------------
1 | SUCCESS
2 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/LaunchScreen-SBPartialInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main-SBPartialInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/UIViewController-whP-gf-Uak.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/UIViewController-whP-gf-Uak.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h \
5 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers/WTAppLauncher.h
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppLauncher_Example.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTAppDelegate.o
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.o
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.o
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTViewController.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTViewController.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/WTViewController.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.d:
--------------------------------------------------------------------------------
1 | dependencies: \
2 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppLauncher-Prefix.pch \
3 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/main.m \
4 | /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/WTAppDelegate.h
5 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.dia
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Objects-normal/x86_64/main.o
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Script-0CDD34275DB9BE5C5DC9E1D0.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
3 | if [ $? != 0 ] ; then
4 | # print error to STDERR
5 | echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
6 | exit 1
7 | fi
8 | # This output is used by Xcode 'outputs' to avoid re-running this script phase.
9 | echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"
10 |
11 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Script-60BE285C44D49B1ED1E87DA6.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-resources.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/Script-765BC5907652BC74865D08E9.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-frameworks.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-generated-files.hmap:
--------------------------------------------------------------------------------
1 | pamh x
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example.app.xcent:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | application-identifier
6 | PKS42D9H38.org.cocoapods.demo.WTAppLauncher-Example
7 | keychain-access-groups
8 |
9 | PKS42D9H38.org.cocoapods.demo.WTAppLauncher-Example
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/WTAppLauncher_Example.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/assetcatalog_dependencies:
--------------------------------------------------------------------------------
1 | actool-12121 /Users/hongruqi/Pods/WTAppLauncher/Example/WTAppLauncher/Images.xcassets @/Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/assetcatalog_generated_info.plist
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/assetcatalog_generated_info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Example.build/dgph
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/Objects-normal/x86_64/WTAppLauncher_Tests.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/hongruqi/Pods/WTAppLauncher/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/Objects-normal/x86_64/Tests.o
2 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/Script-103231C7C52552326610A790.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-resources.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/Script-28BDF5691A530A17DC24F12B.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | "${SRCROOT}/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-frameworks.sh"
3 |
4 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/Script-5C5505EF4B29A7BB7143213B.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
3 | if [ $? != 0 ] ; then
4 | # print error to STDERR
5 | echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
6 | exit 1
7 | fi
8 | # This output is used by Xcode 'outputs' to avoid re-running this script phase.
9 | echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"
10 |
11 |
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-all-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-generated-files.hmap:
--------------------------------------------------------------------------------
1 | pamh x
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-own-target-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests-project-headers.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/WTAppLauncher_Tests.hmap
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/Debug-iphonesimulator/WTAppLauncher_Tests.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 28 201711:53:13 / Users hongruqi Pods
WTAppLauncher Example
--------------------------------------------------------------------------------
/Example/Build/Intermediates/WTAppLauncher.build/all-product-headers.yaml:
--------------------------------------------------------------------------------
1 | {
2 | 'version': 0,
3 | 'case-sensitive': 'false',
4 | 'roots': [
5 | ]
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Headers/Pods-WTAppLauncher_Example-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
14 | FOUNDATION_EXPORT double Pods_WTAppLauncher_ExampleVersionNumber;
15 | FOUNDATION_EXPORT const unsigned char Pods_WTAppLauncher_ExampleVersionString[];
16 |
17 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Example {
2 | umbrella header "Pods-WTAppLauncher_Example-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Pods_WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/Pods_WTAppLauncher_Example.framework/Pods_WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Headers/WTAppLauncher-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
14 | FOUNDATION_EXPORT double WTAppLauncherVersionNumber;
15 | FOUNDATION_EXPORT const unsigned char WTAppLauncherVersionString[];
16 |
17 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module WTAppLauncher {
2 | umbrella header "WTAppLauncher-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher/WTAppLauncher.framework/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app.dSYM/Contents/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | English
7 | CFBundleIdentifier
8 | com.apple.xcode.dsym.org.cocoapods.demo.WTAppLauncher-Example
9 | CFBundleInfoDictionaryVersion
10 | 6.0
11 | CFBundlePackageType
12 | dSYM
13 | CFBundleSignature
14 | ????
15 | CFBundleShortVersionString
16 | 1.0
17 | CFBundleVersion
18 | 1.0
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app.dSYM/Contents/Resources/DWARF/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app.dSYM/Contents/Resources/DWARF/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/_CodeSignature/CodeResources:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | files
6 |
7 | Info.plist
8 |
9 | uRT9h3zvf/KkJMia4SeOpjJU008=
10 |
11 |
12 | files2
13 |
14 | rules
15 |
16 | ^
17 |
18 | ^.*\.lproj/
19 |
20 | optional
21 |
22 | weight
23 | 1000
24 |
25 | ^.*\.lproj/locversion.plist$
26 |
27 | omit
28 |
29 | weight
30 | 1100
31 |
32 | ^Base\.lproj/
33 |
34 | weight
35 | 1010
36 |
37 | ^version.plist$
38 |
39 |
40 | rules2
41 |
42 | .*\.dSYM($|/)
43 |
44 | weight
45 | 11
46 |
47 | ^
48 |
49 | weight
50 | 20
51 |
52 | ^(.*/)?\.DS_Store$
53 |
54 | omit
55 |
56 | weight
57 | 2000
58 |
59 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
60 |
61 | nested
62 |
63 | weight
64 | 10
65 |
66 | ^.*
67 |
68 | ^.*\.lproj/
69 |
70 | optional
71 |
72 | weight
73 | 1000
74 |
75 | ^.*\.lproj/locversion.plist$
76 |
77 | omit
78 |
79 | weight
80 | 1100
81 |
82 | ^Base\.lproj/
83 |
84 | weight
85 | 1010
86 |
87 | ^Info\.plist$
88 |
89 | omit
90 |
91 | weight
92 | 20
93 |
94 | ^PkgInfo$
95 |
96 | omit
97 |
98 | weight
99 | 20
100 |
101 | ^[^/]+$
102 |
103 | nested
104 |
105 | weight
106 | 10
107 |
108 | ^embedded\.provisionprofile$
109 |
110 | weight
111 | 20
112 |
113 | ^version\.plist$
114 |
115 | weight
116 | 20
117 |
118 |
119 |
120 |
121 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/UIViewController-whP-gf-Uak.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/UIViewController-whP-gf-Uak.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/PkgInfo:
--------------------------------------------------------------------------------
1 | APPL????
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/embedded.mobileprovision:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/embedded.mobileprovision
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphoneos/WTAppLauncher_Example.app/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Headers/Pods-WTAppLauncher_Example-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
14 | FOUNDATION_EXPORT double Pods_WTAppLauncher_ExampleVersionNumber;
15 | FOUNDATION_EXPORT const unsigned char Pods_WTAppLauncher_ExampleVersionString[];
16 |
17 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Example {
2 | umbrella header "Pods-WTAppLauncher_Example-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Pods_WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/Pods_WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeDirectory:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeDirectory
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeRequirements:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeRequirements
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeRequirements-1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeRequirements-1
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeResources:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | files
6 |
7 | Headers/Pods-WTAppLauncher_Example-umbrella.h
8 |
9 | 4/rjXyAMPGCFOyeW456VJVj4E4Q=
10 |
11 | Info.plist
12 |
13 | tnkkigRu9xeCLPBofE4M93OY94I=
14 |
15 | Modules/module.modulemap
16 |
17 | OKtcTrk112nH8lH9QIXKtz9Y6+s=
18 |
19 |
20 | files2
21 |
22 | Headers/Pods-WTAppLauncher_Example-umbrella.h
23 |
24 | hash
25 |
26 | 4/rjXyAMPGCFOyeW456VJVj4E4Q=
27 |
28 | hash2
29 |
30 | d/uSCFHgijmNKHqrAmdfk54BA9XMPFEQdCoCh3jco9Q=
31 |
32 |
33 | Modules/module.modulemap
34 |
35 | hash
36 |
37 | OKtcTrk112nH8lH9QIXKtz9Y6+s=
38 |
39 | hash2
40 |
41 | iZeG5C20RKCmYQ346tAS3LSXq8RqJabhMJ3BcK635mo=
42 |
43 |
44 |
45 | rules
46 |
47 | ^
48 |
49 | ^.*\.lproj/
50 |
51 | optional
52 |
53 | weight
54 | 1000
55 |
56 | ^.*\.lproj/locversion.plist$
57 |
58 | omit
59 |
60 | weight
61 | 1100
62 |
63 | ^Base\.lproj/
64 |
65 | weight
66 | 1010
67 |
68 | ^version.plist$
69 |
70 |
71 | rules2
72 |
73 | .*\.dSYM($|/)
74 |
75 | weight
76 | 11
77 |
78 | ^
79 |
80 | weight
81 | 20
82 |
83 | ^(.*/)?\.DS_Store$
84 |
85 | omit
86 |
87 | weight
88 | 2000
89 |
90 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
91 |
92 | nested
93 |
94 | weight
95 | 10
96 |
97 | ^.*
98 |
99 | ^.*\.lproj/
100 |
101 | optional
102 |
103 | weight
104 | 1000
105 |
106 | ^.*\.lproj/locversion.plist$
107 |
108 | omit
109 |
110 | weight
111 | 1100
112 |
113 | ^Base\.lproj/
114 |
115 | weight
116 | 1010
117 |
118 | ^Info\.plist$
119 |
120 | omit
121 |
122 | weight
123 | 20
124 |
125 | ^PkgInfo$
126 |
127 | omit
128 |
129 | weight
130 | 20
131 |
132 | ^[^/]+$
133 |
134 | nested
135 |
136 | weight
137 | 10
138 |
139 | ^embedded\.provisionprofile$
140 |
141 | weight
142 | 20
143 |
144 | ^version\.plist$
145 |
146 | weight
147 | 20
148 |
149 |
150 |
151 |
152 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeSignature:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/Pods_WTAppLauncher_Example.framework/_CodeSignature/CodeSignature
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers/WTAppLauncher-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 | #import "WTAppLauncher.h"
14 |
15 | FOUNDATION_EXPORT double WTAppLauncherVersionNumber;
16 | FOUNDATION_EXPORT const unsigned char WTAppLauncherVersionString[];
17 |
18 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Headers/WTAppLauncher.h:
--------------------------------------------------------------------------------
1 | //
2 | // WTAppLauncher.h
3 | // Pods
4 | //
5 | // Created by walter on 19/07/2017.
6 | //
7 | //
8 |
9 | #import
10 |
11 | typedef NS_ENUM(NSUInteger, WTAppLauncherType) {
12 | WTAppLauncherType_WTGroupQueue,
13 | WTAppLauncherType_MainThread,
14 | WTAppLauncherType_GrobalQueue,
15 | WTAppLauncherType_SerialQueue // 串行队列,放入有执行顺序的block
16 | };
17 |
18 | @interface WTAppLauncher : NSObject
19 |
20 | - (void)addLauncherWithType:(WTAppLauncherType )type block:(dispatch_block_t) block;
21 |
22 | /**
23 | add Group Queue notifiacition
24 | 添加group nitification 监听group 之前的block 执行完成。
25 | 如果有业务需要依赖之前的block 执行完, 可以调用这个api 进行处理。
26 | @param block run block
27 | */
28 | - (void)addNotificaitonGroupQueue:(dispatch_block_t) block;
29 |
30 | /**
31 | 结束初始化调用函数,必须被调用,确保之前加入的block,在didFinishLaunching函数结束前,全部被执行完。
32 | */
33 | - (void)endLanuchingWithTimeout:(float)timeout;
34 |
35 | @end
36 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module WTAppLauncher {
2 | umbrella header "WTAppLauncher-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher/WTAppLauncher.framework/_CodeSignature/CodeResources:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | files
6 |
7 | Headers/WTAppLauncher-umbrella.h
8 |
9 | bcGB5kPIlN19jfDmRF5qU7j9zhs=
10 |
11 | Headers/WTAppLauncher.h
12 |
13 | ZHJm8OycIW5nHiZa7cmIMLDok8Q=
14 |
15 | Info.plist
16 |
17 | 9PtL19WtinoPjn3nfKfga8FpUJI=
18 |
19 | Modules/module.modulemap
20 |
21 | ysENv+zJIIBYX6EOybGmUxZh2qA=
22 |
23 |
24 | files2
25 |
26 | Headers/WTAppLauncher-umbrella.h
27 |
28 | hash
29 |
30 | bcGB5kPIlN19jfDmRF5qU7j9zhs=
31 |
32 | hash2
33 |
34 | K0DJml3fSqtqP07ESh3BKktb3vFSQbrHnAZKhq75uhw=
35 |
36 |
37 | Headers/WTAppLauncher.h
38 |
39 | hash
40 |
41 | ZHJm8OycIW5nHiZa7cmIMLDok8Q=
42 |
43 | hash2
44 |
45 | skIachp4w9k7GL4XdoxCNfOgfy4CE/W2z4SM82Ei2lk=
46 |
47 |
48 | Modules/module.modulemap
49 |
50 | hash
51 |
52 | ysENv+zJIIBYX6EOybGmUxZh2qA=
53 |
54 | hash2
55 |
56 | /NEHlyUYvqLtLsY2WF+rKXZB9lbaLez7QCs+ruoJuJU=
57 |
58 |
59 |
60 | rules
61 |
62 | ^
63 |
64 | ^.*\.lproj/
65 |
66 | optional
67 |
68 | weight
69 | 1000
70 |
71 | ^.*\.lproj/locversion.plist$
72 |
73 | omit
74 |
75 | weight
76 | 1100
77 |
78 | ^Base\.lproj/
79 |
80 | weight
81 | 1010
82 |
83 | ^version.plist$
84 |
85 |
86 | rules2
87 |
88 | .*\.dSYM($|/)
89 |
90 | weight
91 | 11
92 |
93 | ^
94 |
95 | weight
96 | 20
97 |
98 | ^(.*/)?\.DS_Store$
99 |
100 | omit
101 |
102 | weight
103 | 2000
104 |
105 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
106 |
107 | nested
108 |
109 | weight
110 | 10
111 |
112 | ^.*
113 |
114 | ^.*\.lproj/
115 |
116 | optional
117 |
118 | weight
119 | 1000
120 |
121 | ^.*\.lproj/locversion.plist$
122 |
123 | omit
124 |
125 | weight
126 | 1100
127 |
128 | ^Base\.lproj/
129 |
130 | weight
131 | 1010
132 |
133 | ^Info\.plist$
134 |
135 | omit
136 |
137 | weight
138 | 20
139 |
140 | ^PkgInfo$
141 |
142 | omit
143 |
144 | weight
145 | 20
146 |
147 | ^[^/]+$
148 |
149 | nested
150 |
151 | weight
152 | 10
153 |
154 | ^embedded\.provisionprofile$
155 |
156 | weight
157 | 20
158 |
159 | ^version\.plist$
160 |
161 | weight
162 | 20
163 |
164 |
165 |
166 |
167 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app.dSYM/Contents/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | English
7 | CFBundleIdentifier
8 | com.apple.xcode.dsym.org.cocoapods.demo.WTAppLauncher-Example
9 | CFBundleInfoDictionaryVersion
10 | 6.0
11 | CFBundlePackageType
12 | dSYM
13 | CFBundleSignature
14 | ????
15 | CFBundleShortVersionString
16 | 1.0
17 | CFBundleVersion
18 | 1.0
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app.dSYM/Contents/Resources/DWARF/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app.dSYM/Contents/Resources/DWARF/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/WTAppLauncher:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/WTAppLauncher
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Frameworks/WTAppLauncher.framework/_CodeSignature/CodeResources:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | files
6 |
7 | Info.plist
8 |
9 | 9PtL19WtinoPjn3nfKfga8FpUJI=
10 |
11 |
12 | files2
13 |
14 | rules
15 |
16 | ^
17 |
18 | ^.*\.lproj/
19 |
20 | optional
21 |
22 | weight
23 | 1000
24 |
25 | ^.*\.lproj/locversion.plist$
26 |
27 | omit
28 |
29 | weight
30 | 1100
31 |
32 | ^Base\.lproj/
33 |
34 | weight
35 | 1010
36 |
37 | ^version.plist$
38 |
39 |
40 | rules2
41 |
42 | .*\.dSYM($|/)
43 |
44 | weight
45 | 11
46 |
47 | ^
48 |
49 | weight
50 | 20
51 |
52 | ^(.*/)?\.DS_Store$
53 |
54 | omit
55 |
56 | weight
57 | 2000
58 |
59 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
60 |
61 | nested
62 |
63 | weight
64 | 10
65 |
66 | ^.*
67 |
68 | ^.*\.lproj/
69 |
70 | optional
71 |
72 | weight
73 | 1000
74 |
75 | ^.*\.lproj/locversion.plist$
76 |
77 | omit
78 |
79 | weight
80 | 1100
81 |
82 | ^Base\.lproj/
83 |
84 | weight
85 | 1010
86 |
87 | ^Info\.plist$
88 |
89 | omit
90 |
91 | weight
92 | 20
93 |
94 | ^PkgInfo$
95 |
96 | omit
97 |
98 | weight
99 | 20
100 |
101 | ^[^/]+$
102 |
103 | nested
104 |
105 | weight
106 | 10
107 |
108 | ^embedded\.provisionprofile$
109 |
110 | weight
111 | 20
112 |
113 | ^version\.plist$
114 |
115 | weight
116 | 20
117 |
118 |
119 |
120 |
121 |
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/Info.plist
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/UIViewController-whP-gf-Uak.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/UIViewController-whP-gf-Uak.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/Main.storyboardc/whP-gf-Uak-view-TpU-gO-2f1.nib
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/PkgInfo:
--------------------------------------------------------------------------------
1 | APPL????
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/WTAppLauncher_Example:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/WTAppLauncher_Example
--------------------------------------------------------------------------------
/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/Build/Products/Debug-iphonesimulator/WTAppLauncher_Example.app/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/Example/Podfile:
--------------------------------------------------------------------------------
1 | use_frameworks!
2 |
3 | target 'WTAppLauncher_Example' do
4 | pod 'WTAppLauncher', :path => '../'
5 |
6 | target 'WTAppLauncher_Tests' do
7 | inherit! :search_paths
8 |
9 |
10 | end
11 | end
12 |
--------------------------------------------------------------------------------
/Example/Podfile.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - WTAppLauncher (2.2.0)
3 |
4 | DEPENDENCIES:
5 | - WTAppLauncher (from `../`)
6 |
7 | EXTERNAL SOURCES:
8 | WTAppLauncher:
9 | :path: ../
10 |
11 | SPEC CHECKSUMS:
12 | WTAppLauncher: 38e6a910f4b746b8d48a68b4b532d860c02f7172
13 |
14 | PODFILE CHECKSUM: 564cf2b0b9433d3dbcfa97161d32719256556b2f
15 |
16 | COCOAPODS: 1.3.1
17 |
--------------------------------------------------------------------------------
/Example/Pods/Local Podspecs/WTAppLauncher.podspec.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "WTAppLauncher",
3 | "version": "2.2.0",
4 | "summary": "App launcher tools",
5 | "description": "launcher tools",
6 | "homepage": "https://github.com/hongruqi/WTAppLauncher",
7 | "license": {
8 | "type": "MIT",
9 | "file": "LICENSE"
10 | },
11 | "authors": {
12 | "lbrsilva-allin": "qihongru1227@126.com"
13 | },
14 | "source": {
15 | "git": "https://github.com/hongruqi/WTAppLauncher.git",
16 | "tag": "2.2.0"
17 | },
18 | "platforms": {
19 | "ios": "8.0"
20 | },
21 | "source_files": "WTAppLauncher/Classes/**/*"
22 | }
23 |
--------------------------------------------------------------------------------
/Example/Pods/Manifest.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - WTAppLauncher (2.2.0)
3 |
4 | DEPENDENCIES:
5 | - WTAppLauncher (from `../`)
6 |
7 | EXTERNAL SOURCES:
8 | WTAppLauncher:
9 | :path: ../
10 |
11 | SPEC CHECKSUMS:
12 | WTAppLauncher: 38e6a910f4b746b8d48a68b4b532d860c02f7172
13 |
14 | PODFILE CHECKSUM: 564cf2b0b9433d3dbcfa97161d32719256556b2f
15 |
16 | COCOAPODS: 1.3.1
17 |
--------------------------------------------------------------------------------
/Example/Pods/Pods.xcodeproj/xcuserdata/didi.xcuserdatad/xcschemes/Pods-WTAppLauncher_Example.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
34 |
35 |
45 |
46 |
52 |
53 |
54 |
55 |
56 |
57 |
63 |
64 |
66 |
67 |
70 |
71 |
72 |
--------------------------------------------------------------------------------
/Example/Pods/Pods.xcodeproj/xcuserdata/didi.xcuserdatad/xcschemes/Pods-WTAppLauncher_Tests.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
34 |
35 |
45 |
46 |
52 |
53 |
54 |
55 |
56 |
57 |
63 |
64 |
66 |
67 |
70 |
71 |
72 |
--------------------------------------------------------------------------------
/Example/Pods/Pods.xcodeproj/xcuserdata/didi.xcuserdatad/xcschemes/WTAppLauncher.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
43 |
44 |
45 |
46 |
52 |
53 |
55 |
56 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/Example/Pods/Pods.xcodeproj/xcuserdata/didi.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | Pods-WTAppLauncher_Example.xcscheme
8 |
9 | isShown
10 |
11 |
12 | Pods-WTAppLauncher_Tests.xcscheme
13 |
14 | isShown
15 |
16 |
17 | WTAppLauncher.xcscheme
18 |
19 | isShown
20 |
21 |
22 |
23 | SuppressBuildableAutocreation
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-acknowledgements.markdown:
--------------------------------------------------------------------------------
1 | # Acknowledgements
2 | This application makes use of the following third party libraries:
3 |
4 | ## WTAppLauncher
5 |
6 | Copyright (c) 2017 lbrsilva-allin
7 |
8 | Permission is hereby granted, free of charge, to any person obtaining a copy
9 | of this software and associated documentation files (the "Software"), to deal
10 | in the Software without restriction, including without limitation the rights
11 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 | copies of the Software, and to permit persons to whom the Software is
13 | furnished to do so, subject to the following conditions:
14 |
15 | The above copyright notice and this permission notice shall be included in
16 | all copies or substantial portions of the Software.
17 |
18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 | THE SOFTWARE.
25 |
26 | Generated by CocoaPods - https://cocoapods.org
27 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-acknowledgements.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreferenceSpecifiers
6 |
7 |
8 | FooterText
9 | This application makes use of the following third party libraries:
10 | Title
11 | Acknowledgements
12 | Type
13 | PSGroupSpecifier
14 |
15 |
16 | FooterText
17 | Copyright (c) 2017 lbrsilva-allin <qihongru1227@126.com>
18 |
19 | Permission is hereby granted, free of charge, to any person obtaining a copy
20 | of this software and associated documentation files (the "Software"), to deal
21 | in the Software without restriction, including without limitation the rights
22 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 | copies of the Software, and to permit persons to whom the Software is
24 | furnished to do so, subject to the following conditions:
25 |
26 | The above copyright notice and this permission notice shall be included in
27 | all copies or substantial portions of the Software.
28 |
29 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35 | THE SOFTWARE.
36 |
37 | License
38 | MIT
39 | Title
40 | WTAppLauncher
41 | Type
42 | PSGroupSpecifier
43 |
44 |
45 | FooterText
46 | Generated by CocoaPods - https://cocoapods.org
47 | Title
48 |
49 | Type
50 | PSGroupSpecifier
51 |
52 |
53 | StringsTable
54 | Acknowledgements
55 | Title
56 | Acknowledgements
57 |
58 |
59 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_Pods_WTAppLauncher_Example : NSObject
3 | @end
4 | @implementation PodsDummy_Pods_WTAppLauncher_Example
5 | @end
6 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
14 | FOUNDATION_EXPORT double Pods_WTAppLauncher_ExampleVersionNumber;
15 | FOUNDATION_EXPORT const unsigned char Pods_WTAppLauncher_ExampleVersionString[];
16 |
17 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example.debug.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
4 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher/WTAppLauncher.framework/Headers"
5 | OTHER_LDFLAGS = $(inherited) -framework "WTAppLauncher"
6 | PODS_BUILD_DIR = $BUILD_DIR
7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
8 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
9 | PODS_ROOT = ${SRCROOT}/Pods
10 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Example {
2 | umbrella header "Pods-WTAppLauncher_Example-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Example/Pods-WTAppLauncher_Example.release.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
4 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher/WTAppLauncher.framework/Headers"
5 | OTHER_LDFLAGS = $(inherited) -framework "WTAppLauncher"
6 | PODS_BUILD_DIR = $BUILD_DIR
7 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
8 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
9 | PODS_ROOT = ${SRCROOT}/Pods
10 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-acknowledgements.markdown:
--------------------------------------------------------------------------------
1 | # Acknowledgements
2 | This application makes use of the following third party libraries:
3 | Generated by CocoaPods - https://cocoapods.org
4 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-acknowledgements.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreferenceSpecifiers
6 |
7 |
8 | FooterText
9 | This application makes use of the following third party libraries:
10 | Title
11 | Acknowledgements
12 | Type
13 | PSGroupSpecifier
14 |
15 |
16 | FooterText
17 | Generated by CocoaPods - https://cocoapods.org
18 | Title
19 |
20 | Type
21 | PSGroupSpecifier
22 |
23 |
24 | StringsTable
25 | Acknowledgements
26 | Title
27 | Acknowledgements
28 |
29 |
30 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_Pods_WTAppLauncher_Tests : NSObject
3 | @end
4 | @implementation PodsDummy_Pods_WTAppLauncher_Tests
5 | @end
6 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
14 | FOUNDATION_EXPORT double Pods_WTAppLauncher_TestsVersionNumber;
15 | FOUNDATION_EXPORT const unsigned char Pods_WTAppLauncher_TestsVersionString[];
16 |
17 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests.debug.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
4 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher/WTAppLauncher.framework/Headers"
5 | PODS_BUILD_DIR = $BUILD_DIR
6 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
8 | PODS_ROOT = ${SRCROOT}/Pods
9 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_WTAppLauncher_Tests {
2 | umbrella header "Pods-WTAppLauncher_Tests-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/Pods-WTAppLauncher_Tests/Pods-WTAppLauncher_Tests.release.xcconfig:
--------------------------------------------------------------------------------
1 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher"
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
4 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher/WTAppLauncher.framework/Headers"
5 | PODS_BUILD_DIR = $BUILD_DIR
6 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
8 | PODS_ROOT = ${SRCROOT}/Pods
9 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 2.2.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_WTAppLauncher : NSObject
3 | @end
4 | @implementation PodsDummy_WTAppLauncher
5 | @end
6 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher-prefix.pch:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher-umbrella.h:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #else
4 | #ifndef FOUNDATION_EXPORT
5 | #if defined(__cplusplus)
6 | #define FOUNDATION_EXPORT extern "C"
7 | #else
8 | #define FOUNDATION_EXPORT extern
9 | #endif
10 | #endif
11 | #endif
12 |
13 | #import "WTLauncher.h"
14 | #import "WTLauncherCenter.h"
15 |
16 | FOUNDATION_EXPORT double WTAppLauncherVersionNumber;
17 | FOUNDATION_EXPORT const unsigned char WTAppLauncherVersionString[];
18 |
19 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher.modulemap:
--------------------------------------------------------------------------------
1 | framework module WTAppLauncher {
2 | umbrella header "WTAppLauncher-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/Example/Pods/Target Support Files/WTAppLauncher/WTAppLauncher.xcconfig:
--------------------------------------------------------------------------------
1 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/WTAppLauncher
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
4 | PODS_BUILD_DIR = $BUILD_DIR
5 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
6 | PODS_ROOT = ${SRCROOT}
7 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
9 | SKIP_INSTALL = YES
10 |
--------------------------------------------------------------------------------
/Example/Tests/Tests-Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundlePackageType
14 | BNDL
15 | CFBundleShortVersionString
16 | 1.0
17 | CFBundleSignature
18 | ????
19 | CFBundleVersion
20 | 1
21 |
22 |
23 |
--------------------------------------------------------------------------------
/Example/Tests/Tests-Prefix.pch:
--------------------------------------------------------------------------------
1 | // The contents of this file are implicitly included at the beginning of every test case source file.
2 |
3 | #ifdef __OBJC__
4 |
5 |
6 |
7 | #endif
8 |
--------------------------------------------------------------------------------
/Example/Tests/Tests.m:
--------------------------------------------------------------------------------
1 | //
2 | // WTAppLauncherTests.m
3 | // WTAppLauncherTests
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | @import XCTest;
10 |
11 | @interface Tests : XCTestCase
12 |
13 | @end
14 |
15 | @implementation Tests
16 |
17 | - (void)setUp
18 | {
19 | [super setUp];
20 | // Put setup code here. This method is called before the invocation of each test method in the class.
21 | }
22 |
23 | - (void)tearDown
24 | {
25 | // Put teardown code here. This method is called after the invocation of each test method in the class.
26 | [super tearDown];
27 | }
28 |
29 | - (void)testExample
30 | {
31 | XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
32 | }
33 |
34 | @end
35 |
36 |
--------------------------------------------------------------------------------
/Example/Tests/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcodeproj/xcuserdata/hongruqi.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SuppressBuildableAutocreation
6 |
7 | 6003F589195388D20070C39A
8 |
9 | primary
10 |
11 |
12 | 6003F5AD195388D20070C39A
13 |
14 | primary
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcworkspace/xcuserdata/didi.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/WTAppLauncher.xcworkspace/xcuserdata/didi.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcworkspace/xcuserdata/didi.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher.xcworkspace/xcuserdata/hongruqi.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/Example/WTAppLauncher.xcworkspace/xcuserdata/hongruqi.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Base.lproj/LaunchScreen.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Base.lproj/Main.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Images.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "iphone",
5 | "size" : "20x20",
6 | "scale" : "2x"
7 | },
8 | {
9 | "idiom" : "iphone",
10 | "size" : "20x20",
11 | "scale" : "3x"
12 | },
13 | {
14 | "idiom" : "iphone",
15 | "size" : "29x29",
16 | "scale" : "2x"
17 | },
18 | {
19 | "idiom" : "iphone",
20 | "size" : "29x29",
21 | "scale" : "3x"
22 | },
23 | {
24 | "idiom" : "iphone",
25 | "size" : "40x40",
26 | "scale" : "2x"
27 | },
28 | {
29 | "idiom" : "iphone",
30 | "size" : "40x40",
31 | "scale" : "3x"
32 | },
33 | {
34 | "idiom" : "iphone",
35 | "size" : "60x60",
36 | "scale" : "2x"
37 | },
38 | {
39 | "idiom" : "iphone",
40 | "size" : "60x60",
41 | "scale" : "3x"
42 | },
43 | {
44 | "idiom" : "ipad",
45 | "size" : "20x20",
46 | "scale" : "1x"
47 | },
48 | {
49 | "idiom" : "ipad",
50 | "size" : "20x20",
51 | "scale" : "2x"
52 | },
53 | {
54 | "idiom" : "ipad",
55 | "size" : "29x29",
56 | "scale" : "1x"
57 | },
58 | {
59 | "idiom" : "ipad",
60 | "size" : "29x29",
61 | "scale" : "2x"
62 | },
63 | {
64 | "idiom" : "ipad",
65 | "size" : "40x40",
66 | "scale" : "1x"
67 | },
68 | {
69 | "idiom" : "ipad",
70 | "size" : "40x40",
71 | "scale" : "2x"
72 | },
73 | {
74 | "idiom" : "ipad",
75 | "size" : "76x76",
76 | "scale" : "1x"
77 | },
78 | {
79 | "idiom" : "ipad",
80 | "size" : "76x76",
81 | "scale" : "2x"
82 | },
83 | {
84 | "idiom" : "ipad",
85 | "size" : "83.5x83.5",
86 | "scale" : "2x"
87 | }
88 | ],
89 | "info" : {
90 | "version" : 1,
91 | "author" : "xcode"
92 | }
93 | }
94 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test1.h:
--------------------------------------------------------------------------------
1 | //
2 | // Test1.h
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTLauncher.h"
10 |
11 | @interface Test1 : WTLauncher
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test1.m:
--------------------------------------------------------------------------------
1 | //
2 | // Test1.m
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "Test1.h"
10 |
11 | @implementation Test1
12 |
13 | + (void)load
14 | {
15 | [self register];
16 | }
17 |
18 | - (void)start{
19 | NSLog(@"Test1 start");
20 | }
21 |
22 | - (NSInteger)priority
23 | {
24 | return 0;
25 | }
26 |
27 | - (WTLauncherInQueue)inQueue
28 | {
29 | return WTLauncherInQueue_MainQueue;
30 | }
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test2.h:
--------------------------------------------------------------------------------
1 | //
2 | // Test2.h
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTLauncher.h"
10 |
11 | @interface Test2 : WTLauncher
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test2.m:
--------------------------------------------------------------------------------
1 | //
2 | // Test2.m
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "Test2.h"
10 |
11 | @implementation Test2
12 | + (void)load
13 | {
14 | [self register];
15 | }
16 |
17 | - (void)start{
18 | NSLog(@"Test2 start");
19 | }
20 |
21 | - (NSInteger)priority
22 | {
23 | return 2;
24 | }
25 |
26 | - (WTLauncherInQueue)inQueue
27 | {
28 | return WTLauncherInQueue_ConcurrentQueue;
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test3.h:
--------------------------------------------------------------------------------
1 | //
2 | // Test3.h
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTLauncher.h"
10 |
11 | @interface Test3 : WTLauncher
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test3.m:
--------------------------------------------------------------------------------
1 | //
2 | // Test3.m
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "Test3.h"
10 |
11 | @implementation Test3
12 | + (void)load
13 | {
14 | [self register];
15 | }
16 |
17 | - (void)start{
18 | NSLog(@"Test3 start");
19 | }
20 |
21 | - (NSInteger)priority
22 | {
23 | return 3;
24 | }
25 |
26 | - (WTLauncherInQueue)inQueue
27 | {
28 | return WTLauncherInQueue_MainQueue;
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test4.h:
--------------------------------------------------------------------------------
1 | //
2 | // Test4.h
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTLauncher.h"
10 |
11 | @interface Test4 : WTLauncher
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test4.m:
--------------------------------------------------------------------------------
1 | //
2 | // Test4.m
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "Test4.h"
10 |
11 | @implementation Test4
12 | + (void)load
13 | {
14 | [self register];
15 | }
16 |
17 | - (void)start{
18 | NSLog(@"Test4 start");
19 | }
20 |
21 | - (NSInteger)priority
22 | {
23 | return 4;
24 | }
25 |
26 | - (WTLauncherInQueue)inQueue
27 | {
28 | return WTLauncherInQueue_ConcurrentQueue;
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test5.h:
--------------------------------------------------------------------------------
1 | //
2 | // Test5.h
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTLauncher.h"
10 |
11 | @interface Test5 : WTLauncher
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/Test5.m:
--------------------------------------------------------------------------------
1 | //
2 | // Test5.m
3 | // WTAppLauncher_Example
4 | //
5 | // Created by hongru on 2018/4/23.
6 | // Copyright © 2018年 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "Test5.h"
10 |
11 | @implementation Test5
12 | + (void)load
13 | {
14 | [self register];
15 | }
16 |
17 | - (void)start{
18 | NSLog(@"Test5 start");
19 | }
20 |
21 | - (NSInteger)priority
22 | {
23 | return 5;
24 | }
25 |
26 | - (WTLauncherInQueue)inQueue
27 | {
28 | return WTLauncherInQueue_MainQueue;
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTAppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // WTAppDelegate.h
3 | // WTAppLauncher
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | @import UIKit;
10 |
11 | @interface WTAppDelegate : UIResponder
12 |
13 | @property (strong, nonatomic) UIWindow *window;
14 |
15 | @end
16 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTAppDelegate.m:
--------------------------------------------------------------------------------
1 | //
2 | // WTAppDelegate.m
3 | // WTAppLauncher
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTAppDelegate.h"
10 | #import "WTLauncherCenter.h"
11 |
12 | @implementation WTAppDelegate
13 |
14 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
15 | {
16 | // Override point for customization after application launch.
17 | [[WTLauncherCenter defaultCenter] startAll];
18 | return YES;
19 | }
20 |
21 | - (void)applicationWillResignActive:(UIApplication *)application
22 | {
23 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
24 | // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
25 | }
26 |
27 | - (void)applicationDidEnterBackground:(UIApplication *)application
28 | {
29 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
30 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
31 | }
32 |
33 | - (void)applicationWillEnterForeground:(UIApplication *)application
34 | {
35 | // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
36 | }
37 |
38 | - (void)applicationDidBecomeActive:(UIApplication *)application
39 | {
40 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
41 | }
42 |
43 | - (void)applicationWillTerminate:(UIApplication *)application
44 | {
45 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
46 | }
47 |
48 | @end
49 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTAppLauncher-Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleDisplayName
8 | ${PRODUCT_NAME}
9 | CFBundleExecutable
10 | ${EXECUTABLE_NAME}
11 | CFBundleIdentifier
12 | $(PRODUCT_BUNDLE_IDENTIFIER)
13 | CFBundleInfoDictionaryVersion
14 | 6.0
15 | CFBundleName
16 | ${PRODUCT_NAME}
17 | CFBundlePackageType
18 | APPL
19 | CFBundleShortVersionString
20 | 1.0
21 | CFBundleSignature
22 | ????
23 | CFBundleVersion
24 | 1.0
25 | LSRequiresIPhoneOS
26 |
27 | UILaunchStoryboardName
28 | LaunchScreen
29 | UIMainStoryboardFile
30 | Main
31 | UIRequiredDeviceCapabilities
32 |
33 | armv7
34 |
35 | UISupportedInterfaceOrientations
36 |
37 | UIInterfaceOrientationPortrait
38 | UIInterfaceOrientationLandscapeLeft
39 | UIInterfaceOrientationLandscapeRight
40 |
41 | UISupportedInterfaceOrientations~ipad
42 |
43 | UIInterfaceOrientationPortrait
44 | UIInterfaceOrientationPortraitUpsideDown
45 | UIInterfaceOrientationLandscapeLeft
46 | UIInterfaceOrientationLandscapeRight
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTAppLauncher-Prefix.pch:
--------------------------------------------------------------------------------
1 | //
2 | // Prefix header
3 | //
4 | // The contents of this file are implicitly included at the beginning of every source file.
5 | //
6 |
7 | #import
8 |
9 | #ifndef __IPHONE_5_0
10 | #warning "This project uses features only available in iOS SDK 5.0 and later."
11 | #endif
12 |
13 | #ifdef __OBJC__
14 | @import UIKit;
15 | @import Foundation;
16 | #endif
17 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // WTViewController.h
3 | // WTAppLauncher
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | @import UIKit;
10 |
11 | @interface WTViewController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/WTViewController.m:
--------------------------------------------------------------------------------
1 | //
2 | // WTViewController.m
3 | // WTAppLauncher
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | #import "WTViewController.h"
10 |
11 | @interface WTViewController ()
12 |
13 | @end
14 |
15 | @implementation WTViewController
16 |
17 | - (void)viewDidLoad
18 | {
19 | [super viewDidLoad];
20 | // Do any additional setup after loading the view, typically from a nib.
21 | }
22 |
23 | - (void)didReceiveMemoryWarning
24 | {
25 | [super didReceiveMemoryWarning];
26 | // Dispose of any resources that can be recreated.
27 | }
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Example/WTAppLauncher/main.m:
--------------------------------------------------------------------------------
1 | //
2 | // main.m
3 | // WTAppLauncher
4 | //
5 | // Created by lbrsilva-allin on 07/19/2017.
6 | // Copyright (c) 2017 lbrsilva-allin. All rights reserved.
7 | //
8 |
9 | @import UIKit;
10 | #import "WTAppDelegate.h"
11 |
12 | int main(int argc, char * argv[])
13 | {
14 | @autoreleasepool {
15 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([WTAppDelegate class]));
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2017 lbrsilva-allin
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in
11 | all copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 | THE SOFTWARE.
20 |
--------------------------------------------------------------------------------
/WTAppLauncher.podspec:
--------------------------------------------------------------------------------
1 | #
2 | # Be sure to run `pod lib lint WTAppLauncher.podspec' to ensure this is a
3 | # valid spec before submitting.
4 | #
5 | # Any lines starting with a # are optional, but their use is encouraged
6 | # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7 | #
8 |
9 | Pod::Spec.new do |s|
10 | s.name = 'WTAppLauncher'
11 | s.version = '3.0.0'
12 | s.summary = 'App launcher tools'
13 |
14 | # This description is used to generate tags and improve search results.
15 | # * Think: What does it do? Why did you write it? What is the focus?
16 | # * Try to keep it short, snappy and to the point.
17 | # * Write the description between the DESC delimiters below.
18 | # * Finally, don't worry about the indent, CocoaPods strips it!
19 |
20 | s.description = <<-DESC
21 | launcher tools
22 | DESC
23 |
24 | s.homepage = 'https://github.com/hongruqi/WTAppLauncher'
25 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26 | s.license = { :type => 'MIT', :file => 'LICENSE' }
27 | s.author = { 'lbrsilva-allin' => 'qihongru1227@126.com' }
28 | s.source = { :git => 'https://github.com/hongruqi/WTAppLauncher.git', :tag => s.version.to_s }
29 | # s.social_media_url = 'https://twitter.com/'
30 |
31 | s.ios.deployment_target = '8.0'
32 |
33 | s.source_files = 'WTAppLauncher/Classes/**/*'
34 |
35 | # s.resource_bundles = {
36 | # 'WTAppLauncher' => ['WTAppLauncher/Assets/*.png']
37 | # }
38 |
39 | # s.public_header_files = 'Pod/Classes/**/*.h'
40 | # s.frameworks = 'UIKit', 'MapKit'
41 | # s.dependency 'AFNetworking', '~> 2.3'
42 | end
43 |
--------------------------------------------------------------------------------
/WTAppLauncher/Assets/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/WTAppLauncher/Assets/.gitkeep
--------------------------------------------------------------------------------
/WTAppLauncher/Classes/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hongruqi/WTAppLauncher/acc1fc04fe6189d9919453e7831e879b44fa64fe/WTAppLauncher/Classes/.gitkeep
--------------------------------------------------------------------------------
/WTAppLauncher/Classes/WTLauncher.h:
--------------------------------------------------------------------------------
1 | //
2 | // WTLauncherItem.h
3 | // WTAppLauncher
4 | //
5 | // Created by hongru on 2018/4/23.
6 | //
7 |
8 | #import
9 |
10 | typedef NS_ENUM(NSUInteger, WTLauncherInQueue) {
11 | WTLauncherInQueue_MainQueue,
12 | WTLauncherInQueue_ConcurrentQueue, //并行队列
13 | WTLauncherInQueue_SerialQueue // 串行队列,放入有执行顺序的block
14 | };
15 |
16 |
17 | @interface WTLauncher : NSObject
18 |
19 | + (void)register;
20 |
21 | - (void)start;
22 |
23 | - (NSInteger)priority;
24 |
25 | - (WTLauncherInQueue)inQueue;
26 |
27 | @end
28 |
--------------------------------------------------------------------------------
/WTAppLauncher/Classes/WTLauncher.m:
--------------------------------------------------------------------------------
1 | //
2 | // WTLauncherItem.m
3 | // WTAppLauncher
4 | //
5 | // Created by hongru on 2018/4/23.
6 | //
7 |
8 | #import "WTLauncher.h"
9 | #import "WTLauncherCenter.h"
10 | @implementation WTLauncher
11 |
12 | + (void)register{
13 | [[WTLauncherCenter defaultCenter] addLauncher:self.class];
14 | }
15 |
16 | - (void)start{
17 | // sub class implementation
18 | }
19 |
20 | - (NSInteger)priority
21 | {
22 | return 0;
23 | }
24 |
25 | - (WTLauncherInQueue)inQueue
26 | {
27 | return WTLauncherInQueue_MainQueue;
28 | }
29 | @end
30 |
--------------------------------------------------------------------------------
/WTAppLauncher/Classes/WTLauncherCenter.h:
--------------------------------------------------------------------------------
1 | //
2 | // WTLauncherCenter.h
3 | // Pods
4 | //
5 | // Created by walter on 19/07/2017.
6 | //
7 | //
8 |
9 | #import
10 | #import "WTLauncher.h"
11 |
12 | @interface WTLauncherCenter : NSObject
13 |
14 | + (instancetype)defaultCenter;
15 |
16 | - (void)startAll;
17 |
18 | - (void)addLauncher:(Class)lancher;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/_Pods.xcodeproj:
--------------------------------------------------------------------------------
1 | Example/Pods/Pods.xcodeproj
--------------------------------------------------------------------------------