This commit is contained in:
Trey t
2026-01-29 10:40:23 -06:00
parent 2c2e1e2c71
commit fef9552b22
6 changed files with 16 additions and 9 deletions

View File

@@ -367,12 +367,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PlantGuide/PlantGuide.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
DEVELOPMENT_TEAM = QND55P4443;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = PlantGuide/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "PlantGuide needs camera access to identify plants by taking photos.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "PlantGuide needs photo library access to select existing plant photos for identification.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -383,8 +386,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuide";
PRODUCT_BUNDLE_IDENTIFIER = com.88oakapps.PlantGuide;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
@@ -403,12 +407,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PlantGuide/PlantGuide.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V3PF3M6B6U;
DEVELOPMENT_TEAM = QND55P4443;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = PlantGuide/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "PlantGuide needs camera access to identify plants by taking photos.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "PlantGuide needs photo library access to select existing plant photos for identification.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -419,8 +426,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.t-t.PlantGuide";
PRODUCT_BUNDLE_IDENTIFIER = com.88oakapps.PlantGuide;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;

View File

@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "Untitled 2.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -2,10 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCameraUsageDescription</key>
<string>PlantGuide needs camera access to identify plants by taking photos.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>PlantGuide needs photo library access to select existing plant photos for identification.</string>
<key>CFBundleDisplayName</key>
<string>TGV</string>
<key>PLANTNET_API_KEY</key>
<string>$(PLANTNET_API_KEY)</string>
<key>TREFLE_API_TOKEN</key>

View File

@@ -6,7 +6,7 @@
<string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.t-t.PlantGuide</string>
<string>iCloud.com.88oakapps.PlantGuide</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>

BIN
Untitled 2.pxd Normal file

Binary file not shown.