Create Build Configurations in Xcode Through Schemes(Dev, Prod, Staging, Local)
ฝัง
- เผยแพร่เมื่อ 3 พ.ย. 2024
- Jr. iOS Application Engineer Course:
• MY INITIAL INTRODUCTIO...
Advanced iOS:
• Advanced iOS : SSL Pin...
Testing in iOS:
• Video
Server Side Swift:
• Advanced iOS : CREATE ...
Mail Me:
iOSCoderAbhimanyuDaspan@gmail.com
Twitter
/ daspanabhimanyu
Facebook
/ abhimanyu.daspan.7
Instagram
/ ioscoderabhimanyudaspan
TH-cam
/ @ioscoderabhimanyudasp...
Github:-
github.com/Abh...
LinkedIn
/ abhimanyu-singh-rathor...
#xcode
#iOS
#apple
#iOSCoderAbhimanyuDaspan
Thank you so much for too easy implementation.
Nicely done. Thanks for the vid.
Thank you :)
Hii, what to do if I'm having two different googleInfoplist for dev and prod environment.
Very helpful, Thanks a lot!
Thank you!
Thank you sir, for making useful tutorial.
Thanks to you as well for watching this ☺️ kindly share this channel with your friends those are really want to explore things in iOS.🙏
simple and worthy 👌
Thank you :)
Very nice
Keep it up
Thank you! :)
Nice video bro 👍
🙏
how do you push/merge your dev changes to prod schema once they’re ready?
they are the same project just when you compile your project or generate the IPAs files you choose the environment with which you want to publish your app, in this case PROD (for the App Store)
Well explained @alexblaga2297 :) , thanks!
Can you send me the source code
this cannot be the correct answer, mate. you are writing your own serverconfig. there has to be a simpler way
Definitely , as I said its throw Schemes only , we can maintain it by text-based xcconfig files to externalise build settings from Xcode to make your projects more compact, comprehensible, and powerful.
@@ioscoderabhimanyudaspan8269 yeah the .xcconfig i think is more like it. you could also use a tool like bitrise to inject your environment variables before the build process
@mind_games_eng True! This is the next advance version of this process. we should use that but at the very first time I created this video with the help of swift-macros, editable schemes & with my own customised swift file for supporting pods project. in some time will share video on ". xcconfig" as well.