Skip to content

Instantly share code, notes, and snippets.

View emrcftci's full-sized avatar
📲
Focusing

Emre Çiftçi emrcftci

📲
Focusing
View GitHub Profile
@emrcftci
emrcftci / generate_storyboard_names.sh
Last active November 9, 2023 15:38
Shitty script to generate storyboard names.
#!/bin/sh
# https://gist.github.com/cci-emciftci/0072ecdae6be33773cb5a7f47a38fa1e
# Internal Field Separator(IFS) doc
# https://www.baeldung.com/linux/ifs-shell-variable
echo 'Checking changes...'
# Line number in UIStoryboard+Additions.swift to be changed.
LINE_TO_BE_CHANGED=24
git --no-pager diff --name-only develop | tr '\n' ',' | sed 's/\(.*\),/\1 /'
@emrcftci
emrcftci / undefined
Last active March 3, 2022 01:51
⚡️ Recent Activity
🎉 Merged PR #1 in cci-emciftci/ECNetworking
🗣 Commented on #1 in cci-emciftci/ECNetworking
🗣 Commented on #306 in Skyscanner/SkyFloatingLabelTextField
@emrcftci
emrcftci / .gitignore
Created February 6, 2020 14:29 — forked from adamgit/.gitignore
.gitignore file for Xcode4 / OS X Source projects
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.6
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#