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

ความคิดเห็น • 23

  • @miteshdobareeya4634
    @miteshdobareeya4634 10 หลายเดือนก่อน

    Thank you so much for too easy implementation.

  • @DenisBrilliantov
    @DenisBrilliantov 2 หลายเดือนก่อน

  • @mailboxutkarsh
    @mailboxutkarsh 3 ปีที่แล้ว

    Nicely done. Thanks for the vid.

  • @AnkitYadav-ed3gs
    @AnkitYadav-ed3gs ปีที่แล้ว

    Hii, what to do if I'm having two different googleInfoplist for dev and prod environment.

  • @dhavalnena7386
    @dhavalnena7386 2 ปีที่แล้ว

    Very helpful, Thanks a lot!

  • @vaibhavshiledar8213
    @vaibhavshiledar8213 3 ปีที่แล้ว

    Thank you sir, for making useful tutorial.

    • @ioscoderabhimanyudaspan8269
      @ioscoderabhimanyudaspan8269  3 ปีที่แล้ว

      Thanks to you as well for watching this ☺️ kindly share this channel with your friends those are really want to explore things in iOS.🙏

  • @zayan184
    @zayan184 3 ปีที่แล้ว

    simple and worthy 👌

  • @anuragwhocodes5383
    @anuragwhocodes5383 3 ปีที่แล้ว

    Very nice
    Keep it up

  • @mallikarjunhanagandi4976
    @mallikarjunhanagandi4976 3 ปีที่แล้ว

    Nice video bro 👍

  • @nat.serrano
    @nat.serrano 2 ปีที่แล้ว

    how do you push/merge your dev changes to prod schema once they’re ready?

    • @alexblaga2297
      @alexblaga2297 ปีที่แล้ว

      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)

    • @ioscoderabhimanyudaspan8269
      @ioscoderabhimanyudaspan8269  ปีที่แล้ว

      Well explained @alexblaga2297 :) , thanks!

  • @kidscare-j9l
    @kidscare-j9l ปีที่แล้ว

    Can you send me the source code

  • @mind_games_eng
    @mind_games_eng ปีที่แล้ว +1

    this cannot be the correct answer, mate. you are writing your own serverconfig. there has to be a simpler way

    • @ioscoderabhimanyudaspan8269
      @ioscoderabhimanyudaspan8269  ปีที่แล้ว

      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.

    • @mind_games_eng
      @mind_games_eng ปีที่แล้ว +1

      @@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

    • @ioscoderabhimanyudaspan8269
      @ioscoderabhimanyudaspan8269  ปีที่แล้ว

      @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.