File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11xcuserdata
22* .xcarchive /
3- .idea
4- build
5-
6- # ignore cocoapod files
7- Pods
8- ppios-rename.xcworkspace /
3+ /.idea /
4+ /build /
5+ /Pods /
6+ /ppios-rename.xcworkspace /
97DerivedData
8+ /* ._ * /
9+ /v * . * . * /
Original file line number Diff line number Diff line change 5555 ( cd test/tests ; PPIOS_RENAME=$( PROGRAM) README=$( README) NUMERIC_VERSION=$( NUMERIC_VERSION) ./test-suite.sh )
5656
5757.PHONY : archive
58- archive : package-check distclean archive-dir program check $(DIST_PACKAGE )
59- cp -r $(PROGRAM ) .dSYM $(ARCHIVE_DIR ) /
58+ archive : package-check distclean archive-dir program check dist-package copy-symbols
6059
6160.PHONY : package-check
6261package-check :
@@ -67,6 +66,9 @@ package-check:
6766archive-dir :
6867 mkdir -p $(ARCHIVE_DIR )
6968
69+ .PHONY : dist-package
70+ dist-package : $(DIST_PACKAGE )
71+
7072$(DIST_PACKAGE ) : program
7173 mkdir -p $(DIST_DIR )
7274 cp $(PROGRAM ) \
@@ -77,6 +79,10 @@ $(DIST_PACKAGE): program
7779 $(DIST_DIR )
7880 tar -cvpzf $@ --options gzip:compression-level=9 $(DIST_DIR )
7981
82+ .PHONY : copy-symbols
83+ copy-symbols :
84+ cp -r $(PROGRAM ) .dSYM $(ARCHIVE_DIR ) /
85+
8086.PHONY : clean
8187clean :
8288 $(RM ) -r $(BUILD_DIR )
Original file line number Diff line number Diff line change 1+ /results /
You can’t perform that action at this time.
0 commit comments