Skip to content

Commit 682bd27

Browse files
committed
change bundle identifier
1 parent 0635e27 commit 682bd27

File tree

6 files changed

+167
-1
lines changed

6 files changed

+167
-1
lines changed

CatRaceStarter/CatRaceStarter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@
518518
612662B11871675A00119B9E /* Release */,
519519
);
520520
defaultConfigurationIsVisible = 0;
521+
defaultConfigurationName = Release;
521522
};
522523
612662B21871675A00119B9E /* Build configuration list for PBXNativeTarget "CatRaceStarterTests" */ = {
523524
isa = XCConfigurationList;
@@ -526,6 +527,7 @@
526527
612662B41871675A00119B9E /* Release */,
527528
);
528529
defaultConfigurationIsVisible = 0;
530+
defaultConfigurationName = Release;
529531
};
530532
/* End XCConfigurationList section */
531533
};
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>D16B5504-2BDF-41F2-B70E-141D1F5C0CCA</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>CatRaceStarter</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>911D3F29-401B-4865-AEDB-51E35BD36187</key>
14+
<string>https://github.com/lokeshguddu/Xcode.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>CatRaceStarter/CatRaceStarter.xcodeproj/project.xcworkspace</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>911D3F29-401B-4865-AEDB-51E35BD36187</key>
21+
<string>../../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/lokeshguddu/Xcode.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>110</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>911D3F29-401B-4865-AEDB-51E35BD36187</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>911D3F29-401B-4865-AEDB-51E35BD36187</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>Xcode</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0510"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "612662751871675A00119B9E"
18+
BuildableName = "CatRaceStarter.app"
19+
BlueprintName = "CatRaceStarter"
20+
ReferencedContainer = "container:CatRaceStarter.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "6126629D1871675A00119B9E"
36+
BuildableName = "CatRaceStarterTests.xctest"
37+
BlueprintName = "CatRaceStarterTests"
38+
ReferencedContainer = "container:CatRaceStarter.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "612662751871675A00119B9E"
46+
BuildableName = "CatRaceStarter.app"
47+
BlueprintName = "CatRaceStarter"
48+
ReferencedContainer = "container:CatRaceStarter.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
</TestAction>
52+
<LaunchAction
53+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55+
launchStyle = "0"
56+
useCustomWorkingDirectory = "NO"
57+
buildConfiguration = "Debug"
58+
ignoresPersistentStateOnLaunch = "NO"
59+
debugDocumentVersioning = "YES"
60+
allowLocationSimulation = "YES">
61+
<BuildableProductRunnable>
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "612662751871675A00119B9E"
65+
BuildableName = "CatRaceStarter.app"
66+
BlueprintName = "CatRaceStarter"
67+
ReferencedContainer = "container:CatRaceStarter.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
<AdditionalOptions>
71+
</AdditionalOptions>
72+
</LaunchAction>
73+
<ProfileAction
74+
shouldUseLaunchSchemeArgsEnv = "YES"
75+
savedToolIdentifier = ""
76+
useCustomWorkingDirectory = "NO"
77+
buildConfiguration = "Release"
78+
debugDocumentVersioning = "YES">
79+
<BuildableProductRunnable>
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "612662751871675A00119B9E"
83+
BuildableName = "CatRaceStarter.app"
84+
BlueprintName = "CatRaceStarter"
85+
ReferencedContainer = "container:CatRaceStarter.xcodeproj">
86+
</BuildableReference>
87+
</BuildableProductRunnable>
88+
</ProfileAction>
89+
<AnalyzeAction
90+
buildConfiguration = "Debug">
91+
</AnalyzeAction>
92+
<ArchiveAction
93+
buildConfiguration = "Release"
94+
revealArchiveInOrganizer = "YES">
95+
</ArchiveAction>
96+
</Scheme>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>CatRaceStarter.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>612662751871675A00119B9E</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
<key>6126629D1871675A00119B9E</key>
21+
<dict>
22+
<key>primary</key>
23+
<true/>
24+
</dict>
25+
</dict>
26+
</dict>
27+
</plist>

CatRaceStarter/CatRaceStarter/CatRaceStarter-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.tapstudio.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>com.basu.ios.${PRODUCT_NAME:rfc1034identifier}</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

0 commit comments

Comments
 (0)