Skip to content

Commit 53697e3

Browse files
committed
Removed ATSurveys.h and ATAppRatingFlow.h from build script.
1 parent 3fbe2a9 commit 53697e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/build_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def build(self):
9393
log("Unable to lipo static libraries")
9494
log(output)
9595
return False
96-
paths_to_copy = [("source/ATConnect.h", "include/ATConnect.h"), ("source/Rating Flow/ATAppRatingFlow.h", "include/ATAppRatingFlow.h"), ("source/Surveys/ATSurveys.h", "include/ATSurveys.h"), ("../LICENSE.txt", "LICENSE.txt"), ("../README.md", "README.md"), ("../CHANGELOG.md", "CHANGELOG.md")]
96+
paths_to_copy = [("source/ATConnect.h", "include/ATConnect.h"), ("../LICENSE.txt", "LICENSE.txt"), ("../README.md", "README.md"), ("../CHANGELOG.md", "CHANGELOG.md")]
9797
for (project_path, destination_path) in paths_to_copy:
9898
full_project_path = project_path
9999
full_destination_path = os.path.join(self._output_dir(), destination_path)

0 commit comments

Comments
 (0)