Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
/ Xcode-Snippets Public archive

This is a Snippet collection for Xcode that I am and still building for productive development

License

Notifications You must be signed in to change notification settings

jfdoradotr/Xcode-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode Snippets [DEPRECATED]

License: MIT IDE: Xcode Language: Swift

DEPRECATION INFO

THIS SNIPPETS ARE DEPRECATED RIGHT NOW, THEY STILL WORK IF YOU WANT TO USE THEM, TO CONTINUE WITH THE SNIPPETS USE CODESNIPPETS-FOR-XCODE INSTEAD.

Description

The Snippets are an amazing way to be more productive at the development time, they are bunch of code ready for an specific task.

Xcode already has some snippets for different purposes, also you can create your own.

The main idea in here is to create some snippets that could be helpful for me, and I hope to they be useful to you too.

Installation

Install snippets

To make an easy installation, you just need to run a command.

make install_snippets

Note: To run this command you need to be on the root folder where the Makefile is located.

Uninstall snippets

To delete the snippets just like the installation is an easy task, you just need to run the following command

make uninstall_snippets

WARNING: This command will delete all the User Snippets folder, so in case you have one, BE CAREFUL, because with this command you are going to delete it too.

Snippets List

  • File From Bundle: Let you get the path of a file located in your bundle.
  • JSON Decoder for Path: Lets you decode a file from an specific path and convert it to your Codable model.
  • Programmatic Root Scene: Add this snippet to your SceneDelegate when you don't want to use Storyboards. (iOS 13+)

Contribution

In case you want to contribute to this Repo, feel free to create a Pull Request.

About

This is a Snippet collection for Xcode that I am and still building for productive development

Resources

License

Stars

Watchers

Forks

Packages

No packages published