Skip to content

Commit 009aa1b

Browse files
committed
update project config
1 parent 6654614 commit 009aa1b

File tree

2 files changed

+69
-37
lines changed

2 files changed

+69
-37
lines changed

src-tauri/gen/apple/app.xcodeproj/project.pbxproj

Lines changed: 60 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 54;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -26,8 +26,8 @@
2626
02B7F8347F94B067E6B27396 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
2727
04B56F58E2E44DDE1D67E7B7 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
2828
0E2B15F176E4B041AE33EEEA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
29-
1631E4CFBB715FFDBF919C8C /* main.rs */ = {isa = PBXFileReference; path = main.rs; sourceTree = "<group>"; };
30-
17B52554D60D361AFE791C3E /* lib.rs */ = {isa = PBXFileReference; path = lib.rs; sourceTree = "<group>"; };
29+
1631E4CFBB715FFDBF919C8C /* main.rs */ = {isa = PBXFileReference; lastKnownFileType = text; path = main.rs; sourceTree = "<group>"; };
30+
17B52554D60D361AFE791C3E /* lib.rs */ = {isa = PBXFileReference; lastKnownFileType = text; path = lib.rs; sourceTree = "<group>"; };
3131
1E81BD6B453D87B7F7B1597B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3232
306B9C1792E7B1C53FA262A6 /* bindings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bindings.h; sourceTree = "<group>"; };
3333
3842AE2A64FB9933D0400EA4 /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = SOURCE_ROOT; };
@@ -39,7 +39,7 @@
3939
CE1209BFDECB28E00189B168 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
4040
D8F57162F5CC7AEDD55F173D /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
4141
F3673D372C5ABDD1AD6E7067 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
42-
FBC720DFA1D01F55B0A32344 /* app_iOS.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = app_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
42+
FBC720DFA1D01F55B0A32344 /* octo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = octo.app; sourceTree = BUILT_PRODUCTS_DIR; };
4343
/* End PBXFileReference section */
4444

4545
/* Begin PBXFrameworksBuildPhase section */
@@ -136,7 +136,7 @@
136136
EE72B6AC647386A11F795E44 /* Products */ = {
137137
isa = PBXGroup;
138138
children = (
139-
FBC720DFA1D01F55B0A32344 /* app_iOS.app */,
139+
FBC720DFA1D01F55B0A32344 /* octo.app */,
140140
);
141141
name = Products;
142142
sourceTree = "<group>";
@@ -168,7 +168,7 @@
168168
);
169169
name = app_iOS;
170170
productName = app_iOS;
171-
productReference = FBC720DFA1D01F55B0A32344 /* app_iOS.app */;
171+
productReference = FBC720DFA1D01F55B0A32344 /* octo.app */;
172172
productType = "com.apple.product-type.application";
173173
};
174174
/* End PBXNativeTarget section */
@@ -179,8 +179,6 @@
179179
attributes = {
180180
BuildIndependentTargetsInParallel = YES;
181181
LastUpgradeCheck = 1430;
182-
TargetAttributes = {
183-
};
184182
};
185183
buildConfigurationList = B302E784349268C93E6F0A36 /* Build configuration list for PBXProject "app" */;
186184
compatibilityVersion = "Xcode 14.0";
@@ -259,7 +257,11 @@
259257
);
260258
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261259
CODE_SIGN_ENTITLEMENTS = app_iOS/app_iOS.entitlements;
262-
CODE_SIGN_IDENTITY = "iPhone Developer";
260+
CODE_SIGN_IDENTITY = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
261+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
262+
CODE_SIGN_STYLE = Manual;
263+
DEVELOPMENT_TEAM = BL2RJ5DCNK;
264+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BL2RJ5DCNK;
263265
ENABLE_BITCODE = NO;
264266
"EXCLUDED_ARCHS[sdk=iphoneos*]" = "arm64-sim x86_64";
265267
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -272,16 +274,33 @@
272274
"$(inherited)",
273275
"@executable_path/Frameworks",
274276
);
275-
"LIBRARY_SEARCH_PATHS[arch=arm64-sim]" = "$(inherited) $(PROJECT_DIR)/Externals/arm64-sim/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
276-
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(inherited) $(PROJECT_DIR)/Externals/arm64/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
277-
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(inherited) $(PROJECT_DIR)/Externals/x86_64/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
277+
"LIBRARY_SEARCH_PATHS[arch=arm64-sim]" = (
278+
"$(inherited)",
279+
"$(PROJECT_DIR)/Externals/arm64-sim/$(CONFIGURATION)",
280+
"$(SDKROOT)/usr/lib/swift",
281+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
282+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
283+
);
284+
"LIBRARY_SEARCH_PATHS[arch=arm64]" = (
285+
"$(inherited)",
286+
"$(PROJECT_DIR)/Externals/arm64/$(CONFIGURATION)",
287+
"$(SDKROOT)/usr/lib/swift",
288+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
289+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
290+
);
291+
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = (
292+
"$(inherited)",
293+
"$(PROJECT_DIR)/Externals/x86_64/$(CONFIGURATION)",
294+
"$(SDKROOT)/usr/lib/swift",
295+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
296+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
297+
);
278298
PRODUCT_BUNDLE_IDENTIFIER = app.octo;
279299
PRODUCT_NAME = octo;
300+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Octo Dev";
280301
SDKROOT = iphoneos;
281302
TARGETED_DEVICE_FAMILY = "1,2";
282303
VALID_ARCHS = "arm64 arm64-sim";
283-
DEVELOPMENT_TEAM = "BL2RJ5DCNK";
284-
CODE_SIGN_STYLE = Manual;
285304
};
286305
name = release;
287306
};
@@ -351,7 +370,11 @@
351370
);
352371
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
353372
CODE_SIGN_ENTITLEMENTS = app_iOS/app_iOS.entitlements;
354-
CODE_SIGN_IDENTITY = "iPhone Developer";
373+
CODE_SIGN_IDENTITY = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
374+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
375+
CODE_SIGN_STYLE = Manual;
376+
DEVELOPMENT_TEAM = BL2RJ5DCNK;
377+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BL2RJ5DCNK;
355378
ENABLE_BITCODE = NO;
356379
"EXCLUDED_ARCHS[sdk=iphoneos*]" = "arm64-sim x86_64";
357380
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -364,16 +387,33 @@
364387
"$(inherited)",
365388
"@executable_path/Frameworks",
366389
);
367-
"LIBRARY_SEARCH_PATHS[arch=arm64-sim]" = "$(inherited) $(PROJECT_DIR)/Externals/arm64-sim/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
368-
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(inherited) $(PROJECT_DIR)/Externals/arm64/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
369-
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(inherited) $(PROJECT_DIR)/Externals/x86_64/$(CONFIGURATION) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)";
390+
"LIBRARY_SEARCH_PATHS[arch=arm64-sim]" = (
391+
"$(inherited)",
392+
"$(PROJECT_DIR)/Externals/arm64-sim/$(CONFIGURATION)",
393+
"$(SDKROOT)/usr/lib/swift",
394+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
395+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
396+
);
397+
"LIBRARY_SEARCH_PATHS[arch=arm64]" = (
398+
"$(inherited)",
399+
"$(PROJECT_DIR)/Externals/arm64/$(CONFIGURATION)",
400+
"$(SDKROOT)/usr/lib/swift",
401+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
402+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
403+
);
404+
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = (
405+
"$(inherited)",
406+
"$(PROJECT_DIR)/Externals/x86_64/$(CONFIGURATION)",
407+
"$(SDKROOT)/usr/lib/swift",
408+
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
409+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)",
410+
);
370411
PRODUCT_BUNDLE_IDENTIFIER = app.octo;
371412
PRODUCT_NAME = octo;
413+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Octo Dev";
372414
SDKROOT = iphoneos;
373415
TARGETED_DEVICE_FAMILY = "1,2";
374416
VALID_ARCHS = "arm64 arm64-sim";
375-
DEVELOPMENT_TEAM = "BL2RJ5DCNK";
376-
CODE_SIGN_STYLE = Manual;
377417
};
378418
name = debug;
379419
};

