Sha256: bfa5861dee33f34b9a09d456a965a016284eb50a671f54ddc2a212b553414913
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
# Replace this with your class prefix for Objective-C files. class_prefix = "APP" # By default Xcake defaults to creating the standard Debug and Release # configurations, uncomment these lines to add your own. # #debug_configuration :Staging #debug_configuration :Debug #release_configuration :Release # Change these to the platform you wish to support (ios, osx) and the # version of that platform (8.0, 9.0, 10.10, 10.11) # application_for :ios, 8.0 do |target| #Update these with the details of your app target.name = "YourApp" target.all_configurations.product_bundle_identifier = "com.yourcompany.yourapp" # Uncomment to target iPhone devices only # # File patterns can be seen here https://guides.cocoapods.org/syntax/podspec.html#group_file_patterns # #target.all_configurations.supported_devices = :iphone_only # Uncomment this to include additional files # #target.include_files << "FolderToInclude/*.*" # Uncomment this to exclude additional files # # File patterns can be seen here https://guides.cocoapods.org/syntax/podspec.html#group_file_patterns # #target.exclude_files << "ExcludeToInclude/*.*" # Uncomment to set your own build settings # #target.all_configurations.settings["ENABLE_BITCODE"] = "NO" #target.all_configurations.settings["GCC_PREFIX_HEADER"] = "APP-Prefix-Header.pch" #target.all_configurations.settings["SWIFT_OBJC_BRIDGING_HEADER"] = "APP-Bridging-Header.h" # Uncomment to define your own preprocessor macros # #target.all_configurations.preprocessor_definitions["API_ENDPOINT"] = "https://example.org".to_obj_c # Comment to remove Unit Tests for your app # unit_tests_for target # Uncomment to create a Watch App for your application. # #watch_app_for target, 2.0 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xcake-0.5.1 | lib/xcake/resources/Cakefile |
xcake-0.5.0 | lib/xcake/resources/Cakefile |