Skip to content

Commit

Permalink
Update xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Aug 8, 2020
1 parent 19323ca commit 7580996
Show file tree
Hide file tree
Showing 6 changed files with 1,957 additions and 712 deletions.
25 changes: 25 additions & 0 deletions MultipartFormDataParser.xcodeproj/APIKit_Info.plist
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OHHTTPStubs {
umbrella "/Users/tmuta/.ghq/github.com/417-72KI/MultipartFormDataParser/.build/checkouts/OHHTTPStubs/Sources/OHHTTPStubs/include"
umbrella "/Users/417_72ki/.ghq/github.com/417-72KI/MultipartFormDataParser/.build/checkouts/OHHTTPStubs/Sources/OHHTTPStubs/include"
export *
}
25 changes: 25 additions & 0 deletions MultipartFormDataParser.xcodeproj/Moya_Info.plist
Original file line number Diff line number Diff line change
@@ -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>
Loading

0 comments on commit 7580996

Please sign in to comment.