Mjun
  • About Me
  • tag index
  • Cateogry
    Archive ml iOS Python
  • Search
Navigation bar avatar
✕

    Archive - page 36


    This page is an archive of previous blogs.
    • Mac. zip파일에 암호 거는 방법

      터미널에서 하는 방법!

      Posted on February 28, 2018

      Post thumbnail
      Post thumbnail
      아래와 같이 zip 파일에 암호를걸어서 간단하게 보호해야할 파일에 암호를 걸수 있습니다. 일반적인 경우가 아닌 좀더 복잡한 암호 과정이 필요한 경우 openssl과 같은 명령어를 사용해 암호화 하는것이 적절합니다. [Read More]
      Tags:
      • Mac
    • iMessage sticker. Pama Sticker를 출시 했습니다!

      !!

      Posted on February 25, 2018

      Post thumbnail
      Post thumbnail
      동생이랑 iMessage Sticker를 만들었습니다. 저희의 일상이 간접적으로 Sticker에 투영되었습니다… iMessage에서 사용할 수 있는 메신저용 이모티콘 입니다. 귀여운 Pama 스티커로 채팅을 더 재미있게 즐겨보세요! [Read More]
      Tags:
      • imessageSticker
    • Xcode. Wireless development 환경 구성하기

      What`s is New in Xcode9

      Posted on February 25, 2018

      Post thumbnail
      Post thumbnail
      Xcode 9에 업데이트된 편한 기능인 Wierless developemnt을 사용하는 방법을 알아보겠습니다! [Read More]
      Tags:
      • Xcode
    • Swift. ituens connect 레퍼런스 모음

      나에게 필요한 주소를 모아놓자!

      Posted on February 25, 2018

      Post thumbnail
      Post thumbnail
      Reference [Read More]
      Tags:
      • itunesConnect
      • Link
    • Swift. App의 버전 정보 가져오기

      Version, Build

      Posted on February 25, 2018

      Post thumbnail
      Post thumbnail
      var version: String? { guard let dictionary = Bundle.main.infoDictionary, let version = dictionary["CFBundleShortVersionString"] as? String, let build = dictionary["CFBundleVersion"] as? String else {return nil} let versionAndBuild: String = "vserion: \(version), build: \(build)" return versionAndBuild } [Read More]
      Tags:
      • Swift
    • ← Newer Posts
    • Older Posts →
    • Email me
    • RSS
    • GitHub
    • Twitter

    Minjun Ju  •  2024  •  devmjun.github.io

    Powered by Beautiful Jekyll