Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Embed Swift Standard Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Mar 30, 2017
1 parent f03365f commit fda9866
Show file tree
Hide file tree
Showing 14 changed files with 791 additions and 36 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -22,5 +22,4 @@ xcuserdata/
*.xccheckout
*.xcscmblueprint

Dependencies/Commander.xcodeproj
output/
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,5 @@ before_install:
- mkdir -p ~/Library/Logs/DiagnosticReports
script:
- set -o pipefail
- scripts/bootstrap.sh
- NSUnbufferedIO=YES xcodebuild -scheme pxctest test | xcpretty -c
- brew tap plu/pxctest && brew install pxctest --HEAD && pxctest version
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
* Experimental: Partitioning of test suites
* Write one junit.xml that contains all targets and simulators
* Fix compatibility with Xcode 8.3
* Embed Swift Standard Libraries

# 0.3.1

Expand Down
25 changes: 25 additions & 0 deletions Dependencies/Commander.xcodeproj/CommanderTests_Info.plist
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
25 changes: 25 additions & 0 deletions Dependencies/Commander.xcodeproj/Commander_Info.plist
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
25 changes: 25 additions & 0 deletions Dependencies/Commander.xcodeproj/Spectre_Info.plist
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

0 comments on commit fda9866

Please sign in to comment.