Skip to content

Commit

Permalink
Adds support for Apple Watch Ultra (#79)
Browse files Browse the repository at this point in the history
* compiled apple watch ultra SKU data for all countries

* adds support for Apple Watch Ultra

resolves #62; bumps version to v0.1.5; some code cleanup
  • Loading branch information
worthbak authored Sep 28, 2022
1 parent fcc3b65 commit 576170d
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 16 deletions.
8 changes: 6 additions & 2 deletions InventoryWatch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* Begin PBXBuildFile section */
380CF9FB27448E860080472A /* iPhoneModels13-intl.json in Resources */ = {isa = PBXBuildFile; fileRef = 380CF9FA27448E860080472A /* iPhoneModels13-intl.json */; };
3817268E273AA898003B8D76 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3817268D273AA898003B8D76 /* SettingsView.swift */; };
382981C328E3EA54008C68F7 /* AppleWatchUltra-intl.json in Resources */ = {isa = PBXBuildFile; fileRef = 382981C228E3EA54008C68F7 /* AppleWatchUltra-intl.json */; };
386FDC572739DA7300C1BAC2 /* InventoryWatchApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386FDC562739DA7300C1BAC2 /* InventoryWatchApp.swift */; };
386FDC592739DA7300C1BAC2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386FDC582739DA7300C1BAC2 /* ContentView.swift */; };
386FDC5B2739DA7300C1BAC2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 386FDC5A2739DA7300C1BAC2 /* Assets.xcassets */; };
Expand All @@ -32,6 +33,7 @@
/* Begin PBXFileReference section */
380CF9FA27448E860080472A /* iPhoneModels13-intl.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "iPhoneModels13-intl.json"; sourceTree = "<group>"; };
3817268D273AA898003B8D76 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
382981C228E3EA54008C68F7 /* AppleWatchUltra-intl.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "AppleWatchUltra-intl.json"; sourceTree = "<group>"; };
386FDC532739DA7300C1BAC2 /* InventoryWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InventoryWatch.app; sourceTree = BUILT_PRODUCTS_DIR; };
386FDC562739DA7300C1BAC2 /* InventoryWatchApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InventoryWatchApp.swift; sourceTree = "<group>"; };
386FDC582739DA7300C1BAC2 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -94,6 +96,7 @@
38DBAF38273D6692009992D8 /* Stores.json */,
380CF9FA27448E860080472A /* iPhoneModels13-intl.json */,
387F6E7528CCF5B300E68AC0 /* iPhoneModels14-intl.json */,
382981C228E3EA54008C68F7 /* AppleWatchUltra-intl.json */,
386FDC67273A18F800C1BAC2 /* SKUData.swift */,
38D0C3A1273C60B500A7DE65 /* Countries.swift */,
386FDC5A2739DA7300C1BAC2 /* Assets.xcassets */,
Expand Down Expand Up @@ -185,6 +188,7 @@
files = (
387F6E7628CCF5B300E68AC0 /* iPhoneModels14-intl.json in Resources */,
38E4279E273EF542006BF6D7 /* Credits.rtf in Resources */,
382981C328E3EA54008C68F7 /* AppleWatchUltra-intl.json in Resources */,
38DBAF39273D6692009992D8 /* Stores.json in Resources */,
380CF9FB27448E860080472A /* iPhoneModels13-intl.json in Resources */,
386FDC5E2739DA7300C1BAC2 /* Preview Assets.xcassets in Resources */,
Expand Down Expand Up @@ -359,7 +363,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 0.1.4;
MARKETING_VERSION = 0.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.worthbak.InventoryWatch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -390,7 +394,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MARKETING_VERSION = 0.1.4;
MARKETING_VERSION = 0.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.worthbak.InventoryWatch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Loading

0 comments on commit 576170d

Please sign in to comment.