Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove ParseUI #1783

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
script:
- test:ios
- test:macos
- test:parseui:all
- test:parse_live_query:all
- build:starters
- xcode15 # runs build:starters on XCode 15
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ docs/

## AppCode
.idea/
ParseUI/Vendor

# VSC
.project
Expand Down
12 changes: 0 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let package = Package(
],
products: [
.library(name: "ParseObjC", targets: ["ParseCore"]),
.library(name: "ParseUI", targets: ["ParseUI"]),
.library(name: "ParseLiveQuery", targets: ["ParseLiveQuery"])
],
dependencies: [
Expand All @@ -32,17 +31,6 @@ let package = Package(
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseUI",
dependencies: [
"ParseCore"
],
path: "ParseUI/ParseUI",
exclude: ["Resources/Info-iOS.plist"],
resources: [.process("Resources")],
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseLiveQuery",
dependencies: [
Expand Down
3 changes: 0 additions & 3 deletions Parse.xcworkspace/contents.xcworkspacedata

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

Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import UserNotifications

import ParseCore

// If you want to use any of the UI components, uncomment this line
// import ParseUI

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

@import ParseCore;

// If you want to use any of the UI components, uncomment this line
// #import <ParseUI/ParseUI.h>

#import "ParseStarterProjectAppDelegate.h"
#import "ParseStarterProjectViewController.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import UIKit

import ParseCore

// If you want to use any of the UI components, uncomment this line
// import ParseUI

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

Expand Down
1 change: 0 additions & 1 deletion ParseUI/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions ParseUI/Configurations/ParseUI-iOS-Dynamic.xcconfig

This file was deleted.

16 changes: 0 additions & 16 deletions ParseUI/Configurations/ParseUI-iOS.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion ParseUI/Configurations/Shared

This file was deleted.

2,111 changes: 0 additions & 2,111 deletions ParseUI/ParseUI.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

104 changes: 0 additions & 104 deletions ParseUI/ParseUI.xcodeproj/xcshareddata/xcschemes/ParseUI.xcscheme

This file was deleted.

Loading
Loading