I have generated Intent and IntentUI Framework's required files using Java.
File Structure:
Intent
IntentHandler.swift
BillTrackerIntentHandler.swift
Info.plist
IntentUI
BillTrackerIntentUI.entitlements
IntentViewController.swift
MainInterface.storyboard
Info.plist
The use case is to add these custom generated files as Intent and IntentUI extension target to xcode project.
The first question is... Is this feasible?
If yes then how do I perform the same?
I have generated Intent and IntentUI Framework's required files using Java. File Structure:
Intent
IntentUI
The use case is to add these custom generated files as Intent and IntentUI extension target to xcode project. The first question is... Is this feasible? If yes then how do I perform the same?