Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frie_voe committed Oct 4, 2021
1 parent d23b129 commit c305d6c
Show file tree
Hide file tree
Showing 34 changed files with 26 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
61CDFC1727049CD300A870D6 /* Dumpulator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dumpulator.app; sourceTree = BUILT_PRODUCTS_DIR; };
61CDFC1727049CD300A870D6 /* Dumb Calculator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dumb Calculator.app"; sourceTree = BUILT_PRODUCTS_DIR; };
61CDFC1A27049CD300A870D6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
61CDFC1C27049CD300A870D6 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
61CDFC1E27049CD300A870D6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -48,7 +48,7 @@
61CDFC1827049CD300A870D6 /* Products */ = {
isa = PBXGroup;
children = (
61CDFC1727049CD300A870D6 /* Dumpulator.app */,
61CDFC1727049CD300A870D6 /* Dumb Calculator.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -70,9 +70,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
61CDFC1627049CD300A870D6 /* Dumpulator */ = {
61CDFC1627049CD300A870D6 /* Dumb Calculator */ = {
isa = PBXNativeTarget;
buildConfigurationList = 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumpulator" */;
buildConfigurationList = 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumb Calculator" */;
buildPhases = (
61CDFC1327049CD300A870D6 /* Sources */,
61CDFC1427049CD300A870D6 /* Frameworks */,
Expand All @@ -82,9 +82,9 @@
);
dependencies = (
);
name = Dumpulator;
name = "Dumb Calculator";
productName = "Hello iOS";
productReference = 61CDFC1727049CD300A870D6 /* Dumpulator.app */;
productReference = 61CDFC1727049CD300A870D6 /* Dumb Calculator.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -101,7 +101,7 @@
};
};
};
buildConfigurationList = 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumpulator" */;
buildConfigurationList = 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumb Calculator" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -114,7 +114,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
61CDFC1627049CD300A870D6 /* Dumpulator */,
61CDFC1627049CD300A870D6 /* Dumb Calculator */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -288,14 +288,15 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = H5H9H7A6U5;
INFOPLIST_FILE = Dumpulator/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -310,14 +311,15 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = H5H9H7A6U5;
INFOPLIST_FILE = Dumpulator/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -328,7 +330,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumpulator" */ = {
61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumb Calculator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
61CDFC2927049CD500A870D6 /* Debug */,
Expand All @@ -337,7 +339,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumpulator" */ = {
61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumb Calculator" */ = {
isa = XCConfigurationList;
buildConfigurations = (
61CDFC2C27049CD500A870D6 /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "61CDFC1627049CD300A870D6"
BuildableName = "Dumpulator.app"
BlueprintName = "Dumpulator"
ReferencedContainer = "container:Dumpulator.xcodeproj">
BlueprintName = "Dumb Calculator"
ReferencedContainer = "container:Dumb Calculator.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -46,8 +46,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "61CDFC1627049CD300A870D6"
BuildableName = "Dumpulator.app"
BlueprintName = "Dumpulator"
ReferencedContainer = "container:Dumpulator.xcodeproj">
BlueprintName = "Dumb Calculator"
ReferencedContainer = "container:Dumb Calculator.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -63,8 +63,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "61CDFC1627049CD300A870D6"
BuildableName = "Dumpulator.app"
BlueprintName = "Dumpulator"
ReferencedContainer = "container:Dumpulator.xcodeproj">
BlueprintName = "Dumb Calculator"
ReferencedContainer = "container:Dumb Calculator.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>Dumpulator.xcscheme_^#shared#^_</key>
<key>Dumb Calculator.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Dumpulator/Assets.xcassets/AppIcon.appiconset/29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Dumpulator/Assets.xcassets/AppIcon.appiconset/57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 1 addition & 80 deletions Dumpulator/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,80 +1 @@
{
"images" : [
{
"filename" : "40-1.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "60-1.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "29.png",
"idiom" : "iphone",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "58-1.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "87-1.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "80-1.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "120-1.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "57.png",
"idiom" : "iphone",
"scale" : "1x",
"size" : "57x57"
},
{
"filename" : "114-1.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "57x57"
},
{
"filename" : "120-2.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "180-1.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"filename" : "1024-1.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"}]}
2 changes: 1 addition & 1 deletion Dumpulator/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Dumpulator" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Dumb_Calculator" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Expand Down
4 changes: 2 additions & 2 deletions Dumpulator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Dumpulator</string>
<string>Dumb Calculator</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
Binary file modified source/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c305d6c

Please sign in to comment.