Skip to content

Commit

Permalink
Test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOnet committed Nov 22, 2023
1 parent 6e0d13f commit d0ceeb0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 39 deletions.
3 changes: 0 additions & 3 deletions Configurations/AdHoc.xcconfig

This file was deleted.

3 changes: 0 additions & 3 deletions Configurations/Debug.xcconfig

This file was deleted.

3 changes: 0 additions & 3 deletions Configurations/Release.xcconfig

This file was deleted.

4 changes: 1 addition & 3 deletions Example-iOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class AppDelegate: NSObject, UIApplicationDelegate {
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil
) -> Bool {
#if DEBUG
ZonPlayer.Manager.shared.enableConsoleLog = true
#endif
ZonPlayer.Manager.shared.enableConsoleLog = true
let window = UIWindow(frame: UIScreen.main.bounds)
window.rootViewController = UINavigationController(rootViewController: HomeScene())
window.makeKeyAndVisible()
Expand Down
9 changes: 0 additions & 9 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ end
post_install do |installer|
project = installer.pods_project

config_group = project.groups.find { |group| group.name == 'Targets Support Files' }.new_group('Configurations')
Dir.glob('Configurations/*.xcconfig').each do |config|
path = File.expand_path(config)
ref = project.add_file_reference(path, config_group)
build_configuration = project.build_configurations
.find { |build_config| build_config.name.downcase == File.basename(path, '.*').downcase }
build_configuration.base_configuration_reference = ref
end

project.targets.each do |target|
target.build_configurations.each do |config|
pods_project_deployment = installer.pods_project.build_settings(config.name)['IPHONEOS_DEPLOYMENT_TARGET']
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ SPEC CHECKSUMS:
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
ZonPlayer: f9f6c9b7f17eaee48166d24ae1b8d339a978d673

PODFILE CHECKSUM: 1f5c8b894bed3c18a53b7568ecf2830b81e73e7a
PODFILE CHECKSUM: af5cadb03e426e74cb52f08bbb3934e47812936e

COCOAPODS: 1.14.3
17 changes: 0 additions & 17 deletions ZonPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@

/* Begin PBXFileReference section */
10F739B0F779D828786D4188 /* Pods-Example-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-iOS.release.xcconfig"; path = "Target Support Files/Pods-Example-iOS/Pods-Example-iOS.release.xcconfig"; sourceTree = "<group>"; };
245C21BD27CF777C00E841AC /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
245C21BE27CF778A00E841AC /* AdHoc.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AdHoc.xcconfig; sourceTree = "<group>"; };
245C21BF27CF77A900E841AC /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
245EAB51298795D800AA2FC1 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
3DB15EDE2A49483308A901AA /* Pods-Example-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-iOS.debug.xcconfig"; path = "Target Support Files/Pods-Example-iOS/Pods-Example-iOS.debug.xcconfig"; sourceTree = "<group>"; };
5EAC9455D942F0F82A1CDC0E /* Pods_Example_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -95,20 +92,9 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
245C21BC27CF774900E841AC /* Configurations */ = {
isa = PBXGroup;
children = (
245C21BD27CF777C00E841AC /* Debug.xcconfig */,
245C21BE27CF778A00E841AC /* AdHoc.xcconfig */,
245C21BF27CF77A900E841AC /* Release.xcconfig */,
);
path = Configurations;
sourceTree = "<group>";
};
8DEC090B248F818C002D1391 = {
isa = PBXGroup;
children = (
245C21BC27CF774900E841AC /* Configurations */,
8DEC0930248F8293002D1391 /* Example-iOS */,
8DEC0948248F8383002D1391 /* Tests */,
8DEC0915248F818C002D1391 /* Products */,
Expand Down Expand Up @@ -399,7 +385,6 @@
/* Begin XCBuildConfiguration section */
245C21C027CF780800E841AC /* AdHoc */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 245C21BE27CF778A00E841AC /* AdHoc.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -500,7 +485,6 @@
};
8DEC0926248F818E002D1391 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 245C21BD27CF777C00E841AC /* Debug.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -558,7 +542,6 @@
};
8DEC0927248F818E002D1391 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 245C21BF27CF77A900E841AC /* Release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
Expand Down

0 comments on commit d0ceeb0

Please sign in to comment.