Skip to content

Commit 3f982fb

Browse files
authored
Merge pull request #83 from adobe/staging
Fix SPM Script main
2 parents 54cbde9 + ceaf139 commit 3f982fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Script/test-SPM.sh

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ xcodebuild archive -scheme TestProject -destination 'generic/platform=iOS'
6161
echo '############# Build for generic iOS device ###############'
6262
xcodebuild build -scheme TestProject -destination 'generic/platform=iOS'
6363

64-
# Build for i386 simulator
65-
echo '############# Build for i386 simulator ###############'
66-
xcodebuild build -scheme TestProject -destination 'generic/platform=iOS Simulator' ARCHS=i386
67-
6864
# Build for x86_64 simulator
6965
echo '############# Build for x86_64 simulator ###############'
7066
xcodebuild build -scheme TestProject -destination 'generic/platform=iOS Simulator' ARCHS=x86_64

0 commit comments

Comments
 (0)