Skip to content

Commit

Permalink
[Breaking Changes] Fix project name and related files
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Feb 3, 2017
1 parent fcf49c4 commit 519fbfc
Show file tree
Hide file tree
Showing 196 changed files with 616 additions and 603 deletions.
1,167 changes: 590 additions & 577 deletions PyCon-JP.xcodeproj/project.pbxproj → PyConJP.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0A81C7228E2004F0C8D"
BuildableName = "PyCon-JP.app"
BlueprintName = "PyCon-JP"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJP.app"
BlueprintName = "PyConJP"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -33,19 +33,19 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0BC1C7228E2004F0C8D"
BuildableName = "PyCon-JPTests.xctest"
BlueprintName = "PyCon-JPTests"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJPTests.xctest"
BlueprintName = "PyConJPTests"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0C71C7228E2004F0C8D"
BuildableName = "PyCon-JPUITests.xctest"
BlueprintName = "PyCon-JPUITests"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJPUITests.xctest"
BlueprintName = "PyConJPUITests"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
Expand All @@ -55,17 +55,17 @@
BlueprintIdentifier = "DB77FD511E06720D00504869"
BuildableName = "WebAPIFrameworkTests.xctest"
BlueprintName = "WebAPIFrameworkTests"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0A81C7228E2004F0C8D"
BuildableName = "PyCon-JP.app"
BlueprintName = "PyCon-JP"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJP.app"
BlueprintName = "PyConJP"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -86,9 +86,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0A81C7228E2004F0C8D"
BuildableName = "PyCon-JP.app"
BlueprintName = "PyCon-JP"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJP.app"
BlueprintName = "PyConJP"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
Expand All @@ -105,9 +105,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DBA1C0A81C7228E2004F0C8D"
BuildableName = "PyCon-JP.app"
BlueprintName = "PyCon-JP"
ReferencedContainer = "container:PyCon-JP.xcodeproj">
BuildableName = "PyConJP.app"
BlueprintName = "PyConJP"
ReferencedContainer = "container:PyConJP.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
//
// PyConJP2016Tests.swift
// PyConJP2016Tests
// PyConJPTests.swift
// PyConJPTests
//
// Created by Yutaro Muta on 2016/02/16.
// Copyright © 2016 PyCon JP. All rights reserved.
//

import XCTest
@testable import PyConJP2016
@testable import PyConJP

class PyConJP2016Tests: XCTestCase {
class PyConJPTests: XCTestCase {

override func setUp() {
super.setUp()
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// PyConJP2016UITests.swift
// PyConJP2016UITests
// PyConJPUITests.swift
// PyConJPUITests
//
// Created by Yutaro Muta on 2016/02/16.
// Copyright © 2016 PyCon JP. All rights reserved.
//

import XCTest

class PyConJP2016UITests: XCTestCase {
class PyConJPUITests: XCTestCase {

override func setUp() {
super.setUp()
Expand Down

0 comments on commit 519fbfc

Please sign in to comment.