Skip to content

Commit f89d786

Browse files
committed
Use a Personal account
1 parent c959dd2 commit f89d786

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

TestableDesignExample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
ORGANIZATIONNAME = Kuniwak;
471471
TargetAttributes = {
472472
2475EE0376871EE7203E0C05 = {
473-
DevelopmentTeam = QFCV82RF7A;
473+
DevelopmentTeam = 4KWK2Q5EB9;
474474
};
475475
};
476476
};
@@ -761,14 +761,14 @@
761761
isa = XCBuildConfiguration;
762762
buildSettings = {
763763
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
764-
DEVELOPMENT_TEAM = QFCV82RF7A;
764+
DEVELOPMENT_TEAM = 4KWK2Q5EB9;
765765
FRAMEWORK_SEARCH_PATHS = (
766766
"$(inherited)",
767767
"$(PROJECT_DIR)/Carthage/Build/iOS",
768768
);
769769
INFOPLIST_FILE = TestableDesignExample/Info.plist;
770770
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
771-
PRODUCT_BUNDLE_IDENTIFIER = com.kuniwak.TestableDesignExample;
771+
PRODUCT_BUNDLE_IDENTIFIER = com.kuniwak.IosTestableDesignExample;
772772
PRODUCT_NAME = "$(TARGET_NAME)";
773773
SWIFT_VERSION = 3.0;
774774
};
@@ -807,14 +807,14 @@
807807
isa = XCBuildConfiguration;
808808
buildSettings = {
809809
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
810-
DEVELOPMENT_TEAM = QFCV82RF7A;
810+
DEVELOPMENT_TEAM = 4KWK2Q5EB9;
811811
FRAMEWORK_SEARCH_PATHS = (
812812
"$(inherited)",
813813
"$(PROJECT_DIR)/Carthage/Build/iOS",
814814
);
815815
INFOPLIST_FILE = TestableDesignExample/Info.plist;
816816
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
817-
PRODUCT_BUNDLE_IDENTIFIER = com.kuniwak.TestableDesignExample;
817+
PRODUCT_BUNDLE_IDENTIFIER = com.kuniwak.IosTestableDesignExample;
818818
PRODUCT_NAME = "$(TARGET_NAME)";
819819
SWIFT_VERSION = 3.0;
820820
};

TestableDesignExample.xcodeproj/xcshareddata/xcschemes/TestableDesignExample.xcscheme

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "2475E649AECAE4D1FBC505BA"
36+
BuildableName = "TestableDesignExampleTests.xctest"
37+
BlueprintName = "TestableDesignExampleTests"
38+
ReferencedContainer = "container:TestableDesignExample.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
3141
</Testables>
3242
<MacroExpansion>
3343
<BuildableReference

TestableDesignExample/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7-
<key>UIAppFonts</key>
8-
<array>
9-
<string>FontAwesome.otf</string>
10-
<string>octicons.ttf</string>
11-
</array>
127
<key>CFBundleExecutable</key>
138
<string>$(EXECUTABLE_NAME)</string>
149
<key>CFBundleIdentifier</key>
@@ -25,6 +20,11 @@
2520
<string>1</string>
2621
<key>LSRequiresIPhoneOS</key>
2722
<true/>
23+
<key>UIAppFonts</key>
24+
<array>
25+
<string>FontAwesome.otf</string>
26+
<string>octicons.ttf</string>
27+
</array>
2828
<key>UILaunchStoryboardName</key>
2929
<string>LaunchScreen</string>
3030
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)