Skip to content

Commit

Permalink
Trying to put on the app store
Browse files Browse the repository at this point in the history
  • Loading branch information
eskil committed Jun 18, 2023
1 parent 488cbf1 commit 6ab666e
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-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>DegreeCalculator.ipa</key>
<array>
<dict>
<key>architectures</key>
<array>
<string>arm64</string>
</array>
<key>buildNumber</key>
<string>1</string>
<key>certificate</key>
<dict>
<key>SHA1</key>
<string>469B9428EFDB3EA1EF0450C0B8E87C58A0C09FF2</string>
<key>dateExpires</key>
<string>4/22/24</string>
<key>type</key>
<string>Apple Development</string>
</dict>
<key>entitlements</key>
<dict>
<key>application-identifier</key>
<string>84E2M29ME2.org.eskil.DegreeCalculator</string>
<key>com.apple.developer.team-identifier</key>
<string>XD79E3HMQG</string>
<key>get-task-allow</key>
<true/>
</dict>
<key>name</key>
<string>DegreeCalculator.app</string>
<key>profile</key>
<dict>
<key>UUID</key>
<string>2eddb2f7-4dea-4265-a03a-f2924a448a10</string>
<key>dateExpires</key>
<string>5/18/24</string>
<key>name</key>
<string>iOS Team Provisioning Profile: *</string>
</dict>
<key>team</key>
<dict>
<key>id</key>
<string>XD79E3HMQG</string>
<key>name</key>
<string>Eskil Olsen</string>
</dict>
<key>versionNumber</key>
<string>1.0</string>
</dict>
</array>
</dict>
</plist>
20 changes: 20 additions & 0 deletions Assets/DegreeCalculator 2023-06-16 17-50-58/ExportOptions.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-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>compileBitcode</key>
<false/>
<key>destination</key>
<string>export</string>
<key>method</key>
<string>development</string>
<key>signingStyle</key>
<string>automatic</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>XD79E3HMQG</string>
<key>thinning</key>
<string>&lt;none&gt;</string>
</dict>
</plist>
124 changes: 124 additions & 0 deletions Assets/DegreeCalculator 2023-06-16 17-50-58/Packaging.log

Large diffs are not rendered by default.

Binary file modified Assets/SimpleIcon.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 modified Assets/SimpleIcon.pxd
Binary file not shown.
12 changes: 10 additions & 2 deletions DegreeCalculator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Distribution";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -445,6 +446,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Distribution";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -473,12 +475,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"DegreeCalculator/Preview Content\"";
DEVELOPMENT_TEAM = XD79E3HMQG;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Degree Calculator";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -490,8 +494,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.eskil.DegreeCalculator;
PRODUCT_BUNDLE_IDENTIFIER = org.eskil.degreecalc1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -504,12 +509,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"DegreeCalculator/Preview Content\"";
DEVELOPMENT_TEAM = XD79E3HMQG;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Degree Calculator";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -521,8 +528,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.eskil.DegreeCalculator;
PRODUCT_BUNDLE_IDENTIFIER = org.eskil.degreecalc1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Simple.png",
"filename" : "SimpleIcon.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
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.
2 changes: 1 addition & 1 deletion DegreeCalculator/Views/Calculator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ struct Calculator: View {
CalculatorButton(label: "3", function: CalculatorFunction.ENTRY)
}
GridRow {
CalculatorButton(label: "°", function: CalculatorFunction.ENTRY)
CalculatorButton(label: "0", function: CalculatorFunction.ENTRY)
CalculatorButton(label: "°", function: CalculatorFunction.ENTRY)
CalculatorButton(label: "'", function: CalculatorFunction.ENTRY)
CalculatorButton(label: "=", function: CalculatorFunction.EQUAL)
.background(
Expand Down
1 change: 1 addition & 0 deletions PrivacyPolicy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app does not collect any information.

0 comments on commit 6ab666e

Please sign in to comment.