radar-sdk-ios icon indicating copy to clipboard operation
radar-sdk-ios copied to clipboard

sc-8814: Create dummy Xcode app projects to test CocoaPods, Carthage, and Swift Package Manager distributions

Open jrtibbetts opened this issue 3 years ago • 1 comments
trafficstars

[sc-8814] [iOS SDK] Create dummy Xcode app projects to test CocoaPods, Carthage, and Swift Package Manager distributions

  • Adds 6 dummy Xcode app projects to a subfolder. Each one simply displays its name and the SDK version that it uses. Note: The Swift Package Manager ones currently display 1.0, because I haven't figured out how to set the MARKETING_VERSION on a Swift package, or whether that's even possible.

There are a bajillion files in this PR, but not much to review: they're just default Xcode projects with minor changes to the Main.storyboard and ViewController.[swift|h|m]. There's a lot of copied & pasted code, too, because Xcode doesn't like having source files in a top-level shared folder outside of the project folder.

Sample screenshot:

Obj-C with CocoaPods

jrtibbetts avatar Feb 11 '22 02:02 jrtibbetts