Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
🚀 Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebarbican19 committed Sep 6, 2023
1 parent 65775d6 commit fdaca9a
Show file tree
Hide file tree
Showing 38 changed files with 1,991 additions and 336 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

DEnviroments.xcconfig
*.wav
*.wav
38 changes: 34 additions & 4 deletions BatteryBoi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
D84F4E212A85E77E00668582 /* BBModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D84F4E202A85E77E00668582 /* BBModalView.swift */; };
D84F4E2B2A86E9E800668582 /* LocalizableMain.strings in Resources */ = {isa = PBXBuildFile; fileRef = D84F4E2D2A86E9E800668582 /* LocalizableMain.strings */; };
D89CCFEE2A9FF97900D9531A /* BBAboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D89CCFED2A9FF97900D9531A /* BBAboutView.swift */; };
D8CDA7FD2AA249F800FAD41E /* highnote.wav in Resources */ = {isa = PBXBuildFile; fileRef = D8CDA7FB2AA249F800FAD41E /* highnote.wav */; };
D8CDA7FE2AA249F800FAD41E /* lownote.wav in Resources */ = {isa = PBXBuildFile; fileRef = D8CDA7FC2AA249F800FAD41E /* lownote.wav */; };
D8CDA8002AA250B500FAD41E /* BBTriggerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CDA7FF2AA250B500FAD41E /* BBTriggerManager.swift */; };
D8CDA8022AA297E900FAD41E /* BBNoticeManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CDA8012AA297E900FAD41E /* BBNoticeManager.swift */; };
D8D9E5A02A7DE7AB00E295FA /* BatteryBoiApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D9E59F2A7DE7AB00E295FA /* BatteryBoiApp.swift */; };
D8D9E5A42A7DE7AE00E295FA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8D9E5A32A7DE7AE00E295FA /* Assets.xcassets */; };
D8D9E5A72A7DE7AE00E295FA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8D9E5A62A7DE7AE00E295FA /* Preview Assets.xcassets */; };
Expand Down Expand Up @@ -65,6 +69,12 @@
D89CCFF22AA0FC5B00D9531A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LocalizableMain.strings; sourceTree = "<group>"; };
D89CCFF32AA0FDEA00D9531A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LocalizableMain.strings; sourceTree = "<group>"; };
D8CDA7F52AA10E5F00FAD41E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LocalizableMain.strings; sourceTree = "<group>"; };
D8CDA7F62AA243E600FAD41E /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LocalizableMain.strings"; sourceTree = "<group>"; };
D8CDA7F72AA2448D00FAD41E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LocalizableMain.strings"; sourceTree = "<group>"; };
D8CDA7FB2AA249F800FAD41E /* highnote.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = highnote.wav; sourceTree = "<group>"; };
D8CDA7FC2AA249F800FAD41E /* lownote.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = lownote.wav; sourceTree = "<group>"; };
D8CDA7FF2AA250B500FAD41E /* BBTriggerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BBTriggerManager.swift; sourceTree = "<group>"; };
D8CDA8012AA297E900FAD41E /* BBNoticeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BBNoticeManager.swift; sourceTree = "<group>"; };
D8D9E59C2A7DE7AB00E295FA /* BatteryBoi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BatteryBoi.app; sourceTree = BUILT_PRODUCTS_DIR; };
D8D9E59F2A7DE7AB00E295FA /* BatteryBoiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BatteryBoiApp.swift; sourceTree = "<group>"; };
D8D9E5A32A7DE7AE00E295FA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -120,12 +130,22 @@
D89CCFF12AA0F81700D9531A /* Other */ = {
isa = PBXGroup;
children = (
D8CDA7F82AA248AD00FAD41E /* SFX */,
D83DD3F62A9BBF2E00FCC534 /* Scripts */,
D89CCFF02AA0F80C00D9531A /* Localization */,
);
path = Other;
sourceTree = "<group>";
};
D8CDA7F82AA248AD00FAD41E /* SFX */ = {
isa = PBXGroup;
children = (
D8CDA7FB2AA249F800FAD41E /* highnote.wav */,
D8CDA7FC2AA249F800FAD41E /* lownote.wav */,
);
path = SFX;
sourceTree = "<group>";
};
D8D9E5932A7DE7AA00E295FA = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -187,6 +207,8 @@
D8D9E5CA2A8403D300E295FA /* BBAppManager.swift */,
D83DD3F42A9908E600FCC534 /* BBUpdateManager.swift */,
D8DFD5922A956D2C00732635 /* BBBluetoothManager.swift */,
D8CDA7FF2AA250B500FAD41E /* BBTriggerManager.swift */,
D8CDA8012AA297E900FAD41E /* BBNoticeManager.swift */,
);
path = Objects;
sourceTree = "<group>";
Expand Down Expand Up @@ -279,6 +301,8 @@
ru,
nl,
tr,
"zh-Hant",
"zh-Hans",
);
mainGroup = D8D9E5932A7DE7AA00E295FA;
packageReferences = (
Expand All @@ -304,6 +328,8 @@
files = (
D83DD3FC2A9E691400FCC534 /* BBIOREGList.py in Resources */,
D8D9E5A72A7DE7AE00E295FA /* Preview Assets.xcassets in Resources */,
D8CDA7FD2AA249F800FAD41E /* highnote.wav in Resources */,
D8CDA7FE2AA249F800FAD41E /* lownote.wav in Resources */,
D84F4E2B2A86E9E800668582 /* LocalizableMain.strings in Resources */,
D83DD3F82A9BBF4600FCC534 /* BBProfilerList.py in Resources */,
D8D9E5A42A7DE7AE00E295FA /* Assets.xcassets in Resources */,
Expand All @@ -318,6 +344,7 @@
buildActionMask = 2147483647;
files = (
D89CCFEE2A9FF97900D9531A /* BBAboutView.swift in Sources */,
D8CDA8022AA297E900FAD41E /* BBNoticeManager.swift in Sources */,
D83DD3FA2A9D62AF00FCC534 /* BBStatsManager.swift in Sources */,
D8DFD5842A8C26F300732635 /* BBSettingsView.swift in Sources */,
D8D9E5B32A7DFF3E00E295FA /* BBMenuView.swift in Sources */,
Expand All @@ -330,6 +357,7 @@
D8DFD5822A8BD7E800732635 /* BBProgressView.swift in Sources */,
D8D9E5AF2A7DF68C00E295FA /* BBBatteryManager.swift in Sources */,
D8D9E5A02A7DE7AB00E295FA /* BatteryBoiApp.swift in Sources */,
D8CDA8002AA250B500FAD41E /* BBTriggerManager.swift in Sources */,
D8D9E5B92A80646E00E295FA /* BBExtensions.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -352,6 +380,8 @@
D89CCFF22AA0FC5B00D9531A /* ru */,
D89CCFF32AA0FDEA00D9531A /* nl */,
D8CDA7F52AA10E5F00FAD41E /* tr */,
D8CDA7F62AA243E600FAD41E /* zh-Hant */,
D8CDA7F72AA2448D00FAD41E /* zh-Hans */,
);
name = LocalizableMain.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -487,7 +517,7 @@
CODE_SIGN_ENTITLEMENTS = BatteryBoi/BatteryBoi.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_ASSET_PATHS = "\"BatteryBoi/Preview Content\"";
DEVELOPMENT_TEAM = QYKKXLKZD6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -503,7 +533,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.2.2;
OLDER_MACOS = "";
OTHER_SWIFT_FLAGS = "-DMACOS_13_AND_ABOVE";
PRODUCT_BUNDLE_IDENTIFIER = com.ovatar.batteryapp;
Expand All @@ -522,7 +552,7 @@
CODE_SIGN_ENTITLEMENTS = BatteryBoi/BatteryBoi.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_ASSET_PATHS = "\"BatteryBoi/Preview Content\"";
DEVELOPMENT_TEAM = QYKKXLKZD6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -538,7 +568,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.2.2;
OLDER_MACOS = "";
OTHER_SWIFT_FLAGS = "-DMACOS_13_AND_ABOVE";
PRODUCT_BUNDLE_IDENTIFIER = com.ovatar.batteryapp;
Expand Down
Binary file not shown.
12 changes: 12 additions & 0 deletions BatteryBoi/Assets.xcassets/Icons/AudioIcon.symbolset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "IconSoundOn.SFSymbol.svg",
"idiom" : "universal"
}
]
}
Loading

0 comments on commit fdaca9a

Please sign in to comment.