diff --git a/PlantGuide.xcodeproj/project.pbxproj b/PlantGuide.xcodeproj/project.pbxproj index c9745ee..aa6bd03 100644 --- a/PlantGuide.xcodeproj/project.pbxproj +++ b/PlantGuide.xcodeproj/project.pbxproj @@ -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; diff --git a/PlantGuide/Assets.xcassets/AppIcon.appiconset/Contents.json b/PlantGuide/Assets.xcassets/AppIcon.appiconset/Contents.json index 2305880..fca6050 100644 --- a/PlantGuide/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/PlantGuide/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,6 +1,7 @@ { "images" : [ { + "filename" : "Untitled 2.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git a/PlantGuide/Assets.xcassets/AppIcon.appiconset/Untitled 2.png b/PlantGuide/Assets.xcassets/AppIcon.appiconset/Untitled 2.png new file mode 100644 index 0000000..97e201b Binary files /dev/null and b/PlantGuide/Assets.xcassets/AppIcon.appiconset/Untitled 2.png differ diff --git a/PlantGuide/Info.plist b/PlantGuide/Info.plist index c033a1f..3e9c171 100644 --- a/PlantGuide/Info.plist +++ b/PlantGuide/Info.plist @@ -2,10 +2,8 @@ - NSCameraUsageDescription - PlantGuide needs camera access to identify plants by taking photos. - NSPhotoLibraryUsageDescription - PlantGuide needs photo library access to select existing plant photos for identification. + CFBundleDisplayName + TGV PLANTNET_API_KEY $(PLANTNET_API_KEY) TREFLE_API_TOKEN diff --git a/PlantGuide/PlantGuide.entitlements b/PlantGuide/PlantGuide.entitlements index bac9011..e0ca9fc 100644 --- a/PlantGuide/PlantGuide.entitlements +++ b/PlantGuide/PlantGuide.entitlements @@ -6,7 +6,7 @@ development com.apple.developer.icloud-container-identifiers - iCloud.com.t-t.PlantGuide + iCloud.com.88oakapps.PlantGuide com.apple.developer.icloud-services diff --git a/Untitled 2.pxd b/Untitled 2.pxd new file mode 100644 index 0000000..7392da0 Binary files /dev/null and b/Untitled 2.pxd differ