Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
파일 탐색기
최종 버전 다운로드 (.zip)- contents.xcworkspacedata
- build-configurations-natrium.png
- build-configurations.png
- logo.png
- project_settings_manual.png
- xcode_scheme_carthage.png
- xcode_scheme_cocoapods.png
- xcode_scheme_manual.png
- xcode_scheme_swiftpm.png
- CONFIGURATION.md
- INSTALL_CARTHAGE.md
- INSTALL_COCOAPODS.md
- INSTALL_MANUALLY.md
- INSTALL_SWIFTPM.md
- INSTALL_XCODEGEN.md
- file-production.html
- file-staging.html
- file.html
- Contents.json
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- ViewController.swift
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- NatriumExampleProject (production).xcscheme
- NatriumExampleProject (staging).xcscheme
- NatriumExampleProject2 (staging).xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Info.plist
- NatriumExampleProjectTests.swift
- .env
- .natrium-env
- .natrium.yml
- icon.png
- icon2.png
- Podfile
- file-production.html
- file-staging.html
- file.html
- Contents.json
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- ViewController.swift
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- NatriumExampleManualProject (production).xcscheme
- NatriumExampleManualProject (staging).xcscheme
- project.pbxproj
- .natrium-target-specific.yml
- .natrium-variables.yml
- .natrium.yml
- icon.png
- natrium
- PropertyList.plist
- file-production.html
- file-staging.html
- file.html
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- icon.png
- Info.plist
- ViewController.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- NatriumExampleManualProject (production).xcscheme
- NatriumExampleManualProject (staging).xcscheme
- project.pbxproj
- .natrium.yml
- Natrium.h
- Natrium.swift
- natrium
- Natrium.h
- module.modulemap
- Info.plist
- run
- Natrium.framework.zip
- Natrium.json
- update_version_json.sh
- NatriumError.swift
- CGFloat.swift
- File.swift
- NSImage.swift
- NSView.swift
- String.swift
- Yaml.swift
- EnvironmentVariables.swift
- NatriumParserData.swift
- PlistHelper.swift
- AppIconParser.swift
- FilesParser.swift
- LaunchScreenParser.swift
- NatriumParser.swift
- Parseable.swift
- PlistParser.swift
- SettingsParser.swift
- SwiftVariablesParser.swift
- XcconfigParser.swift
- Logger.swift
- main.swift
- Natrium.swift
- Shell.swift
- .gitattributes
- .gitignore
- .swiftlint.yml
- .travis.yml
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- get_version.sh
- LICENSE
- Makefile
- Natrium.podspec
- Package.local.swift
- Package.resolved
- Package.swift
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/UnlockAgency/Natrium
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Natrium
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Ruby
쉬움 추천print("bundle identifier: \(Bundle.main.bundleIdentifier!)")
이 명령어를 터미널에 그대로 입력해 실행하세요.
bundle identifier: com.esites.app.staging
이 명령어를 터미널에 그대로 입력해 실행하세요.
bundle install이 에러 없이 끝나면 README에 안내된 실행 명령어(예: rails server)로 마저 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make xcodeproj
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
