Skip to content

Commit

Permalink
Revert "Add Mac Catalyst target (#130)"
Browse files Browse the repository at this point in the history
This reverts commit 32cd805.
  • Loading branch information
liamcharger authored Jun 26, 2024
1 parent 32cd805 commit f72f5d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
10 changes: 2 additions & 8 deletions InfiniLink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1058,11 +1058,8 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand Down Expand Up @@ -1090,11 +1087,8 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
1 change: 0 additions & 1 deletion InfiniLink/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ struct ContentView: View {
Settings_Page()
}
}
.navigationViewStyle(.stack)
tabBar
}
.alert(isPresented: $showDisconnectConfDialog) {
Expand Down
8 changes: 0 additions & 8 deletions InfiniLink/InfiniLink.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@
<array/>
<key>com.apple.developer.healthkit.background-delivery</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
</dict>
</plist>

0 comments on commit f72f5d9

Please sign in to comment.