Skip to content

Commit

Permalink
Clean up scripts
Browse files Browse the repository at this point in the history
# Conflicts:
#	Deploy/distribute.sh
#	Deploy/package_airshiplib.sh
#	Deploy/package_sample.sh
  • Loading branch information
rlepinski committed Jan 27, 2016
1 parent d9964dd commit 79688e4
Show file tree
Hide file tree
Showing 14 changed files with 188 additions and 247 deletions.
2 changes: 1 addition & 1 deletion AirshipLib/AirshipLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$SRCROOT/../scripts/generate_header_imports.sh\"";
shellScript = "\"$SRCROOT/generate_header_imports.sh\"";
};
49C67201184EB2E50088F210 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
File renamed without changes.
91 changes: 0 additions & 91 deletions Deploy/distribute.sh

This file was deleted.

76 changes: 0 additions & 76 deletions Deploy/package_airshiplib.sh

This file was deleted.

62 changes: 0 additions & 62 deletions Deploy/package_sample.sh

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ debug mode. The emoji can be removed by disabling loud implementation errors bef
[Source can be found here.](https://github.com/urbanairship/ios-library)
- Update `scripts/configure-xcode-version.sh` with the path to the app bundle for the version of Xcode (e.g. /Applications/Xcode7-beta4.app) that you want to build with.
Run the distribution script `./Deploy/distribute.sh`
- Update `scripts/configure_xcode_version.sh` with the path to the app bundle for the version of Xcode (e.g. /Applications/Xcode7-beta4.app) that you want to build with.
Run the distribution script `./scripts/build_distribution.sh`
This will produce a static library (.a file) in the Airship folder as well as the sample projects and Airship library distribution zip file in
Deploy/output
Expand Down
Loading

0 comments on commit 79688e4

Please sign in to comment.