src-tauri/gen/apple/app.xcodeproj/xcshareddata/xcschemes/app_iOS.xcscheme

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1430"
4-
version = "1.7">
4+
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
7-
buildImplicitDependencies = "YES"
8-
runPostActionsOnFailure = "NO">
7+
buildImplicitDependencies = "YES">
98
<BuildActionEntries>
109
<BuildActionEntry
1110
buildForTesting = "YES"
@@ -16,7 +15,7 @@
1615
<BuildableReference
1716
BuildableIdentifier = "primary"
1817
BlueprintIdentifier = "E86255CB8A1836C0BF0C0E14"
19-
BuildableName = "app_iOS.app"
18+
BuildableName = "octo.app"
2019
BlueprintName = "app_iOS"
2120
ReferencedContainer = "container:app.xcodeproj">
2221
</BuildableReference>
@@ -27,21 +26,16 @@
2726
buildConfiguration = "debug"
2827
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2928
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30-
shouldUseLaunchSchemeArgsEnv = "NO"
31-
onlyGenerateCoverageForSpecifiedTargets = "NO">
29+
shouldUseLaunchSchemeArgsEnv = "NO">
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
3533
BlueprintIdentifier = "E86255CB8A1836C0BF0C0E14"
36-
BuildableName = "app_iOS.app"
34+
BuildableName = "octo.app"
3735
BlueprintName = "app_iOS"
3836
ReferencedContainer = "container:app.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<Testables>
42-
</Testables>
43-
<CommandLineArguments>
44-
</CommandLineArguments>
4539
<EnvironmentVariables>
4640
<EnvironmentVariable
4741
key = "RUST_BACKTRACE"
@@ -54,6 +48,8 @@
5448
isEnabled = "YES">
5549
</EnvironmentVariable>
5650
</EnvironmentVariables>
51+
<Testables>
52+
</Testables>
5753
</TestAction>
5854
<LaunchAction
5955
buildConfiguration = "debug"
@@ -70,13 +66,11 @@
7066
<BuildableReference
7167
BuildableIdentifier = "primary"
7268
BlueprintIdentifier = "E86255CB8A1836C0BF0C0E14"
73-
BuildableName = "app_iOS.app"
69+
BuildableName = "octo.app"
7470
BlueprintName = "app_iOS"
7571
ReferencedContainer = "container:app.xcodeproj">
7672
</BuildableReference>
7773
</BuildableProductRunnable>
78-
<CommandLineArguments>
79-
</CommandLineArguments>
8074
<EnvironmentVariables>
8175
<EnvironmentVariable
8276
key = "RUST_BACKTRACE"
@@ -101,13 +95,11 @@
10195
<BuildableReference
10296
BuildableIdentifier = "primary"
10397
BlueprintIdentifier = "E86255CB8A1836C0BF0C0E14"
104-
BuildableName = "app_iOS.app"
98+
BuildableName = "octo.app"
10599
BlueprintName = "app_iOS"
106100
ReferencedContainer = "container:app.xcodeproj">
107101
</BuildableReference>
108102
</BuildableProductRunnable>
109-
<CommandLineArguments>
110-
</CommandLineArguments>
111103
<EnvironmentVariables>
112104
<EnvironmentVariable
113105
key = "RUST_BACKTRACE"

0 commit comments

Comments
 (0)