Skip to content

Commit 19c29a0

Browse files
committed
Version 1.0.7
1 parent 4d4574e commit 19c29a0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/workflows/iOS.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
name: iOS CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
# O workflow será executado em qualquer push para a branch 'main'
5+
branches: [ main ]
6+
# **OPCIONAL:** Execute apenas se houver mudanças no diretório 'iOS/'
7+
paths:
8+
- 'iOS/**'
9+
pull_request:
10+
# O workflow será executado em qualquer PR para a branch 'main'
11+
branches: [ main ]
12+
# **OPCIONAL:** Execute apenas se houver mudanças no diretório 'iOS/'
13+
paths:
14+
- 'iOS/**'
15+
# Permite executar o workflow manualmente na aba "Actions"
16+
workflow_dispatch:
317
jobs:
418
build-test:
519
runs-on: macos-14

Android/BENCHMARK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
There are several solutions available in the market to address the problem of responsive dimensioning in Android. This document presents a detailed comparative analysis of performance, functionality, and usability between AppDimens and its main competitors.
5+
There are several solutions available in the market to address the problem of responsive dimensioning in Android. This document presents a detailed comparative analysis of performance, functionality, and usability between AppDimens and its main competitors.
66

77
## 1. Identified Competing Solutions
88

iOS/DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## 🎯 Overview
66

7-
AppDimens iOS is a responsive dimension management system that automatically adjusts values based on screen dimensions, ensuring layout consistency across any screen size or ratio. It's the iOS equivalent of the Android AppDimens library, built specifically for iOS with Swift and native APIs.
7+
AppDimens iOS is a responsive dimension management system that automatically adjusts values based on screen dimensions, ensuring layout consistency across any screen size or ratio. It's the iOS equivalent of the Android AppDimens library, built specifically for iOS with Swift and native APIs.
88

99
## 🏗️ Architecture
1010

0 commit comments

Comments
 (0)