We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my-ios-app
iOS
tns prepare ios
Actually: The -Info.plist and -Prefix.pch are processes as platform specific files and are renamed to myapp-Info.plist and myapp-Prefix.pch.
-Info.plist
-Prefix.pch
myapp-Info.plist
myapp-Prefix.pch
Expected: Only the files in app folder should be treated as platform specific.
app
The text was updated successfully, but these errors were encountered:
Process as platform specific files only these located in app folder
680720e
#514
Fatme
No branches or pull requests
my-ios-app
.iOS
platformtns prepare ios
Actually:
The
-Info.plist
and-Prefix.pch
are processes as platform specific files and are renamed tomyapp-Info.plist
andmyapp-Prefix.pch
.Expected:
Only the files in
app
folder should be treated as platform specific.The text was updated successfully, but these errors were encountered: